This commit is contained in:
parent
141e4df2c0
commit
8d94dd4aaa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f102ce0df5605b28a6c6ba0539ab490eae56dacbaccfdf68ff73bf431b19eee1
|
|
||||||
size 381372
|
|
3
yast2-users-2.17.21.tar.bz2
Normal file
3
yast2-users-2.17.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:256c42513f19ecf3e217e52cf9e6345676c07cbcc77da70878eff1e44b3eac1a
|
||||||
|
size 430290
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 31 15:09:40 CET 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- delete crypted homes before writing /etc/passwd
|
||||||
|
- check for cracklib-devel in configure
|
||||||
|
- 2.17.21
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 29 09:08:54 CET 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- during live installation, available package is installed one
|
||||||
|
- bind tools are in 'bind' image, not 'bind.rpm' (bnc#438691)
|
||||||
|
- 2.17.20
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 12:55:32 CEST 2008 - jsuchome@suse.cz
|
Wed Oct 22 12:55:32 CEST 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-users (Version 2.17.19)
|
# spec file for package yast2-users (Version 2.17.21)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-users
|
Name: yast2-users
|
||||||
Version: 2.17.19
|
Version: 2.17.21
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-users-2.17.19.tar.bz2
|
Source0: yast2-users-2.17.21.tar.bz2
|
||||||
Prefix: /usr
|
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
|
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-perl-bindings yast2-country yast2-pam yast2-security cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext
|
||||||
@ -52,7 +52,7 @@ Authors:
|
|||||||
Jiri Suchomel <jsuchome@suse.cz>
|
Jiri Suchomel <jsuchome@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-users-2.17.19
|
%setup -n yast2-users-2.17.21
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -94,8 +94,15 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/YaST2/plugin/libpy2ag_crack.so
|
%{_libdir}/YaST2/plugin/libpy2ag_crack.so
|
||||||
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
|
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
|
||||||
%doc %{prefix}/share/doc/packages/yast2-users
|
%doc %{prefix}/share/doc/packages/yast2-users
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 31 2008 jsuchome@suse.cz
|
||||||
|
- delete crypted homes before writing /etc/passwd
|
||||||
|
- check for cracklib-devel in configure
|
||||||
|
- 2.17.21
|
||||||
|
* Wed Oct 29 2008 jsuchome@suse.cz
|
||||||
|
- during live installation, available package is installed one
|
||||||
|
- bind tools are in 'bind' image, not 'bind.rpm' (bnc#438691)
|
||||||
|
- 2.17.20
|
||||||
* Wed Oct 22 2008 jsuchome@suse.cz
|
* Wed Oct 22 2008 jsuchome@suse.cz
|
||||||
- do not call extend during live installation
|
- do not call extend during live installation
|
||||||
- 2.17.19
|
- 2.17.19
|
||||||
@ -1054,7 +1061,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- fixed: non-ISO-1 chars in fullname not shown (#31405)
|
- fixed: non-ISO-1 chars in fullname not shown (#31405)
|
||||||
- fixed testsuite
|
- fixed testsuite
|
||||||
- 2.8.19
|
- 2.8.19
|
||||||
* Fri Sep 19 2003 nashif@suse.de
|
* Thu Sep 18 2003 nashif@suse.de
|
||||||
- fixed testsuite
|
- fixed testsuite
|
||||||
- 2.8.18
|
- 2.8.18
|
||||||
* Thu Sep 18 2003 jsuchome@suse.cz
|
* Thu Sep 18 2003 jsuchome@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user