Compare commits
No commits in common. "c9" and "c8-stream-5.3" have entirely different histories.
c9
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Archive-Tar-2.38.tar.gz
|
||||
SOURCES/Archive-Tar-2.32.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
344e5f089005547a13e6b1348c09bbcd599647f8 SOURCES/Archive-Tar-2.38.tar.gz
|
||||
370775a9c464825dfb1f4c54e8617c9e65c94905 SOURCES/Archive-Tar-2.32.tar.gz
|
||||
|
||||
@ -15,7 +15,7 @@ diff --git a/Makefile.PL b/Makefile.PL
|
||||
index fe093bd..b9cd6ea 100644
|
||||
--- a/Makefile.PL
|
||||
+++ b/Makefile.PL
|
||||
@@ -118,7 +118,6 @@ sub _scripts {
|
||||
@@ -105,7 +105,6 @@ sub _scripts {
|
||||
###############################################################
|
||||
|
||||
WARNING
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Archive-Tar
|
||||
Version: 2.38
|
||||
Release: 6%{?dist}
|
||||
Version: 2.32
|
||||
Release: 440%{?dist}
|
||||
Summary: A module for Perl manipulation of .tar files
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Archive-Tar
|
||||
@ -17,7 +17,6 @@ Patch0: Archive-Tar-2.02-Do-not-sleep-in-Makefile.PL.patch
|
||||
BuildArch: noarch
|
||||
# Most of the BRS are needed only for tests, compression support at run-time
|
||||
# is optional soft dependency.
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
@ -47,14 +46,10 @@ BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Optional run-time:
|
||||
BuildRequires: perl(IO::Compress::Bzip2) >= 2.015
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(IO::Compress::Xz)
|
||||
%endif
|
||||
# IO::String not used if perl supports useperlio which is true
|
||||
# Use Compress::Zlib's version for IO::Uncompress::Bunzip2
|
||||
BuildRequires: perl(IO::Uncompress::Bunzip2) >= 2.015
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(IO::Uncompress::UnXz)
|
||||
BuildRequires: perl(Text::Diff)
|
||||
%endif
|
||||
# Tests:
|
||||
@ -73,14 +68,10 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(IO::Zlib) >= 1.01
|
||||
# Optional run-time:
|
||||
Requires: perl(IO::Compress::Bzip2) >= 2.015
|
||||
%if !%{defined perl_bootstrap}
|
||||
Requires: perl(IO::Compress::Xz)
|
||||
%endif
|
||||
# IO::String not used if perl supports useperlio which is true
|
||||
# Use Compress::Zlib's version for IO::Uncompress::Bunzip2
|
||||
Requires: perl(IO::Uncompress::Bunzip2) >= 2.015
|
||||
%if !%{defined perl_bootstrap}
|
||||
Requires: perl(IO::Uncompress::UnXz)
|
||||
Requires: perl(Text::Diff)
|
||||
%endif
|
||||
|
||||
@ -96,14 +87,14 @@ will also support compressed or gzipped tar files.
|
||||
|
||||
%prep
|
||||
%setup -q -n Archive-Tar-%{version}
|
||||
%patch0 -p1 -b .orig
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -118,38 +109,6 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.38-6
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.38-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.38-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.38-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.38-2
|
||||
- Perl 5.32 re-rebuild of bootstrapped packages
|
||||
|
||||
* Thu Jun 25 2020 Petr Pisar <ppisar@redhat.com> - 2.38-1
|
||||
- 2.38 bump
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.36-456
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Fri Feb 14 2020 Petr Pisar <ppisar@redhat.com> - 2.36-2
|
||||
- Do not require non-core IO::Compress::Xz and IO::Uncompress::UnXz modules on
|
||||
bootstrapping
|
||||
|
||||
* Mon Feb 03 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.36-1
|
||||
- 2.36 bump
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.32-441
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.32-440
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user