forked from pool/util-linux
This commit is contained in:
parent
193d5bdfc9
commit
007e8143af
@ -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
|
Wed Feb 13 10:21:42 CET 2008 - bg@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,8 @@ License: BSD 3-Clause; GPL v2 or later
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.13.1
|
Version: 2.13.1
|
||||||
Release: 3
|
Release: 17
|
||||||
|
Requires: %name-lang = %{version}
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
||||||
Source1: util-linux-2.13-rpmlintrc
|
Source1: util-linux-2.13-rpmlintrc
|
||||||
@ -103,6 +104,7 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Karel Zak <kzak@redhat.com>
|
Karel Zak <kzak@redhat.com>
|
||||||
|
|
||||||
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 9 -b 10 -b 11 -b 12 -b 13 -n %name-ng-%version
|
%setup -q -a 9 -b 10 -b 11 -b 12 -b 13 -n %name-ng-%version
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -343,7 +345,9 @@ fi
|
|||||||
%verifyscript
|
%verifyscript
|
||||||
%verify_permissions -e /usr/bin/wall -e /usr/bin/write
|
%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
|
# Common files for all archs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc login-utils/README.getty
|
%doc login-utils/README.getty
|
||||||
@ -567,6 +571,11 @@ fi
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 13 2008 bg@suse.de
|
||||||
- don't try to package parisc*.8 manual pages
|
- don't try to package parisc*.8 manual pages
|
||||||
* Mon Feb 11 2008 mkoenig@suse.de
|
* Mon Feb 11 2008 mkoenig@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user