forked from pool/yast2-apparmor
- Remove more perl dependencies (boo#1062656)
- Remove ancient subdomain dependencies (boo#1062656) - Fix yast-apparmor.spec description - Fix "New" which renders GetString Dialog (boo#1062653) - 4.0.1 - Add VStretch() and HStretch() to aa-settings (bsc#1056942) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-apparmor?expand=0&rev=201
This commit is contained in:
parent
7e162c3697
commit
011935ea16
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22ba8870a8c4662e6f74f87dff10c3142c2a552118c7505e1be31146baef525f
|
||||
size 45829
|
3
yast2-apparmor-4.0.1.tar.bz2
Normal file
3
yast2-apparmor-4.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a4c1fcbb060e2d9dd4c4688e69bcf13a901d0946ee40e2969d29c80e125fa94
|
||||
size 40802
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 11:11:36 CDT 2017 - rgoldwyn@suse.com
|
||||
|
||||
- Remove more perl dependencies (boo#1062656)
|
||||
- Remove ancient subdomain dependencies (boo#1062656)
|
||||
- Fix yast-apparmor.spec description
|
||||
- Fix "New" which renders GetString Dialog (boo#1062653)
|
||||
- 4.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 14:09:45 CDT 2017 - rgoldwyn@suse.com
|
||||
|
||||
- Add VStretch() and HStretch() to aa-settings (bsc#1056942)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 14:18:59 UTC 2017 - igonzalezsosa@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-apparmor
|
||||
Version: 4.0.0
|
||||
Version: 4.0.1
|
||||
Release: 0
|
||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||
License: GPL-2.0
|
||||
@ -27,34 +27,16 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
Requires: perl-TimeDate
|
||||
Requires: yast2
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(Encode)
|
||||
Requires: perl(Getopt::Long)
|
||||
Requires: perl(Immunix::AppArmor)
|
||||
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
|
||||
# openSUSE-11.4 or newer
|
||||
BuildRequires: perl-macros
|
||||
%{perl_requires}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Yast2 forms and components for the management of Novell AppArmor
|
||||
Yast2 forms and components for the management of AppArmor
|
||||
profiles.
|
||||
|
||||
This package is part of a suite of tools that used to be named
|
||||
SubDomain.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -66,15 +48,11 @@ SubDomain.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{yast_clientdir}
|
||||
%{yast_yncludedir}/apparmor
|
||||
%{yast_libdir}/apparmor
|
||||
%{yast_moduledir}
|
||||
%{yast_desktopdir}
|
||||
%dir %{_sysconfdir}/apparmor
|
||||
%config(noreplace) %{_sysconfdir}/apparmor/reports.crontab
|
||||
%config(noreplace) %{_sysconfdir}/apparmor/reports.conf
|
||||
%doc %{yast_docdir}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user