OBS User unknown 2007-07-27 00:16:39 +00:00 committed by Git OBS Bridge
parent a1728dd737
commit 2d81d47eec
4 changed files with 37 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:449ca4005d850b8cf2cdce66d1534bd04ad097ee4fa02dbf77ba20cf4ac6a0be
size 383491

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jul 26 14:37:17 CEST 2007 - jsuchome@suse.cz
- added text entry for testing keyboard in inst_root (F120215)
- 2.15.33
-------------------------------------------------------------------
Wed Jul 25 15:09:15 CEST 2007 - jsuchome@suse.cz
- Write function from plugin API is now called also on deleted
users (currently only local)
- added universal "plugin_modified" key to check whether user
data were modified by plugin
-------------------------------------------------------------------
Wed Jul 11 14:42:41 CEST 2007 - jsuchome@suse.cz
- added plugin for user and group quotas (F120106)
-------------------------------------------------------------------
Mon Jun 18 10:25:53 CEST 2007 - jsuchome@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-users (Version 2.15.32)
# spec file for package yast2-users (Version 2.15.33)
#
# 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.15.32
Version: 2.15.33
Release: 1
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-users-2.15.32.tar.bz2
Source0: yast2-users-2.15.33.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 yast2-perl-bindings yast2-country yast2-pam yast2-security cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext
@ -43,7 +43,7 @@ Authors:
Jiri Suchomel <jsuchome@suse.cz>
%prep
%setup -n yast2-users-2.15.32
%setup -n yast2-users-2.15.33
%build
%{prefix}/bin/y2tool y2autoconf
@ -87,6 +87,16 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{prefix}/share/doc/packages/yast2-users
%changelog
* Thu Jul 26 2007 - jsuchome@suse.cz
- added text entry for testing keyboard in inst_root (F120215)
- 2.15.33
* Wed Jul 25 2007 - jsuchome@suse.cz
- Write function from plugin API is now called also on deleted
users (currently only local)
- added universal "plugin_modified" key to check whether user
data were modified by plugin
* Wed Jul 11 2007 - jsuchome@suse.cz
- added plugin for user and group quotas (F120106)
* Mon Jun 18 2007 - jsuchome@suse.cz
- Authentication dialog: lazy checking if packages are available
saves some time (#273013)