forked from pool/yast2-apparmor
This commit is contained in:
parent
d561c66029
commit
93b8dfb480
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1368a3bb43267dc5472e0c97a7937c6c3c2df75866f62d65647adcfb8fb55f07
|
||||
size 146966
|
3
yast2-apparmor-2.17.4.tar.bz2
Normal file
3
yast2-apparmor-2.17.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14dc03da9cad39941b5f05cf02d2614b7f200b69b2a2dd289988340a23c71543
|
||||
size 147096
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 28 17:53:44 CET 2008 - kmachalkova@suse.cz
|
||||
|
||||
- Removed source of UI syntax error - invalid items listing
|
||||
(bnc#441510)
|
||||
- Integrated jjohansen's patch for bnc#258079 (e-mail address
|
||||
validation)
|
||||
- Make translatable strings from Perl agents really translated (and
|
||||
correctly encoded) (bnc#448390)
|
||||
- 2.17.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 18 10:04:31 CEST 2008 - aschnell@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-apparmor (Version 2.17.3)
|
||||
# spec file for package yast2-apparmor (Version 2.17.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,12 +20,12 @@
|
||||
Url: http://forge.novell.com/modules/xfmod/project/?apparmor
|
||||
|
||||
Name: yast2-apparmor
|
||||
Version: 2.17.3
|
||||
Version: 2.17.4
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-apparmor-2.17.3.tar.bz2
|
||||
Source0: yast2-apparmor-2.17.4.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.17.3
|
||||
%setup -n yast2-apparmor-2.17.4
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -100,8 +100,15 @@ REPDIR3='/var/log/apparmor/reports-exported'
|
||||
[ -e $REPDIR ] || mkdir -p $REPDIR
|
||||
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
|
||||
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
|
||||
|
||||
%changelog
|
||||
* Fri Nov 28 2008 kmachalkova@suse.cz
|
||||
- Removed source of UI syntax error - invalid items listing
|
||||
(bnc#441510)
|
||||
- Integrated jjohansen's patch for bnc#258079 (e-mail address
|
||||
validation)
|
||||
- Make translatable strings from Perl agents really translated (and
|
||||
correctly encoded) (bnc#448390)
|
||||
- 2.17.4
|
||||
* Sat Oct 18 2008 aschnell@suse.de
|
||||
- Fixed help text (bnc #436491)
|
||||
- 2.17.3
|
||||
@ -158,7 +165,7 @@ REPDIR3='/var/log/apparmor/reports-exported'
|
||||
- Bug #305735 Add support for network toggles, append, and locking to the YaST2
|
||||
EditProfile wizard.
|
||||
- Bug 302588 - 1 CD KDE version fails to install apparmor-docs
|
||||
* Wed Aug 22 2007 dreynolds@suse.de
|
||||
* Tue Aug 21 2007 dreynolds@suse.de
|
||||
- Updated spec to set theme-dir based on dist (openSUSE/sles)
|
||||
* Mon Aug 20 2007 dreynolds@suse.de
|
||||
- sbeattie@suse.de
|
||||
@ -175,10 +182,10 @@ REPDIR3='/var/log/apparmor/reports-exported'
|
||||
* Sat Nov 18 2006 ddrewelow@suse.de
|
||||
- Fixed usability and reporting bugs
|
||||
(bnc# 158599,171082,172624,173825)
|
||||
* Wed Nov 15 2006 ddrewelow@suse.de
|
||||
* Tue Nov 14 2006 ddrewelow@suse.de
|
||||
- Added the missing complain.scr to fix:
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=219898
|
||||
* Tue Nov 14 2006 ddrewelow@suse.de
|
||||
* Mon Nov 13 2006 ddrewelow@suse.de
|
||||
- Fixes for notification bugs:
|
||||
- configuration of e-mail recipient not saved in YaST
|
||||
(bnc#177039)
|
||||
|
Loading…
Reference in New Issue
Block a user