1
0
OBS User unknown 2009-03-18 21:53:00 +00:00 committed by Git OBS Bridge
parent f2336f1a25
commit 04838ce7cb
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86c0cb3760b6f51e4d0c78b1e8ececef3f325a58ff2688ccd6e1262270f02879
size 147830

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c13115f0a47450713f7f4b4e3c1d057f5e442110840dad0f1cdca36e7c22f30
size 147695

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 18 12:44:21 CET 2009 - kmachalkova@suse.cz
- Reduced number of overly long strings (bnc#384170)
- Extended some helptexts (bnc#482563, bnc#443287)
- 2.18.3
-------------------------------------------------------------------
Fri Mar 6 17:50:03 CET 2009 - kmachalkova@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-apparmor (Version 2.18.2)
# spec file for package yast2-apparmor (Version 2.18.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,12 +20,12 @@
Url: http://forge.novell.com/modules/xfmod/project/?apparmor
Name: yast2-apparmor
Version: 2.18.2
Version: 2.18.3
Release: 1
License: GPL v2 or later
Group: Productivity/Security
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-apparmor-2.18.2.tar.bz2
Source0: yast2-apparmor-2.18.3.tar.bz2
Prefix: /usr
Summary: YaST2 - Plugins for AppArmor Profile Management
Requires: yast2 perl-TimeDate
@ -51,7 +51,7 @@ Authors:
jmichael@suse.de
%prep
%setup -n yast2-apparmor-2.18.2
%setup -n yast2-apparmor-2.18.3
%build
%{prefix}/bin/y2tool y2autoconf
@ -101,6 +101,10 @@ REPDIR3='/var/log/apparmor/reports-exported'
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
%changelog
* Wed Mar 18 2009 kmachalkova@suse.cz
- Reduced number of overly long strings (bnc#384170)
- Extended some helptexts (bnc#482563, bnc#443287)
- 2.18.3
* Fri Mar 06 2009 kmachalkova@suse.cz
- AA profiles editor adjusted to the new format of parsed profile
data (bnc#480099)