This commit is contained in:
parent
1353cff595
commit
b000dfc8e3
3
yast2-users-2.16.10.tar.bz2
Normal file
3
yast2-users-2.16.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2a377ca1d8fa2b8fe577a3c69decf7097f7c12791c4399a13ae4684be3d56f8
|
||||||
|
size 398367
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1fef57a78ae78d22013675f6634fd81beb50cd25d0095bb4d7df864b00cb587d
|
|
||||||
size 398376
|
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 15 10:10:08 CET 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- remove LDAP entries from custom settings if LDAP is not present
|
||||||
|
in /etc/nsswitch.conf (#bnc360600)
|
||||||
|
- 2.16.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 15 08:21:47 CET 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- moved password and user name checks to UsersSimple.pm to make
|
||||||
|
them available during first stage of installation
|
||||||
|
- 2.16.9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 13 14:36:28 CET 2008 - visnov@suse.cz
|
||||||
|
|
||||||
|
- show icons in users table
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 31 16:11:28 CET 2008 - jsuchome@suse.cz
|
Thu Jan 31 16:11:28 CET 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
@ -10,7 +29,7 @@ Thu Jan 31 16:11:28 CET 2008 - jsuchome@suse.cz
|
|||||||
stage
|
stage
|
||||||
- inst_root, inst_auth, inst_user updated to check for first stage
|
- inst_root, inst_auth, inst_user updated to check for first stage
|
||||||
configuration data
|
configuration data
|
||||||
- 2.16.7
|
- 2.16.8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 29 14:56:17 CET 2008 - jsuchome@suse.cz
|
Tue Jan 29 14:56:17 CET 2008 - jsuchome@suse.cz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-users (Version 2.16.8)
|
# spec file for package yast2-users (Version 2.16.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,13 +10,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: yast2-users
|
Name: yast2-users
|
||||||
Version: 2.16.8
|
Version: 2.16.10
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-users-2.16.8.tar.bz2
|
Source0: yast2-users-2.16.10.tar.bz2
|
||||||
Prefix: /usr
|
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
|
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
|
Requires: yast2-perl-bindings yast2-country yast2-pam yast2-security cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext
|
||||||
@ -45,7 +46,7 @@ Authors:
|
|||||||
Jiri Suchomel <jsuchome@suse.cz>
|
Jiri Suchomel <jsuchome@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-users-2.16.8
|
%setup -n yast2-users-2.16.10
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -88,6 +89,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
|
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
|
||||||
%doc %{prefix}/share/doc/packages/yast2-users
|
%doc %{prefix}/share/doc/packages/yast2-users
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 15 2008 jsuchome@suse.cz
|
||||||
|
- remove LDAP entries from custom settings if LDAP is not present
|
||||||
|
in /etc/nsswitch.conf (#bnc360600)
|
||||||
|
- 2.16.10
|
||||||
|
* Fri Feb 15 2008 jsuchome@suse.cz
|
||||||
|
- moved password and user name checks to UsersSimple.pm to make
|
||||||
|
them available during first stage of installation
|
||||||
|
- 2.16.9
|
||||||
|
* Wed Feb 13 2008 visnov@suse.cz
|
||||||
|
- show icons in users table
|
||||||
* Thu Jan 31 2008 jsuchome@suse.cz
|
* Thu Jan 31 2008 jsuchome@suse.cz
|
||||||
- unified function names for RootAlias handling
|
- unified function names for RootAlias handling
|
||||||
- first steps for implementation of FATE 302980,
|
- first steps for implementation of FATE 302980,
|
||||||
@ -98,7 +109,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
stage
|
stage
|
||||||
- inst_root, inst_auth, inst_user updated to check for first stage
|
- inst_root, inst_auth, inst_user updated to check for first stage
|
||||||
configuration data
|
configuration data
|
||||||
- 2.16.7
|
- 2.16.8
|
||||||
* Tue Jan 29 2008 jsuchome@suse.cz
|
* Tue Jan 29 2008 jsuchome@suse.cz
|
||||||
- "User Management" is "User and Group Management" now in control
|
- "User Management" is "User and Group Management" now in control
|
||||||
center: group desktop file removed (F303392)
|
center: group desktop file removed (F303392)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user