Accepting request 33554 from YaST:Head
Copy from YaST:Head/yast2-users based on submit request 33554 from user jsuchome OBS-URL: https://build.opensuse.org/request/show/33554 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-users?expand=0&rev=103
This commit is contained in:
parent
402f04a91f
commit
ffe8b8b76d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 14:20:43 CET 2010 - jsuchome@suse.cz
|
||||
|
||||
- password warnings merged into one big message (bnc#571777)
|
||||
- 2.19.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 14:01:20 CET 2010 - jsuchome@suse.cz
|
||||
|
||||
|
@ -20,22 +20,30 @@
|
||||
|
||||
Name: yast2-users
|
||||
Version: 2.19.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-users-2.19.3.tar.bz2
|
||||
|
||||
Prefix: /usr
|
||||
|
||||
Group: System/YaST
|
||||
License: GPLv2+
|
||||
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-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
|
||||
|
||||
# String::RemoveShortcut
|
||||
Requires: yast2 >= 2.18.0
|
||||
|
||||
Summary: YaST2 - User and Group Configuration
|
||||
|
||||
%description
|
||||
@ -48,8 +56,10 @@ This package provides GUI for maintenance of linux users and groups.
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
%{prefix}/bin/y2tool y2automake
|
||||
autoreconf --force --install
|
||||
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
|
||||
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
||||
@ -86,5 +96,4 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/YaST2/plugin/libpy2ag_crack.so
|
||||
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
|
||||
%doc %{prefix}/share/doc/packages/yast2-users
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user