From 8774b054beb638581c977e4a8f60e89b820c5d92444dfd62064ea8d69e96337d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 8 Nov 2008 19:47:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-security?expand=0&rev=17 --- yast2-security-2.17.8.tar.bz2 | 3 --- yast2-security-2.17.9.tar.bz2 | 3 +++ yast2-security.changes | 10 ++++++++++ yast2-security.spec | 15 +++++++++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 yast2-security-2.17.8.tar.bz2 create mode 100644 yast2-security-2.17.9.tar.bz2 diff --git a/yast2-security-2.17.8.tar.bz2 b/yast2-security-2.17.8.tar.bz2 deleted file mode 100644 index 8d4224c..0000000 --- a/yast2-security-2.17.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:449737a835ab885c8962c42da0a7bf65a30f61cb3ad1660cbf8ff2df530d3e92 -size 105249 diff --git a/yast2-security-2.17.9.tar.bz2 b/yast2-security-2.17.9.tar.bz2 new file mode 100644 index 0000000..8465789 --- /dev/null +++ b/yast2-security-2.17.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c1ef9c807a3c46c6b5820051b066d84d0c3c82e99289d5b86338b6928a517c +size 105408 diff --git a/yast2-security.changes b/yast2-security.changes index 310e0cd..cda076d 100644 --- a/yast2-security.changes +++ b/yast2-security.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 7 15:56:03 CET 2008 - jsuchome@suse.cz + +- fixes for bnc#442552: +- missing check for `finish +- check more carefuly pam-config output, correctly remove values +- remove GROUP_ENRYPTION from levels +- do not check service values against levels +- 2.17.9 + ------------------------------------------------------------------- Fri Nov 7 10:04:30 CET 2008 - jsuchome@suse.cz diff --git a/yast2-security.spec b/yast2-security.spec index a9f8625..e80e4e2 100644 --- a/yast2-security.spec +++ b/yast2-security.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-security (Version 2.17.8) +# spec file for package yast2-security (Version 2.17.9) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-security -Version: 2.17.8 +Version: 2.17.9 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-security-2.17.8.tar.bz2 +Source0: yast2-security-2.17.9.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.8 +%setup -n yast2-security-2.17.9 %build %{prefix}/bin/y2tool y2autoconf @@ -84,6 +84,13 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-security %changelog * Fri Nov 07 2008 jsuchome@suse.cz +- fixes for bnc#442552: +- missing check for `finish +- check more carefuly pam-config output, correctly remove values +- remove GROUP_ENRYPTION from levels +- do not check service values against levels +- 2.17.9 +* Fri Nov 07 2008 jsuchome@suse.cz - fixed testsuite - 2.17.8 * Thu Oct 30 2008 lslezak@suse.cz