OBS User unknown 2008-03-05 20:59:18 +00:00 committed by Git OBS Bridge
parent bb3755c1c0
commit 3d933b2618
4 changed files with 39 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Mar 5 15:42:07 CET 2008 - jsuchome@suse.cz
- check home directory of first user right before writing
- do not allow decrypting home when user is logged in (bnc#365547),
remove old home directory after all critical actions are done
- added installation proposal for user settings (fate#302980)
- 2.16.16
-------------------------------------------------------------------
Wed Mar 5 09:36:14 CET 2008 - jsuchome@suse.cz
- during installation, check if future /home doesn't contain home
directory for the first user and adapt UID of the user according
to directory owner (fate#302980)
- use internal defaults if /etc/default/useradd cannot be read
(bnc#365116)
- 2.16.15
-------------------------------------------------------------------
Fri Feb 29 13:45:31 CET 2008 - jsuchome@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-users (Version 2.16.14)
# spec file for package yast2-users (Version 2.16.16)
#
# 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.14
Version: 2.16.16
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-users-2.16.14.tar.bz2
Source0: yast2-users-2.16.16.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
@ -46,7 +46,7 @@ Authors:
Jiri Suchomel <jsuchome@suse.cz>
%prep
%setup -n yast2-users-2.16.14
%setup -n yast2-users-2.16.16
%build
%{prefix}/bin/y2tool y2autoconf
@ -89,6 +89,19 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
%doc %{prefix}/share/doc/packages/yast2-users
%changelog
* Wed Mar 05 2008 jsuchome@suse.cz
- check home directory of first user right before writing
- do not allow decrypting home when user is logged in (bnc#365547),
remove old home directory after all critical actions are done
- added installation proposal for user settings (fate#302980)
- 2.16.16
* Wed Mar 05 2008 jsuchome@suse.cz
- during installation, check if future /home doesn't contain home
directory for the first user and adapt UID of the user according
to directory owner (fate#302980)
- use internal defaults if /etc/default/useradd cannot be read
(bnc#365116)
- 2.16.15
* Fri Feb 29 2008 jsuchome@suse.cz
- fixed removing LDAP Shadow Account plugin (bnc#364833)
- 2.16.14