forked from pool/yast2-apparmor
This commit is contained in:
parent
f2336f1a25
commit
04838ce7cb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:86c0cb3760b6f51e4d0c78b1e8ececef3f325a58ff2688ccd6e1262270f02879
|
|
||||||
size 147830
|
|
3
yast2-apparmor-2.18.3.tar.bz2
Normal file
3
yast2-apparmor-2.18.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c13115f0a47450713f7f4b4e3c1d057f5e442110840dad0f1cdca36e7c22f30
|
||||||
|
size 147695
|
@ -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
|
Fri Mar 6 17:50:03 CET 2009 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,12 +20,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.18.2
|
Version: 2.18.3
|
||||||
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.18.2.tar.bz2
|
Source0: yast2-apparmor-2.18.3.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
|
||||||
@ -51,7 +51,7 @@ Authors:
|
|||||||
jmichael@suse.de
|
jmichael@suse.de
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-apparmor-2.18.2
|
%setup -n yast2-apparmor-2.18.3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -101,6 +101,10 @@ 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
|
||||||
|
* 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
|
* Fri Mar 06 2009 kmachalkova@suse.cz
|
||||||
- AA profiles editor adjusted to the new format of parsed profile
|
- AA profiles editor adjusted to the new format of parsed profile
|
||||||
data (bnc#480099)
|
data (bnc#480099)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user