OBS User unknown 2007-11-19 09:28:45 +00:00 committed by Git OBS Bridge
parent a40e111a6d
commit 0df6f07267
4 changed files with 18 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 13 14:24:14 CET 2007 - jsuchome@suse.cz
- read /etc/security/pam_mount.conf.xml with ag_anyxml (#332187)
- 2.16.3
-------------------------------------------------------------------
Thu Nov 8 11:01:39 CET 2007 - jsuchome@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-users (Version 2.16.2)
# spec file for package yast2-users (Version 2.16.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-users
Version: 2.16.2
Version: 2.16.3
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-users-2.16.2.tar.bz2
Source0: yast2-users-2.16.3.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
@ -24,8 +24,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
# NetworkDevices::ListDevicesExcept
Requires: yast2 >= 2.16.9
# any_xml agent
Requires: yast2 >= 2.16.11
Summary: YaST2 - User and Group Configuration
%description
@ -45,7 +45,7 @@ Authors:
Jiri Suchomel <jsuchome@suse.cz>
%prep
%setup -n yast2-users-2.16.2
%setup -n yast2-users-2.16.3
%build
%{prefix}/bin/y2tool y2autoconf
@ -88,6 +88,9 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
%doc %{prefix}/share/doc/packages/yast2-users
%changelog
* Tue Nov 13 2007 - jsuchome@suse.cz
- read /etc/security/pam_mount.conf.xml with ag_anyxml (#332187)
- 2.16.3
* Thu Nov 08 2007 - jsuchome@suse.cz
- allow '\' in root's password (#337606)
- removed dependency on yast2-network via DSL module (#339027)