forked from pool/yast2-apparmor
2,16d1
< Fri Sep 30 11:57:42 UTC 2011 - jsrain@site < < - fixed enabling/disabling apparmor < - fixed setting notifications (and enabling aaeventsd as part of < global switch only) < - prevent profile generator from failing immediately < - prevent window from disappearing when starting a module < - don't close the module after running a report (bnc#531512) < - run the dialog to select application for profiling without < pop-up (bnc#531512) < - disabled Reports part due to changes in AppArmor < - merged editation and deleting of a profile < - 2.21.5 < < ------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-apparmor?expand=0&rev=26
This commit is contained in:
parent
12093f6245
commit
7b035ccaa4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:440980711b304d055b8fed4dd27a1a9a19e481adb97c33d46d324fcb4b916a07
|
||||
size 151530
|
3
yast2-apparmor-2.21.5.tar.bz2
Normal file
3
yast2-apparmor-2.21.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13fc18c12b66043ba97dfa6f782a295fe02b902fdafb067ceb95ac3cade45a45
|
||||
size 152009
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 11:57:42 UTC 2011 - jsrain@site
|
||||
|
||||
- fixed enabling/disabling apparmor
|
||||
- fixed setting notifications (and enabling aaeventsd as part of
|
||||
global switch only)
|
||||
- prevent profile generator from failing immediately
|
||||
- prevent window from disappearing when starting a module
|
||||
- don't close the module after running a report (bnc#531512)
|
||||
- run the dialog to select application for profiling without
|
||||
pop-up (bnc#531512)
|
||||
- disabled Reports part due to changes in AppArmor
|
||||
- merged editation and deleting of a profile
|
||||
- 2.21.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 12:42:09 UTC 2011 - jreidinger@suse.com
|
||||
|
||||
|
@ -19,16 +19,16 @@
|
||||
|
||||
|
||||
Name: yast2-apparmor
|
||||
Version: 2.21.4
|
||||
Version: 2.21.5
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-apparmor-2.21.4.tar.bz2
|
||||
Source0: yast2-apparmor-2.21.5.tar.bz2
|
||||
|
||||
Prefix: /usr
|
||||
|
||||
Group: Productivity/Security
|
||||
License: GPL v2 or later
|
||||
License: GPL-2.0+
|
||||
|
||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||
Requires: yast2 perl-TimeDate
|
||||
@ -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.4
|
||||
%setup -n yast2-apparmor-2.21.5
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -93,7 +93,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
/usr/lib/YaST2/servers_non_y2
|
||||
%dir %{perl_vendorlib}/Immunix
|
||||
%{perl_vendorlib}/Immunix/Notify.pm
|
||||
# license is questionable, PDB says GPL v2 or later
|
||||
# license is questionable, PDB says GPL-2.0+
|
||||
#%doc COPYING.LGPL
|
||||
%dir %attr(-,root,root) /etc/apparmor
|
||||
%config(noreplace) /etc/apparmor/reports.crontab
|
||||
|
Loading…
Reference in New Issue
Block a user