forked from pool/yast2-apparmor
- fix category of apparmor module (bnc#719386)
- 2.21.4 ------------------------------------------------------------------ OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-apparmor?expand=0&rev=23
This commit is contained in:
parent
91723a2831
commit
12093f6245
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37b578fdbdf6d892737cbffa81e72fcad5d1406b8cc21b5ee34581b34e58d2b5
|
||||
size 151461
|
3
yast2-apparmor-2.21.4.tar.bz2
Normal file
3
yast2-apparmor-2.21.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:440980711b304d055b8fed4dd27a1a9a19e481adb97c33d46d324fcb4b916a07
|
||||
size 151530
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 12:42:09 UTC 2011 - jreidinger@suse.com
|
||||
|
||||
- fix category of apparmor module (bnc#719386)
|
||||
- 2.21.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 12:21:26 CEST 2011 - tgoettlicher@suse.de
|
||||
|
||||
@ -12,7 +18,7 @@ Tue Aug 2 23:26:27 CEST 2011 - jeffm@suse.de
|
||||
gets rid of the old SubDomain names entirely.
|
||||
- Move yast2-apparmor.desktop to apparmor.desktop
|
||||
|
||||
-------------------------------------------------------------------
|
||||
------------------------------------------------------------------
|
||||
Fri Jul 22 16:39:45 CEST 2011 - locilka@suse.cz
|
||||
|
||||
- Exec entry in desktop file called using xdg-su (bnc#540627)
|
||||
|
@ -19,11 +19,11 @@
|
||||
|
||||
|
||||
Name: yast2-apparmor
|
||||
Version: 2.21.3
|
||||
Release: 1
|
||||
Version: 2.21.4
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-apparmor-2.21.3.tar.bz2
|
||||
Source0: yast2-apparmor-2.21.4.tar.bz2
|
||||
|
||||
Prefix: /usr
|
||||
|
||||
@ -53,7 +53,7 @@ This package is part of a suite of tools that used to be named
|
||||
SubDomain.
|
||||
|
||||
%prep
|
||||
%setup -n yast2-apparmor-2.21.3
|
||||
%setup -n yast2-apparmor-2.21.4
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -107,4 +107,5 @@ REPDIR3='/var/log/apparmor/reports-exported'
|
||||
[ -e $REPDIR ] || mkdir -p $REPDIR
|
||||
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
|
||||
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user