From 2d81d47eec0e543c262f9b720d1037df051163ab2ba26ed7ea694a419953a0ff Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 27 Jul 2007 00:16:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-users?expand=0&rev=32 --- yast2-users-2.15.32.tar.bz2 | 3 --- yast2-users-2.15.33.tar.bz2 | 3 +++ yast2-users.changes | 19 +++++++++++++++++++ yast2-users.spec | 20 +++++++++++++++----- 4 files changed, 37 insertions(+), 8 deletions(-) delete mode 100644 yast2-users-2.15.32.tar.bz2 create mode 100644 yast2-users-2.15.33.tar.bz2 diff --git a/yast2-users-2.15.32.tar.bz2 b/yast2-users-2.15.32.tar.bz2 deleted file mode 100644 index 2270f4c..0000000 --- a/yast2-users-2.15.32.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:449ca4005d850b8cf2cdce66d1534bd04ad097ee4fa02dbf77ba20cf4ac6a0be -size 383491 diff --git a/yast2-users-2.15.33.tar.bz2 b/yast2-users-2.15.33.tar.bz2 new file mode 100644 index 0000000..0ea315a --- /dev/null +++ b/yast2-users-2.15.33.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f763774aec1248ace0dc422ee9c3ff6c57aba8f69ec4726b8eff338e76fa1d83 +size 389776 diff --git a/yast2-users.changes b/yast2-users.changes index 26e910d..00ffff1 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -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 diff --git a/yast2-users.spec b/yast2-users.spec index 9b1d03d..fa64c74 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -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 %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)