This commit is contained in:
parent
412dc25915
commit
18fc7ce380
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:caf06ce2f9203b31c20eea9b3ef6140196bffca048e30d2f787d4d345abb2ab0
|
||||
size 387160
|
3
yast2-users-2.18.2.tar.bz2
Normal file
3
yast2-users-2.18.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6914f52f99a122e3bc5da0843684207421db3eb7c69a54cb2ee03cac8cbdfc48
|
||||
size 430954
|
@ -1,9 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 19:41:55 CET 2008 - jsuchome@suse.cz
|
||||
Mon Feb 9 12:47:40 CET 2009 - jsuchome@suse.cz
|
||||
|
||||
- added new logging functions which should produce human readable
|
||||
log file (fate#100386)
|
||||
- 2.18.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 4 15:21:48 CET 2009 - jsuchome@suse.cz
|
||||
|
||||
- read objectClass for LDAP users every time (bnc#471971)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:34:35 CET 2009 - jsuchome@suse.cz
|
||||
|
||||
- no exit confirmation popup if no changes were made (bnc#458329)
|
||||
- fixed typo made in previous change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:27:21 CET 2009 - jsuchome@suse.cz
|
||||
|
||||
- used String::RemoveShortcut where button labels are in the help
|
||||
texts (bnc#307220)
|
||||
- 2.18.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 19:44:10 CET 2008 - jsuchome@suse.cz
|
||||
|
||||
- do not try to detect network authentication methods during
|
||||
firstboot (bnc#458468)
|
||||
- 2.17.28
|
||||
- 2.18.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 2 14:32:27 CET 2008 - ug@suse.de
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-users (Version 2.17.28)
|
||||
# spec file for package yast2-users (Version 2.18.2)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,21 +19,23 @@
|
||||
|
||||
|
||||
Name: yast2-users
|
||||
Version: 2.17.28
|
||||
Version: 2.18.2
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-users-2.17.28.tar.bz2
|
||||
Source0: yast2-users-2.18.2.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
|
||||
Requires: yast2-country yast2-pam yast2-security cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext
|
||||
Obsoletes: yast2-config-users y2c_users yast2-trans-users y2t_users yast2-trans-inst-user yast2-trans-users y2t_inst-user
|
||||
Provides: yast2-config-users y2c_users yast2-trans-users y2t_users yast2-trans-inst-user yast2-trans-users y2t_inst-user
|
||||
# y2usernote, y2useritem
|
||||
Requires: yast2-perl-bindings >= 2.18.0
|
||||
# this forces using yast2-ldap with orrect LDAP object names (fate#303596)
|
||||
Requires: yast2-ldap-client >= 2.17.1
|
||||
# InstExtensionImage::LoadExtension
|
||||
Requires: yast2 >= 2.17.17
|
||||
# String::RemoveShortcut
|
||||
Requires: yast2 >= 2.18.0
|
||||
Summary: YaST2 - User and Group Configuration
|
||||
|
||||
%description
|
||||
@ -52,7 +54,7 @@ Authors:
|
||||
Jiri Suchomel <jsuchome@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-users-2.17.28
|
||||
%setup -n yast2-users-2.18.2
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -95,10 +97,23 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
|
||||
%doc %{prefix}/share/doc/packages/yast2-users
|
||||
%changelog
|
||||
* Mon Feb 09 2009 jsuchome@suse.cz
|
||||
- added new logging functions which should produce human readable
|
||||
log file (fate#100386)
|
||||
- 2.18.2
|
||||
* Wed Feb 04 2009 jsuchome@suse.cz
|
||||
- read objectClass for LDAP users every time (bnc#471971)
|
||||
* Thu Jan 15 2009 jsuchome@suse.cz
|
||||
- no exit confirmation popup if no changes were made (bnc#458329)
|
||||
- fixed typo made in previous change
|
||||
* Tue Jan 06 2009 jsuchome@suse.cz
|
||||
- used String::RemoveShortcut where button labels are in the help
|
||||
texts (bnc#307220)
|
||||
- 2.18.1
|
||||
* Tue Dec 16 2008 jsuchome@suse.cz
|
||||
- do not try to detect network authentication methods during
|
||||
firstboot (bnc#458468)
|
||||
- 2.17.28
|
||||
- 2.18.0
|
||||
* Tue Dec 02 2008 ug@suse.de
|
||||
- rnc file fixed
|
||||
* Mon Dec 01 2008 jsuchome@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user