From 65c9a67a6e676dbead04c636f33404ed27baf90d39d24af3263d27dac7b4c385 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 25 Jun 2008 22:43:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-apparmor?expand=0&rev=12 --- yast2-apparmor-2.16.4.tar.bz2 | 3 --- yast2-apparmor-2.17.0.tar.bz2 | 3 +++ yast2-apparmor.changes | 12 ++++++++++++ yast2-apparmor.spec | 17 +++++++++++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 yast2-apparmor-2.16.4.tar.bz2 create mode 100644 yast2-apparmor-2.17.0.tar.bz2 diff --git a/yast2-apparmor-2.16.4.tar.bz2 b/yast2-apparmor-2.16.4.tar.bz2 deleted file mode 100644 index 9b79a83..0000000 --- a/yast2-apparmor-2.16.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e5bac711abfe4ca8d1f3a4dcbcae62369900a0ed939fcd8da718e8c3ee5abcc -size 173155 diff --git a/yast2-apparmor-2.17.0.tar.bz2 b/yast2-apparmor-2.17.0.tar.bz2 new file mode 100644 index 0000000..f516ffa --- /dev/null +++ b/yast2-apparmor-2.17.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd3e605c7fb245b18888da5e3bdeebc59f1ef1cfd4f46392bec943b76e2a7e6 +size 173391 diff --git a/yast2-apparmor.changes b/yast2-apparmor.changes index 001bd17..fb17b12 100644 --- a/yast2-apparmor.changes +++ b/yast2-apparmor.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jun 17 17:21:08 CEST 2008 - kmachalkova@suse.cz + +- AA reports: Do not mess up the whole dialog up when user decides + to cancel 'Browse' operation ( pass 'nil' filename) (bnc#397851) +- Set the reporting dialog title correctly (bnc#397872) +- Reload subdomain upon exit from profile mode configuration dialog + (if modified) (bnc#369249) +- Make adding hats to newly added (manually created) profiles work + (bnc#397881) +- 2.17.0 + ------------------------------------------------------------------- Thu May 29 16:01:09 CEST 2008 - kmachalkova@suse.cz diff --git a/yast2-apparmor.spec b/yast2-apparmor.spec index 9e97042..4e9880e 100644 --- a/yast2-apparmor.spec +++ b/yast2-apparmor.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-apparmor (Version 2.16.4) +# spec file for package yast2-apparmor (Version 2.17.0) # # 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.4 +Version: 2.17.0 Release: 1 License: GPL v2 or later Group: Productivity/Security BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-apparmor-2.16.4.tar.bz2 +Source0: yast2-apparmor-2.17.0.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.4 +%setup -n yast2-apparmor-2.17.0 %build %{prefix}/bin/y2tool y2autoconf @@ -94,6 +94,15 @@ REPDIR3='/var/log/apparmor/reports-exported' [ -e $REPDIR2 ] || mkdir -p $REPDIR2 [ -e $REPDIR3 ] || mkdir -p $REPDIR3 %changelog +* Tue Jun 17 2008 kmachalkova@suse.cz +- AA reports: Do not mess up the whole dialog up when user decides + to cancel 'Browse' operation ( pass 'nil' filename) (bnc#397851) +- Set the reporting dialog title correctly (bnc#397872) +- Reload subdomain upon exit from profile mode configuration dialog + (if modified) (bnc#369249) +- Make adding hats to newly added (manually created) profiles work + (bnc#397881) +- 2.17.0 * Thu May 29 2008 kmachalkova@suse.cz - Have ag_subdomain and ag_subdomain_profiles understand `result command so they can be correctly terminated by y2base (bnc#393957)