SHA256
6
0
forked from pool/cpio

Accepting request 35734 from home:mseben:branches:Archiving

Copy from home:mseben:branches:Archiving/cpio via accept of submit request 35734 revision 8.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/35734
OBS-URL: https://build.opensuse.org/package/show/Archiving/cpio?expand=0&rev=19
This commit is contained in:
Michal Seben
2010-03-25 13:18:28 +00:00
committed by Git OBS Bridge
parent b384fd5839
commit abb8c85948
16 changed files with 211 additions and 534 deletions

View File

@@ -23,29 +23,24 @@ Url: http://www.gnu.org/software/cpio/cpio.html
License: GPLv3
Group: Productivity/Archiving/Compression
AutoReqProv: on
Version: 2.10
Version: 2.11
Release: 6
Summary: A Backup and Archiving Utility
Source: %{name}-%{version}.tar.bz2
Patch2: %{name}-%{version}-use_new_ascii_format.patch
Patch3: %{name}-%{version}-mt.patch
Patch4: %{name}-%{version}-use_sbin_rmt.patch
Patch5: %{name}-%{version}-open_nonblock.patch
Patch7: %{name}-%{version}-chmodRaceC.patch
Patch2: %{name}-use_new_ascii_format.patch
#oouch what a ...?! pieces of code grabed from mt_st package to add missing functionality (e.g. density info)
Patch3: %{name}-mt.patch
Patch4: %{name}-use_sbin_rmt.patch
Patch5: %{name}-open_nonblock.patch
#patch dir_perm reverts some things which were added by patch #7 chmodRaceC
Patch14: %{name}-%{version}-dir_perm.patch
Patch15: %{name}-%{version}-eof_tape_handling.patch
Patch14: %{name}-dir_perm.patch
Patch15: %{name}-eof_tape_handling.patch
# make posibble to have device nodes with major number > 127
# Red Hat Bugzilla #450109
Patch17: %{name}-%{version}-dev_number.patch
Patch18: %{name}-%{version}-default_tape_dev.patch
#PATCH-FIX-UPSTREAM include_fatal_c.patch fix undefined ref in mt build
Patch19: %{name}-%{version}-include_fatal_c.patch
Patch17: %{name}-dev_number.patch
Patch18: %{name}-default_tape_dev.patch
#PATCH-FIX-UPSTREAM cpio-2.10-close_files_after_copy.patch
Patch20: %{name}-%{version}-close_files_after_copy.patch
#fix possible heap overflow in rtapelib.c bnc#579475
Patch21: %{name}-%{version}-heap_overflow_in_rtapelib.patch
PreReq: %install_info_prereq
Patch20: %{name}-close_files_after_copy.patch
PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-lang = %{version}
@@ -76,14 +71,11 @@ Authors:
%patch3
%patch4
%patch5
%patch7
%patch14 -p1
%patch15
%patch17
%patch18
%patch19
%patch20
%patch21 -p1
#chmod 755 .
#chmod u+w *
#chmod a+r *