forked from pool/yast2-apparmor
This commit is contained in:
parent
ff7acde733
commit
65c9a67a6e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1e5bac711abfe4ca8d1f3a4dcbcae62369900a0ed939fcd8da718e8c3ee5abcc
|
|
||||||
size 173155
|
|
3
yast2-apparmor-2.17.0.tar.bz2
Normal file
3
yast2-apparmor-2.17.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fbd3e605c7fb245b18888da5e3bdeebc59f1ef1cfd4f46392bec943b76e2a7e6
|
||||||
|
size 173391
|
@ -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
|
Thu May 29 16:01:09 CEST 2008 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,12 +13,12 @@
|
|||||||
Url: http://forge.novell.com/modules/xfmod/project/?apparmor
|
Url: http://forge.novell.com/modules/xfmod/project/?apparmor
|
||||||
|
|
||||||
Name: yast2-apparmor
|
Name: yast2-apparmor
|
||||||
Version: 2.16.4
|
Version: 2.17.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-apparmor-2.16.4.tar.bz2
|
Source0: yast2-apparmor-2.17.0.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||||
Requires: yast2 perl-TimeDate
|
Requires: yast2 perl-TimeDate
|
||||||
@ -44,7 +44,7 @@ Authors:
|
|||||||
jmichael@suse.de
|
jmichael@suse.de
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-apparmor-2.16.4
|
%setup -n yast2-apparmor-2.17.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -94,6 +94,15 @@ REPDIR3='/var/log/apparmor/reports-exported'
|
|||||||
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
|
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
|
||||||
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
|
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
|
||||||
%changelog
|
%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
|
* Thu May 29 2008 kmachalkova@suse.cz
|
||||||
- Have ag_subdomain and ag_subdomain_profiles understand `result
|
- Have ag_subdomain and ag_subdomain_profiles understand `result
|
||||||
command so they can be correctly terminated by y2base (bnc#393957)
|
command so they can be correctly terminated by y2base (bnc#393957)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user