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
|
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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,12 +20,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.17.3
|
Version: 2.17.4
|
||||||
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.17.3.tar.bz2
|
Source0: yast2-apparmor-2.17.4.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
|
||||||
@ -51,7 +51,7 @@ Authors:
|
|||||||
jmichael@suse.de
|
jmichael@suse.de
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-apparmor-2.17.3
|
%setup -n yast2-apparmor-2.17.4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -100,8 +100,15 @@ REPDIR3='/var/log/apparmor/reports-exported'
|
|||||||
[ -e $REPDIR ] || mkdir -p $REPDIR
|
[ -e $REPDIR ] || mkdir -p $REPDIR
|
||||||
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
|
[ -e $REPDIR2 ] || mkdir -p $REPDIR2
|
||||||
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
|
[ -e $REPDIR3 ] || mkdir -p $REPDIR3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 18 2008 aschnell@suse.de
|
||||||
- Fixed help text (bnc #436491)
|
- Fixed help text (bnc #436491)
|
||||||
- 2.17.3
|
- 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
|
- Bug #305735 Add support for network toggles, append, and locking to the YaST2
|
||||||
EditProfile wizard.
|
EditProfile wizard.
|
||||||
- Bug 302588 - 1 CD KDE version fails to install apparmor-docs
|
- 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)
|
- Updated spec to set theme-dir based on dist (openSUSE/sles)
|
||||||
* Mon Aug 20 2007 dreynolds@suse.de
|
* Mon Aug 20 2007 dreynolds@suse.de
|
||||||
- sbeattie@suse.de
|
- sbeattie@suse.de
|
||||||
@ -175,10 +182,10 @@ REPDIR3='/var/log/apparmor/reports-exported'
|
|||||||
* Sat Nov 18 2006 ddrewelow@suse.de
|
* Sat Nov 18 2006 ddrewelow@suse.de
|
||||||
- Fixed usability and reporting bugs
|
- Fixed usability and reporting bugs
|
||||||
(bnc# 158599,171082,172624,173825)
|
(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:
|
- Added the missing complain.scr to fix:
|
||||||
https://bugzilla.novell.com/show_bug.cgi?id=219898
|
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:
|
- Fixes for notification bugs:
|
||||||
- configuration of e-mail recipient not saved in YaST
|
- configuration of e-mail recipient not saved in YaST
|
||||||
(bnc#177039)
|
(bnc#177039)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user