From 43e2e75056e5b882dcd4175a1ad269f0eeff532ae24a3f63a9d50588f6884253 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 13 Mar 2007 00:07:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-users?expand=0&rev=17 --- yast2-users-2.15.16.tar.bz2 | 3 --- yast2-users-2.15.17.tar.bz2 | 3 +++ yast2-users.changes | 6 ++++++ yast2-users.spec | 11 +++++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 yast2-users-2.15.16.tar.bz2 create mode 100644 yast2-users-2.15.17.tar.bz2 diff --git a/yast2-users-2.15.16.tar.bz2 b/yast2-users-2.15.16.tar.bz2 deleted file mode 100644 index 139dd34..0000000 --- a/yast2-users-2.15.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94cf87383b32506519ce9fd159eb1653db8b5544ef12e441375181f0b00bec20 -size 369529 diff --git a/yast2-users-2.15.17.tar.bz2 b/yast2-users-2.15.17.tar.bz2 new file mode 100644 index 0000000..21490d3 --- /dev/null +++ b/yast2-users-2.15.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bfaaee6cd50546a85ebe21439e286a7cb3c92c7d6135e0395fda90fd365b4c +size 383788 diff --git a/yast2-users.changes b/yast2-users.changes index 1ac7ae6..0b1ffb8 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 12 11:50:01 CET 2007 - jsuchome@suse.cz + +- call cryptconfig again when home directory was renamed (#252325) +- 2.15.17 + ------------------------------------------------------------------- Wed Feb 28 13:46:19 CET 2007 - jsuchome@suse.cz diff --git a/yast2-users.spec b/yast2-users.spec index cad33bf..5b03504 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.15.16) +# spec file for package yast2-users (Version 2.15.17) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-users -Version: 2.15.16 +Version: 2.15.17 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.15.16.tar.bz2 +Source0: yast2-users-2.15.17.tar.bz2 prefix: /usr BuildRequires: cracklib-devel doxygen gcc-c++ perl-Digest-SHA1 perl-XML-Writer update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-ldap-client yast2-mail-aliases yast2-perl-bindings yast2-security yast2-testsuite Requires: yast2 yast2-perl-bindings yast2-country yast2-pam yast2-security yast2-mail-aliases cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext yast2-ldap-client @@ -42,7 +42,7 @@ Authors: Jiri Suchomel %prep -%setup -n yast2-users-2.15.16 +%setup -n yast2-users-2.15.17 %build %{prefix}/bin/y2tool y2autoconf @@ -86,6 +86,9 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-users %changelog +* Mon Mar 12 2007 - jsuchome@suse.cz +- call cryptconfig again when home directory was renamed (#252325) +- 2.15.17 * Wed Feb 28 2007 - jsuchome@suse.cz - ask for current user password for any change with crypted directory (#242531)