1
0
OBS User unknown 2009-02-11 23:43:16 +00:00 committed by Git OBS Bridge
parent 529f7164d3
commit 178d085c07
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:e45b9d894b55774bcaeff3abc7bed3477a9bdd57a319e98e07bedb85bcc4b70c
size 147764

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 11 15:29:39 CET 2009 - kmachalkova@suse.cz
- Convert report names and modes to/from human readable strings
(bnc#369119, bnc#371072)
- 2.18.1
-------------------------------------------------------------------
Mon Jan 19 15:06:24 CET 2009 - kmachalkova@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-apparmor (Version 2.18.0)
# spec file for package yast2-apparmor (Version 2.18.1)
#
# 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.0
Version: 2.18.1
Release: 1
License: GPL v2 or later
Group: Productivity/Security
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-apparmor-2.18.0.tar.bz2
Source0: yast2-apparmor-2.18.1.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.0
%setup -n yast2-apparmor-2.18.1
%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 Feb 11 2009 kmachalkova@suse.cz
- Convert report names and modes to/from human readable strings
(bnc#369119, bnc#371072)
- 2.18.1
* Mon Jan 19 2009 kmachalkova@suse.cz
- Handle switching between two textdomains (yast2-apparmor &
apparmor-utils) so that strings from both are correctly translated