diff --git a/yast2-apparmor-3.1.1.tar.bz2 b/yast2-apparmor-3.1.1.tar.bz2 deleted file mode 100644 index 8befaf7..0000000 --- a/yast2-apparmor-3.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f5ebd64d7cede1ba4ed9d7936609ffd3b9e93589843d03a3d2be8fe2e871913 -size 51112 diff --git a/yast2-apparmor-3.1.2.tar.bz2 b/yast2-apparmor-3.1.2.tar.bz2 new file mode 100644 index 0000000..a6a04c7 --- /dev/null +++ b/yast2-apparmor-3.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80463f12e2387ea2673f19c2f4091b38777929dc2aa86ed02f86b0fc68e3380b +size 51158 diff --git a/yast2-apparmor.changes b/yast2-apparmor.changes index 0889f33..7e226b0 100644 --- a/yast2-apparmor.changes +++ b/yast2-apparmor.changes @@ -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 diff --git a/yast2-apparmor.spec b/yast2-apparmor.spec index c517b06..1d669e9 100644 --- a/yast2-apparmor.spec +++ b/yast2-apparmor.spec @@ -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 @@ -70,9 +64,9 @@ SubDomain. %install %yast_install -%files +%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