1
0

- 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:
YaST Team Bot 2014-06-02 14:20:55 +00:00 committed by Git OBS Bridge
parent 43901b5099
commit 423be10cf8
4 changed files with 25 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f5ebd64d7cede1ba4ed9d7936609ffd3b9e93589843d03a3d2be8fe2e871913
size 51112

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80463f12e2387ea2673f19c2f4091b38777929dc2aa86ed02f86b0fc68e3380b
size 51158

View File

@ -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

View File

@ -17,20 +17,19 @@
Name: yast2-apparmor
Version: 3.1.1
Version: 3.1.2
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
License: GPL-2.0
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: yast2
Requires: yast2-ruby-bindings >= 1.0.0
Requires: perl(Data::Dumper)
Requires: perl(Encode)
Requires: perl(Getopt::Long)
@ -39,15 +38,10 @@ Requires: perl(Immunix::Notify)
Requires: perl(Locale::gettext)
Requires: perl(POSIX)
Requires: perl(ycp)
BuildArch: noarch
Obsoletes: yast2-subdomain
Provides: yast2-subdomain
BuildRequires: update-desktop-files
BuildRequires: yast2
BuildRequires: yast2-devtools >= 3.1.10
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%if 0%{?suse_version} >= 1140
# openSUSE-11.4 or newer
BuildRequires: perl-macros
@ -62,7 +56,7 @@ This package is part of a suite of tools that used to be named
SubDomain.
%prep
%setup -n %{name}-%{version}
%setup -q
%build
%yast_build
@ -72,7 +66,7 @@ SubDomain.
%files
%defattr(-,root,root)
/usr/bin/*
%{_bindir}/*
%{yast_clientdir}
%{yast_yncludedir}/apparmor
%{yast_scrconfdir}
@ -81,9 +75,9 @@ SubDomain.
%{yast_agentdir}
%dir %{perl_vendorlib}/Immunix
%{perl_vendorlib}/Immunix/Notify.pm
%dir %attr(-,root,root) /etc/apparmor
%config(noreplace) /etc/apparmor/reports.crontab
%config(noreplace) /etc/apparmor/reports.conf
%dir %{_sysconfdir}/apparmor
%config(noreplace) %{_sysconfdir}/apparmor/reports.crontab
%config(noreplace) %{_sysconfdir}/apparmor/reports.conf
%doc %{yast_docdir}
%changelog