diff --git a/yast2-users-2.15.8.tar.bz2 b/yast2-users-2.15.8.tar.bz2 deleted file mode 100644 index 57b7b33..0000000 --- a/yast2-users-2.15.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a3a6f100a9e2ceb25f3ca27ec76ff354f045d96a8974b20ca01e70d8e4fd930 -size 367625 diff --git a/yast2-users-2.15.9.tar.bz2 b/yast2-users-2.15.9.tar.bz2 new file mode 100644 index 0000000..52929f6 --- /dev/null +++ b/yast2-users-2.15.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18fbe38748ddf80ac5816495edb057e15cf0ca2c82e0c77f056865a95e3d5e1 +size 367729 diff --git a/yast2-users.changes b/yast2-users.changes index 8952549..8d7f294 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 5 11:12:18 CET 2007 - jsuchome@suse.cz + +- check the default group of user from previous installation (#239688) +- 2.15.9 + ------------------------------------------------------------------- Thu Feb 1 14:09:21 CET 2007 - jsuchome@suse.cz diff --git a/yast2-users.spec b/yast2-users.spec index dbbb7bc..09c33b1 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.15.8) +# spec file for package yast2-users (Version 2.15.9) # # 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.8 +Version: 2.15.9 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.15.8.tar.bz2 +Source0: yast2-users-2.15.9.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.8 +%setup -n yast2-users-2.15.9 %build %{prefix}/bin/y2tool y2autoconf @@ -86,6 +86,9 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-users %changelog -n yast2-users +* Mon Feb 05 2007 - jsuchome@suse.cz +- check the default group of user from previous installation (#239688) +- 2.15.9 * Thu Feb 01 2007 - jsuchome@suse.cz - fixed inst_auth workflow when "Read user data from previous installation" is checked but on user selected (#240287)