diff --git a/yast2-users-2.17.25.tar.bz2 b/yast2-users-2.17.25.tar.bz2 deleted file mode 100644 index cc265cb..0000000 --- a/yast2-users-2.17.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fffed613046548df9baf339c4db0f3c892ddee854a642c751337a4d1427e95d -size 381538 diff --git a/yast2-users-2.17.26.tar.bz2 b/yast2-users-2.17.26.tar.bz2 new file mode 100644 index 0000000..aa3ef31 --- /dev/null +++ b/yast2-users-2.17.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4443347f354e825be5e11825fb91c3c636f24a078fbeda58eac290643adcdfa +size 382009 diff --git a/yast2-users.changes b/yast2-users.changes index 9ed702a..a246bcc 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 25 10:38:49 CET 2008 - jsuchome@suse.cz + +- installation: do not reset root password when modifying 1st user + settings (bnc#445512) +- 2.17.26 + ------------------------------------------------------------------- Fri Nov 14 15:15:40 CET 2008 - jsuchome@suse.cz diff --git a/yast2-users.spec b/yast2-users.spec index bd90078..076ecdc 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.17.25) +# spec file for package yast2-users (Version 2.17.26) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-users -Version: 2.17.25 +Version: 2.17.26 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.17.25.tar.bz2 +Source0: yast2-users-2.17.26.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-perl-bindings yast2-security yast2-testsuite Requires: yast2-perl-bindings yast2-country yast2-pam yast2-security cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext @@ -52,7 +52,7 @@ Authors: Jiri Suchomel %prep -%setup -n yast2-users-2.17.25 +%setup -n yast2-users-2.17.26 %build %{prefix}/bin/y2tool y2autoconf @@ -94,8 +94,11 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/YaST2/plugin/libpy2ag_crack.so %{_libdir}/YaST2/plugin/libpy2ag_crack.la %doc %{prefix}/share/doc/packages/yast2-users - %changelog +* Tue Nov 25 2008 jsuchome@suse.cz +- installation: do not reset root password when modifying 1st user + settings (bnc#445512) +- 2.17.26 * Fri Nov 14 2008 jsuchome@suse.cz - do not use Wizard::OpenOKDialog together with hiding Abort button (bnc#444176)