|
@@ -6,7 +6,7 @@
|
|
|
Summary: A GNU archiving program.
|
|
|
Summary(ja): GNU アーカイブプログラム
|
|
|
Name: cpio
|
|
|
-Version: 2.14
|
|
|
+Version: 2.15
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system,accessories
|
|
|
Vendor: Project Vine
|
|
@@ -19,16 +19,16 @@ Source: https://ftp.gnu.org/gnu/cpio/cpio-%{version}.tar.bz2
|
|
|
Source1: cpio.1
|
|
|
|
|
|
# We use SVR4 portable format as default.
|
|
|
-Patch1: cpio-2.9-rh.patch
|
|
|
+Patch1: cpio-2.14-rh.patch
|
|
|
|
|
|
# fix warn_if_file_changed() and set exit code to 1 when cpio fails to store
|
|
|
# file > 4GB (#183224)
|
|
|
# http://lists.gnu.org/archive/html/bug-cpio/2006-11/msg00000.html
|
|
|
-Patch2: cpio-2.13-exitCode.patch
|
|
|
+Patch2: cpio-2.14-exitCode.patch
|
|
|
|
|
|
# Support major/minor device numbers over 127 (bz#450109)
|
|
|
# http://lists.gnu.org/archive/html/bug-cpio/2008-07/msg00000.html
|
|
|
-Patch3: cpio-2.13-dev_number.patch
|
|
|
+Patch3: cpio-2.14-dev_number.patch
|
|
|
|
|
|
# Define default remote shell as /usr/bin/ssh (#452904)
|
|
|
Patch4: cpio-2.9.90-defaultremoteshell.patch
|
|
@@ -36,7 +36,7 @@ Patch4: cpio-2.9.90-defaultremoteshell.patch
|
|
|
# Fix segfault with nonexisting file with patternnames (#567022)
|
|
|
# http://savannah.gnu.org/bugs/index.php?28954
|
|
|
# We have slightly different solution than upstream.
|
|
|
-Patch5: cpio-2.10-patternnamesigsegv.patch
|
|
|
+Patch5: cpio-2.14-patternnamesigsegv.patch
|
|
|
|
|
|
# Fix bad file name splitting while creating ustar archive (#866467)
|
|
|
# (fix backported from tar's source)
|
|
@@ -45,15 +45,8 @@ Patch7: cpio-2.10-longnames-split.patch
|
|
|
# Cpio does Sum32 checksum, not CRC (downstream)
|
|
|
Patch8: cpio-2.11-crc-fips-nit.patch
|
|
|
|
|
|
-# Extract: retain times for symlinks
|
|
|
-# downstream patch (#1486364)
|
|
|
-# https://www.mail-archive.com/bug-cpio@gnu.org/msg00605.html
|
|
|
-Patch11: cpio-2.11-retain-symlink-times.patch
|
|
|
-
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: texinfo autoconf gettext
|
|
|
-Requires(post): /sbin/install-info
|
|
|
-Requires(preun): /sbin/install-info
|
|
|
|
|
|
%description
|
|
|
GNU cpio copies files into or out of a cpio or tar archive. Archives
|
|
@@ -137,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Jun 17 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.15-1
|
|
|
+- updated to 2.15.
|
|
|
+
|
|
|
* Sat May 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.14-1
|
|
|
- updated to 2.14.
|
|
|
- dropped install-info scriptlets.
|