OBS User unknown 2008-11-25 15:03:49 +00:00 committed by Git OBS Bridge
parent 2bb4d875e0
commit fba2b7433c
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fffed613046548df9baf339c4db0f3c892ddee854a642c751337a4d1427e95d
size 381538

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4443347f354e825be5e11825fb91c3c636f24a078fbeda58eac290643adcdfa
size 382009

View File

@ -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

View File

@ -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 <jsuchome@suse.cz>
%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)