This commit is contained in:
parent
56bcda8335
commit
54d32ffaec
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 1 18:16:00 CEST 2008 - cthiel@suse.de
|
||||
|
||||
- specfile cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 13:52:50 CEST 2008 - lmichnovic@suse.cz
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: cpio
|
||||
@ -16,7 +17,7 @@ License: GPL v3 only
|
||||
Group: Productivity/Archiving/Compression
|
||||
AutoReqProv: on
|
||||
Version: 2.9
|
||||
Release: 66
|
||||
Release: 73
|
||||
Summary: A Backup and Archiving Utility
|
||||
Source: cpio-2.9.tar.bz2
|
||||
Patch1: cpio-2.9-no_rmt.patch
|
||||
@ -110,6 +111,9 @@ ln -sf ../../bin/cpio $RPM_BUILD_ROOT/usr/bin/cpio
|
||||
%postun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/bin/cpio
|
||||
@ -123,6 +127,8 @@ ln -sf ../../bin/cpio $RPM_BUILD_ROOT/usr/bin/cpio
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
* Fri Aug 01 2008 cthiel@suse.de
|
||||
- specfile cleanup
|
||||
* Fri Jul 18 2008 lmichnovic@suse.cz
|
||||
- make possible device nodes with major number > 127 [rhb#450109]
|
||||
(*dev_number.patch)
|
||||
|
Loading…
Reference in New Issue
Block a user