forked from pool/yast2-apparmor
This commit is contained in:
parent
7d5bb2ac02
commit
d561c66029
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f54e75d32dc1668d201114625d9844ca018f593540ac474f9bac08c5bedaefe8
|
||||
size 146866
|
3
yast2-apparmor-2.17.3.tar.bz2
Normal file
3
yast2-apparmor-2.17.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1368a3bb43267dc5472e0c97a7937c6c3c2df75866f62d65647adcfb8fb55f07
|
||||
size 146966
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 18 10:04:31 CEST 2008 - aschnell@suse.de
|
||||
|
||||
- Fixed help text (bnc #436491)
|
||||
- 2.17.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 10:27:37 CEST 2008 - locilka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-apparmor (Version 2.17.2)
|
||||
# spec file for package yast2-apparmor (Version 2.17.3)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,12 +20,12 @@
|
||||
Url: http://forge.novell.com/modules/xfmod/project/?apparmor
|
||||
|
||||
Name: yast2-apparmor
|
||||
Version: 2.17.2
|
||||
Version: 2.17.3
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-apparmor-2.17.2.tar.bz2
|
||||
Source0: yast2-apparmor-2.17.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.17.2
|
||||
%setup -n yast2-apparmor-2.17.3
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -100,7 +100,11 @@ REPDIR3='/var/log/apparmor/reports-exported'
|
||||
[ -e $REPDIR ] || mkdir -p $REPDIR
|
||||
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
|
||||
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
|
||||
|
||||
%changelog
|
||||
* Sat Oct 18 2008 aschnell@suse.de
|
||||
- Fixed help text (bnc #436491)
|
||||
- 2.17.3
|
||||
* Mon Oct 13 2008 locilka@suse.cz
|
||||
- Fixed help texts (bnc#430521).
|
||||
- 2.17.2
|
||||
|
Loading…
Reference in New Issue
Block a user