forked from pool/yast2-apparmor
- bnc#1026027
- removed package dependency on insserv - 3.2.0 - Use Yast::Service to enable/disable service - Remove (unused) notify settings - Reload profiles by calling apparmor_parser directly. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-apparmor?expand=0&rev=196
This commit is contained in:
parent
417b4f2a4b
commit
984e56769d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d185ec9ad7c624965880b0e0c164b69bbd85e4c8bd034ca7e0f462b4481ecc4
|
||||
size 51540
|
3
yast2-apparmor-3.2.0.tar.bz2
Normal file
3
yast2-apparmor-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64ee7120e0b786519453e95819da3f162dd6710e447eb9763e162b63eb82832e
|
||||
size 48503
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 07:03:30 UTC 2017 - mfilka@suse.com
|
||||
|
||||
- bnc#1026027
|
||||
- removed package dependency on insserv
|
||||
- 3.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 14:06:20 UTC 2017 - rgoldwyn@suse.com
|
||||
|
||||
- Use Yast::Service to enable/disable service
|
||||
- Remove (unused) notify settings
|
||||
- Reload profiles by calling apparmor_parser directly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 4 09:49:13 UTC 2014 - jreidinger@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-apparmor
|
||||
Version: 3.1.3
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||
License: GPL-2.0
|
||||
@ -34,12 +34,12 @@ Requires: perl(Data::Dumper)
|
||||
Requires: perl(Encode)
|
||||
Requires: perl(Getopt::Long)
|
||||
Requires: perl(Immunix::AppArmor)
|
||||
Requires: perl(Immunix::Notify)
|
||||
Requires: perl(Locale::gettext)
|
||||
Requires: perl(POSIX)
|
||||
Requires: perl(ycp)
|
||||
Obsoletes: yast2-subdomain
|
||||
Provides: yast2-subdomain
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%if 0%{?suse_version} >= 1140
|
||||
@ -73,8 +73,6 @@ SubDomain.
|
||||
%{yast_moduledir}
|
||||
%{yast_desktopdir}
|
||||
%{yast_agentdir}
|
||||
%dir %{perl_vendorlib}/Immunix
|
||||
%{perl_vendorlib}/Immunix/Notify.pm
|
||||
%dir %{_sysconfdir}/apparmor
|
||||
%config(noreplace) %{_sysconfdir}/apparmor/reports.crontab
|
||||
%config(noreplace) %{_sysconfdir}/apparmor/reports.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user