OBS User unknown 2008-02-25 16:53:10 +00:00 committed by Git OBS Bridge
parent b000dfc8e3
commit 3690e7d2c4
4 changed files with 33 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 25 16:12:45 CET 2008 - jsuchome@suse.cz
- proposing of username uses same method on installed system
as in installation
- first dialog handled specially in text mode
- 2.16.12
-------------------------------------------------------------------
Thu Feb 21 16:22:29 CET 2008 - jsuchome@suse.cz
- added dialog for root pw in first stage (FATE 302980)
- more variables and API moved from Users to UsersSimple
- 2.16.11
-------------------------------------------------------------------
Fri Feb 15 10:10:08 CET 2008 - jsuchome@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-users (Version 2.16.10)
# spec file for package yast2-users (Version 2.16.11)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,12 +12,12 @@
Name: yast2-users
Version: 2.16.10
Version: 2.16.11
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-users-2.16.10.tar.bz2
Source0: yast2-users-2.16.11.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
@ -25,8 +25,8 @@ Obsoletes: yast2-config-users y2c_users yast2-trans-users y2t_users yast2-t
Provides: yast2-config-users y2c_users yast2-trans-users y2t_users yast2-trans-inst-user yast2-trans-users y2t_inst-user
# LDAPInitWithTLSCheck
Requires: yast2-ldap-client >= 2.15.8
# NetworkInterfaces
Requires: yast2 >= 2.16.23
# ProductControl::EnableModule
Requires: yast2 >= 2.16.30
Summary: YaST2 - User and Group Configuration
%description
@ -46,7 +46,7 @@ Authors:
Jiri Suchomel <jsuchome@suse.cz>
%prep
%setup -n yast2-users-2.16.10
%setup -n yast2-users-2.16.11
%build
%{prefix}/bin/y2tool y2autoconf
@ -89,6 +89,15 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
%doc %{prefix}/share/doc/packages/yast2-users
%changelog
* Mon Feb 25 2008 jsuchome@suse.cz
- proposing of username uses same method on installed system
as in installation
- first dialog handled specially in text mode
- 2.16.12
* Thu Feb 21 2008 jsuchome@suse.cz
- added dialog for root pw in first stage (FATE 302980)
- more variables and API moved from Users to UsersSimple
- 2.16.11
* Fri Feb 15 2008 jsuchome@suse.cz
- remove LDAP entries from custom settings if LDAP is not present
in /etc/nsswitch.conf (#bnc360600)