This commit is contained in:
parent
99f0f273e2
commit
4b1f79e388
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5899a0088640cd3f8a7c04a98acd926879d4bf7f56db59e0b0a6b2d11ce37a32
|
|
||||||
size 172408
|
|
3
yast2-apparmor-2.16.2.tar.bz2
Normal file
3
yast2-apparmor-2.16.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:02dacef27837f77fcb49ca4c1ce5d75db30e62b00409872746f986dcc3250d15
|
||||||
|
size 172432
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 9 11:07:57 CEST 2008 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Use button labels from Label:: module (thanks, msvec)
|
||||||
|
- Removed 2 widgets with the same ID ( AA general setup module failed
|
||||||
|
to launch ) (bnc #383792)
|
||||||
|
- Removed other sources of YUI exceptions: correct opening/closing
|
||||||
|
dialogs, fixed event loop, no 'nil' button labels
|
||||||
|
- 2.16.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 2 14:59:51 CEST 2008 - kmachalkova@suse.cz
|
Wed Apr 2 14:59:51 CEST 2008 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-apparmor (Version 2.16.1)
|
# spec file for package yast2-apparmor (Version 2.16.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,12 +13,12 @@
|
|||||||
Url: http://forge.novell.com/modules/xfmod/project/?apparmor
|
Url: http://forge.novell.com/modules/xfmod/project/?apparmor
|
||||||
|
|
||||||
Name: yast2-apparmor
|
Name: yast2-apparmor
|
||||||
Version: 2.16.1
|
Version: 2.16.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-apparmor-2.16.1.tar.bz2
|
Source0: yast2-apparmor-2.16.2.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Summary: YaST2 - Plugins for AppArmor Profile Management
|
Summary: YaST2 - Plugins for AppArmor Profile Management
|
||||||
Requires: yast2 perl-TimeDate
|
Requires: yast2 perl-TimeDate
|
||||||
@ -44,7 +44,7 @@ Authors:
|
|||||||
jmichael@suse.de
|
jmichael@suse.de
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-apparmor-2.16.1
|
%setup -n yast2-apparmor-2.16.2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -94,6 +94,13 @@ REPDIR3='/var/log/apparmor/reports-exported'
|
|||||||
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
|
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
|
||||||
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
|
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 09 2008 kmachalkova@suse.cz
|
||||||
|
- Use button labels from Label:: module (thanks, msvec)
|
||||||
|
- Removed 2 widgets with the same ID ( AA general setup module failed
|
||||||
|
to launch ) (bnc #383792)
|
||||||
|
- Removed other sources of YUI exceptions: correct opening/closing
|
||||||
|
dialogs, fixed event loop, no 'nil' button labels
|
||||||
|
- 2.16.2
|
||||||
* Wed Apr 02 2008 kmachalkova@suse.cz
|
* Wed Apr 02 2008 kmachalkova@suse.cz
|
||||||
- i18n: additional strings marked for translation (bnc#371052)
|
- i18n: additional strings marked for translation (bnc#371052)
|
||||||
- Archived reports: improved UI layout to prevent string cut-off
|
- Archived reports: improved UI layout to prevent string cut-off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user