forked from pool/yast2-apparmor
- add translation for apparmor modes (bnc#878587)
- improvements of rpm spec file - 3.1.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-apparmor?expand=0&rev=160
This commit is contained in:
parent
43901b5099
commit
423be10cf8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f5ebd64d7cede1ba4ed9d7936609ffd3b9e93589843d03a3d2be8fe2e871913
|
|
||||||
size 51112
|
|
3
yast2-apparmor-3.1.2.tar.bz2
Normal file
3
yast2-apparmor-3.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80463f12e2387ea2673f19c2f4091b38777929dc2aa86ed02f86b0fc68e3380b
|
||||||
|
size 51158
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 2 12:33:58 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- add translation for apparmor modes (bnc#878587)
|
||||||
|
- improvements of rpm spec file
|
||||||
|
- 3.1.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 9 13:47:26 UTC 2014 - jreidinger@suse.com
|
Fri May 9 13:47:26 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
@ -17,20 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-apparmor
|
Name: yast2-apparmor
|
||||||
Version: 3.1.1
|
Version: 3.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
|
||||||
|
|
||||||
Requires: yast2-ruby-bindings >= 1.0.0
|
|
||||||
|
|
||||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
|
Url: https://github.com/yast/yast-apparmor
|
||||||
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: yast2
|
||||||
|
BuildRequires: yast2-devtools >= 3.1.10
|
||||||
Requires: perl-TimeDate
|
Requires: perl-TimeDate
|
||||||
Requires: yast2
|
Requires: yast2
|
||||||
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
Requires: perl(Data::Dumper)
|
Requires: perl(Data::Dumper)
|
||||||
Requires: perl(Encode)
|
Requires: perl(Encode)
|
||||||
Requires: perl(Getopt::Long)
|
Requires: perl(Getopt::Long)
|
||||||
@ -39,15 +38,10 @@ Requires: perl(Immunix::Notify)
|
|||||||
Requires: perl(Locale::gettext)
|
Requires: perl(Locale::gettext)
|
||||||
Requires: perl(POSIX)
|
Requires: perl(POSIX)
|
||||||
Requires: perl(ycp)
|
Requires: perl(ycp)
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
Obsoletes: yast2-subdomain
|
Obsoletes: yast2-subdomain
|
||||||
Provides: yast2-subdomain
|
Provides: yast2-subdomain
|
||||||
BuildRequires: update-desktop-files
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
BuildRequires: yast2
|
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
# openSUSE-11.4 or newer
|
# openSUSE-11.4 or newer
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@ -62,7 +56,7 @@ This package is part of a suite of tools that used to be named
|
|||||||
SubDomain.
|
SubDomain.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%yast_build
|
%yast_build
|
||||||
@ -72,7 +66,7 @@ SubDomain.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/bin/*
|
%{_bindir}/*
|
||||||
%{yast_clientdir}
|
%{yast_clientdir}
|
||||||
%{yast_yncludedir}/apparmor
|
%{yast_yncludedir}/apparmor
|
||||||
%{yast_scrconfdir}
|
%{yast_scrconfdir}
|
||||||
@ -81,9 +75,9 @@ SubDomain.
|
|||||||
%{yast_agentdir}
|
%{yast_agentdir}
|
||||||
%dir %{perl_vendorlib}/Immunix
|
%dir %{perl_vendorlib}/Immunix
|
||||||
%{perl_vendorlib}/Immunix/Notify.pm
|
%{perl_vendorlib}/Immunix/Notify.pm
|
||||||
%dir %attr(-,root,root) /etc/apparmor
|
%dir %{_sysconfdir}/apparmor
|
||||||
%config(noreplace) /etc/apparmor/reports.crontab
|
%config(noreplace) %{_sysconfdir}/apparmor/reports.crontab
|
||||||
%config(noreplace) /etc/apparmor/reports.conf
|
%config(noreplace) %{_sysconfdir}/apparmor/reports.conf
|
||||||
%doc %{yast_docdir}
|
%doc %{yast_docdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user