diff --git a/yast2-security-2.17.3.tar.bz2 b/yast2-security-2.17.3.tar.bz2 deleted file mode 100644 index 15e1e19..0000000 --- a/yast2-security-2.17.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f5448f1ba17ce5756bfa8dcdcf9626ee87153b6d5cb783062ab94f551571332 -size 108736 diff --git a/yast2-security-2.17.4.tar.bz2 b/yast2-security-2.17.4.tar.bz2 new file mode 100644 index 0000000..bce4b44 --- /dev/null +++ b/yast2-security-2.17.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290385bcab472ed7f7a4a1b3e29db5f3f5e371e8a8271de704cba78989c38e01 +size 109162 diff --git a/yast2-security.changes b/yast2-security.changes index 5bb5578..7240a04 100644 --- a/yast2-security.changes +++ b/yast2-security.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 26 10:02:20 CEST 2008 - lslezak@suse.cz + +- fixed the Security Overview dialog in ncurses mode (use a table + widget instead of richtext) (bnc#429965) +- 2.17.4 + +------------------------------------------------------------------- +Tue Sep 23 13:16:26 CEST 2008 - jsrain@suse.cz + +- fixed incorrect tags in helps (bnc #429063) + ------------------------------------------------------------------- Tue Sep 16 17:33:18 CEST 2008 - lslezak@suse.cz diff --git a/yast2-security.spec b/yast2-security.spec index 5aea43d..5191c6a 100644 --- a/yast2-security.spec +++ b/yast2-security.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-security (Version 2.17.3) +# spec file for package yast2-security (Version 2.17.4) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-security -Version: 2.17.3 +Version: 2.17.4 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-security-2.17.3.tar.bz2 +Source0: yast2-security-2.17.4.tar.bz2 Prefix: /usr BuildRequires: doxygen perl-XML-Writer pkg-config update-desktop-files yast2-devtools yast2-pam yast2-testsuite # new Pam.ycp API @@ -49,7 +49,7 @@ Authors: Jiri Suchomel %prep -%setup -n yast2-security-2.17.3 +%setup -n yast2-security-2.17.4 %build %{prefix}/bin/y2tool y2autoconf @@ -83,6 +83,12 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/security.rnc %doc %{prefix}/share/doc/packages/yast2-security %changelog +* Fri Sep 26 2008 lslezak@suse.cz +- fixed the Security Overview dialog in ncurses mode (use a table + widget instead of richtext) (bnc#429965) +- 2.17.4 +* Tue Sep 23 2008 jsrain@suse.cz +- fixed incorrect tags in helps (bnc #429063) * Tue Sep 16 2008 lslezak@suse.cz - check enabled services in runlevel 3 and 5, activate changes in Security::Write() (bnc#425864)