diff --git a/yast2-apparmor-2.18.2.tar.bz2 b/yast2-apparmor-2.18.2.tar.bz2 deleted file mode 100644 index f1224c7..0000000 --- a/yast2-apparmor-2.18.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86c0cb3760b6f51e4d0c78b1e8ececef3f325a58ff2688ccd6e1262270f02879 -size 147830 diff --git a/yast2-apparmor-2.18.3.tar.bz2 b/yast2-apparmor-2.18.3.tar.bz2 new file mode 100644 index 0000000..5e85ab0 --- /dev/null +++ b/yast2-apparmor-2.18.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c13115f0a47450713f7f4b4e3c1d057f5e442110840dad0f1cdca36e7c22f30 +size 147695 diff --git a/yast2-apparmor.changes b/yast2-apparmor.changes index f3284fa..13b1ec9 100644 --- a/yast2-apparmor.changes +++ b/yast2-apparmor.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 18 12:44:21 CET 2009 - kmachalkova@suse.cz + +- Reduced number of overly long strings (bnc#384170) +- Extended some helptexts (bnc#482563, bnc#443287) +- 2.18.3 + ------------------------------------------------------------------- Fri Mar 6 17:50:03 CET 2009 - kmachalkova@suse.cz diff --git a/yast2-apparmor.spec b/yast2-apparmor.spec index 3279c43..31bf928 100644 --- a/yast2-apparmor.spec +++ b/yast2-apparmor.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-apparmor (Version 2.18.2) +# spec file for package yast2-apparmor (Version 2.18.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,12 +20,12 @@ Url: http://forge.novell.com/modules/xfmod/project/?apparmor Name: yast2-apparmor -Version: 2.18.2 +Version: 2.18.3 Release: 1 License: GPL v2 or later Group: Productivity/Security BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-apparmor-2.18.2.tar.bz2 +Source0: yast2-apparmor-2.18.3.tar.bz2 Prefix: /usr Summary: YaST2 - Plugins for AppArmor Profile Management Requires: yast2 perl-TimeDate @@ -51,7 +51,7 @@ Authors: jmichael@suse.de %prep -%setup -n yast2-apparmor-2.18.2 +%setup -n yast2-apparmor-2.18.3 %build %{prefix}/bin/y2tool y2autoconf @@ -101,6 +101,10 @@ REPDIR3='/var/log/apparmor/reports-exported' [ -e $REPDIR2 ] || mkdir -p $REPDIR2 [ -e $REPDIR3 ] || mkdir -p $REPDIR3 %changelog +* Wed Mar 18 2009 kmachalkova@suse.cz +- Reduced number of overly long strings (bnc#384170) +- Extended some helptexts (bnc#482563, bnc#443287) +- 2.18.3 * Fri Mar 06 2009 kmachalkova@suse.cz - AA profiles editor adjusted to the new format of parsed profile data (bnc#480099)