diff --git a/yast2-users-2.15.35.tar.bz2 b/yast2-users-2.15.35.tar.bz2 deleted file mode 100644 index 04f933d..0000000 --- a/yast2-users-2.15.35.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf9260e64406d924961b1fa83ab80ae7dc5e92acecccb27c32eaefe6a7bfaed6 -size 389887 diff --git a/yast2-users-2.15.36.tar.bz2 b/yast2-users-2.15.36.tar.bz2 new file mode 100644 index 0000000..ddd0c40 --- /dev/null +++ b/yast2-users-2.15.36.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468e94af56caaf5c162de23ec320dd4f1024a7609da56df91244b28e115ffd5a +size 389666 diff --git a/yast2-users.changes b/yast2-users.changes index de2b7ef..6209674 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 17 10:45:29 CEST 2007 - jsuchome@suse.cz + +- use Perl built-ins instead of SCR (patch by locilka, #266179) +- 2.15.36 + ------------------------------------------------------------------- Thu Aug 9 14:40:49 CEST 2007 - jsuchome@suse.cz diff --git a/yast2-users.spec b/yast2-users.spec index 9e9a4b9..1066b6e 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.15.35) +# spec file for package yast2-users (Version 2.15.36) # # 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.35 +Version: 2.15.36 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.15.35.tar.bz2 +Source0: yast2-users-2.15.36.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.35 +%setup -n yast2-users-2.15.36 %build %{prefix}/bin/y2tool y2autoconf @@ -87,6 +87,9 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-users %changelog +* Fri Aug 17 2007 - jsuchome@suse.cz +- use Perl built-ins instead of SCR (patch by locilka, #266179) +- 2.15.36 * Thu Aug 09 2007 - jsuchome@suse.cz - if quota is not configured, tell user how to do it - help text for Test Keyboard Layout entry (#297163)