This commit is contained in:
parent
2070ef387a
commit
a0fdabdaec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:091348e26d7da08ea1b0e2c8256f0ac3b62a1c8ed528fd70a5d75d09a6d13cfa
|
|
||||||
size 398266
|
|
3
yast2-users-2.16.18.tar.bz2
Normal file
3
yast2-users-2.16.18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:515460abdd3e8de378813c19b6c26a75bd011e0886ac04ba9f90365a2e669b5f
|
||||||
|
size 398540
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 19 10:06:26 CET 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- blowfish is default: adapt maximum password length (bnc#371147),
|
||||||
|
adapted testsuite
|
||||||
|
- 2.16.18
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 19 08:32:17 CET 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- do not show "*****" for empty root password
|
||||||
|
- added list of system user names to check user name conflicts
|
||||||
|
during 1st stage of installation
|
||||||
|
- updated list of system user names for translation
|
||||||
|
- better installation proposal
|
||||||
|
- 2.16.17
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 17 12:43:32 CET 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- added 'StartupNotify=true' to the desktop file (bnc #304964)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 5 15:42:07 CET 2008 - jsuchome@suse.cz
|
Wed Mar 5 15:42:07 CET 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-users (Version 2.16.16)
|
# spec file for package yast2-users (Version 2.16.18)
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-users
|
Name: yast2-users
|
||||||
Version: 2.16.16
|
Version: 2.16.18
|
||||||
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.16.tar.bz2
|
Source0: yast2-users-2.16.18.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
|
||||||
@ -46,7 +46,7 @@ Authors:
|
|||||||
Jiri Suchomel <jsuchome@suse.cz>
|
Jiri Suchomel <jsuchome@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-users-2.16.16
|
%setup -n yast2-users-2.16.18
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -89,6 +89,19 @@ 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
|
||||||
|
* Wed Mar 19 2008 jsuchome@suse.cz
|
||||||
|
- blowfish is default: adapt maximum password length (bnc#371147),
|
||||||
|
adapted testsuite
|
||||||
|
- 2.16.18
|
||||||
|
* Wed Mar 19 2008 jsuchome@suse.cz
|
||||||
|
- do not show "*****" for empty root password
|
||||||
|
- added list of system user names to check user name conflicts
|
||||||
|
during 1st stage of installation
|
||||||
|
- updated list of system user names for translation
|
||||||
|
- better installation proposal
|
||||||
|
- 2.16.17
|
||||||
|
* Mon Mar 17 2008 jsrain@suse.cz
|
||||||
|
- added 'StartupNotify=true' to the desktop file (bnc #304964)
|
||||||
* Wed Mar 05 2008 jsuchome@suse.cz
|
* Wed Mar 05 2008 jsuchome@suse.cz
|
||||||
- check home directory of first user right before writing
|
- check home directory of first user right before writing
|
||||||
- do not allow decrypting home when user is logged in (bnc#365547),
|
- do not allow decrypting home when user is logged in (bnc#365547),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user