diff --git a/yast2-apparmor-2.22.1.tar.bz2 b/yast2-apparmor-2.22.1.tar.bz2 deleted file mode 100644 index 11c57f8..0000000 --- a/yast2-apparmor-2.22.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebc09ca0fd81fc635bec3f55f6068b490bd2a1967faf0c5d715c0f85d450918c -size 151385 diff --git a/yast2-apparmor-2.22.2.tar.bz2 b/yast2-apparmor-2.22.2.tar.bz2 new file mode 100644 index 0000000..cd260cd --- /dev/null +++ b/yast2-apparmor-2.22.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff039dc5fd2b42adc1b3439e812cda9b6dbf182bd38309e28bc84b2c8d794c6 +size 162563 diff --git a/yast2-apparmor.changes b/yast2-apparmor.changes index 96b8987..a7f8990 100644 --- a/yast2-apparmor.changes +++ b/yast2-apparmor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 4 08:37:05 CEST 2012 - jsuchome@suse.cz + +- fixed text labels (bnc#755539) +- 2.22.2 + ------------------------------------------------------------------- Fri Nov 18 00:17:24 UTC 2011 - opensuse@cboltz.de diff --git a/yast2-apparmor.spec b/yast2-apparmor.spec index 5b0e702..a9c584d 100644 --- a/yast2-apparmor.spec +++ b/yast2-apparmor.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-apparmor # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,23 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: yast2-apparmor -Version: 2.22.1 +Version: 2.22.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-apparmor-%{version}.tar.bz2 -Group: Productivity/Security -License: GPL-2.0+ - Summary: YaST2 - Plugins for AppArmor Profile Management +License: GPL-2.0+ +Group: Productivity/Security -Requires: yast2 Requires: perl-TimeDate +Requires: yast2 Requires: perl(Data::Dumper) Requires: perl(Encode) Requires: perl(Getopt::Long) @@ -46,7 +43,8 @@ Obsoletes: yast2-subdomain Provides: yast2-subdomain BuildRequires: update-desktop-files -BuildRequires: yast2 yast2-devtools +BuildRequires: yast2 +BuildRequires: yast2-devtools %if 0%{?suse_version} >= 1140 # openSUSE-11.4 or newer @@ -72,7 +70,6 @@ autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -%{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works