OBS User unknown 2008-04-14 15:36:14 +00:00 committed by Git OBS Bridge
parent 83380a67b0
commit 392a55af83
4 changed files with 20 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 14 15:54:26 CEST 2008 - jsuchome@suse.cz
- use SystemFilesCopy::CopyFilesToSystem to acquire /etc/passwd
and /etc/shadow in the 1st stage (fate#302980)
- show imported users in installation summary
- 2.16.25
-------------------------------------------------------------------
Fri Apr 11 15:44:37 CEST 2008 - jsuchome@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-users (Version 2.16.24)
# spec file for package yast2-users (Version 2.16.25)
#
# 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.24
Version: 2.16.25
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-users-2.16.24.tar.bz2
Source0: yast2-users-2.16.25.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.24
%setup -n yast2-users-2.16.25
%build
%{prefix}/bin/y2tool y2autoconf
@ -89,6 +89,11 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
%doc %{prefix}/share/doc/packages/yast2-users
%changelog
* Mon Apr 14 2008 jsuchome@suse.cz
- use SystemFilesCopy::CopyFilesToSystem to acquire /etc/passwd
and /etc/shadow in the 1st stage (fate#302980)
- show imported users in installation summary
- 2.16.25
* Fri Apr 11 2008 jsuchome@suse.cz
- prepare API for "Import User From Previous Installation" in
the 1st stage of installation (fate#302980)