OBS User unknown 2009-03-07 10:47:53 +00:00 committed by Git OBS Bridge
parent 178d085c07
commit f2336f1a25
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:bdb30675369a2fc36da060dcf1e16a0771aa3311affa961a7aba4053b2a685ea
size 147530

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 6 17:50:03 CET 2009 - kmachalkova@suse.cz
- AA profiles editor adjusted to the new format of parsed profile
data (bnc#480099)
- 2.18.2
-------------------------------------------------------------------
Wed Feb 11 15:29:39 CET 2009 - kmachalkova@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-apparmor (Version 2.18.1)
# spec file for package yast2-apparmor (Version 2.18.2)
#
# 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.1
Version: 2.18.2
Release: 1
License: GPL v2 or later
Group: Productivity/Security
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-apparmor-2.18.1.tar.bz2
Source0: yast2-apparmor-2.18.2.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.1
%setup -n yast2-apparmor-2.18.2
%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
* Fri Mar 06 2009 kmachalkova@suse.cz
- AA profiles editor adjusted to the new format of parsed profile
data (bnc#480099)
- 2.18.2
* Wed Feb 11 2009 kmachalkova@suse.cz
- Convert report names and modes to/from human readable strings
(bnc#369119, bnc#371072)