diff --git a/yast2-apparmor-2.16.1.tar.bz2 b/yast2-apparmor-2.16.1.tar.bz2 deleted file mode 100644 index 16b28c7..0000000 --- a/yast2-apparmor-2.16.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5899a0088640cd3f8a7c04a98acd926879d4bf7f56db59e0b0a6b2d11ce37a32 -size 172408 diff --git a/yast2-apparmor-2.16.2.tar.bz2 b/yast2-apparmor-2.16.2.tar.bz2 new file mode 100644 index 0000000..62fc9aa --- /dev/null +++ b/yast2-apparmor-2.16.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02dacef27837f77fcb49ca4c1ce5d75db30e62b00409872746f986dcc3250d15 +size 172432 diff --git a/yast2-apparmor.changes b/yast2-apparmor.changes index 0d7e643..faedd27 100644 --- a/yast2-apparmor.changes +++ b/yast2-apparmor.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 9 11:07:57 CEST 2008 - kmachalkova@suse.cz + +- Use button labels from Label:: module (thanks, msvec) +- Removed 2 widgets with the same ID ( AA general setup module failed + to launch ) (bnc #383792) +- Removed other sources of YUI exceptions: correct opening/closing + dialogs, fixed event loop, no 'nil' button labels +- 2.16.2 + ------------------------------------------------------------------- Wed Apr 2 14:59:51 CEST 2008 - kmachalkova@suse.cz diff --git a/yast2-apparmor.spec b/yast2-apparmor.spec index ea24cd5..37c115d 100644 --- a/yast2-apparmor.spec +++ b/yast2-apparmor.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-apparmor (Version 2.16.1) +# spec file for package yast2-apparmor (Version 2.16.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,12 +13,12 @@ Url: http://forge.novell.com/modules/xfmod/project/?apparmor Name: yast2-apparmor -Version: 2.16.1 +Version: 2.16.2 Release: 1 License: GPL v2 or later Group: Productivity/Security BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-apparmor-2.16.1.tar.bz2 +Source0: yast2-apparmor-2.16.2.tar.bz2 Prefix: /usr Summary: YaST2 - Plugins for AppArmor Profile Management Requires: yast2 perl-TimeDate @@ -44,7 +44,7 @@ Authors: jmichael@suse.de %prep -%setup -n yast2-apparmor-2.16.1 +%setup -n yast2-apparmor-2.16.2 %build %{prefix}/bin/y2tool y2autoconf @@ -94,6 +94,13 @@ REPDIR3='/var/log/apparmor/reports-exported' [ -e $REPDIR2 ] || mkdir -p $REPDIR2 [ -e $REPDIR3 ] || mkdir -p $REPDIR3 %changelog +* Fri May 09 2008 kmachalkova@suse.cz +- Use button labels from Label:: module (thanks, msvec) +- Removed 2 widgets with the same ID ( AA general setup module failed + to launch ) (bnc #383792) +- Removed other sources of YUI exceptions: correct opening/closing + dialogs, fixed event loop, no 'nil' button labels +- 2.16.2 * Wed Apr 02 2008 kmachalkova@suse.cz - i18n: additional strings marked for translation (bnc#371052) - Archived reports: improved UI layout to prevent string cut-off