1
0
forked from pool/util-linux
OBS User unknown 2008-03-27 22:24:22 +00:00 committed by Git OBS Bridge
parent 193d5bdfc9
commit 007e8143af
2 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Mar 26 22:05:42 CET 2008 - coolo@suse.de
- actually require the split out package
-------------------------------------------------------------------
Sun Mar 23 11:13:13 CET 2008 - coolo@suse.de
- splitting out 60% of the size of the package:
creating lang subpackage
-------------------------------------------------------------------
Wed Feb 13 10:21:42 CET 2008 - bg@suse.de

View File

@ -22,7 +22,8 @@ License: BSD 3-Clause; GPL v2 or later
Group: System/Base
AutoReqProv: on
Version: 2.13.1
Release: 3
Release: 17
Requires: %name-lang = %{version}
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
Source1: util-linux-2.13-rpmlintrc
@ -103,6 +104,7 @@ Authors:
--------
Karel Zak <kzak@redhat.com>
%lang_package
%prep
%setup -q -a 9 -b 10 -b 11 -b 12 -b 13 -n %name-ng-%version
%patch1 -p1
@ -343,7 +345,9 @@ fi
%verifyscript
%verify_permissions -e /usr/bin/wall -e /usr/bin/write
%files -f %{name}.lang
%files lang -f %{name}.lang
%files
# Common files for all archs
%defattr(-,root,root)
%doc login-utils/README.getty
@ -567,6 +571,11 @@ fi
#%endif
%changelog
* Wed Mar 26 2008 coolo@suse.de
- actually require the split out package
* Sun Mar 23 2008 coolo@suse.de
- splitting out 60%% of the size of the package:
creating lang subpackage
* Wed Feb 13 2008 bg@suse.de
- don't try to package parisc*.8 manual pages
* Mon Feb 11 2008 mkoenig@suse.de