Make perl-macros package noarch

https://src.fedoraproject.org/rpms/perl/pull-request/2
This commit is contained in:
Petr Písař 2020-03-27 12:21:59 +01:00
parent 6a337ecdaf
commit bf654b5ace
1 changed files with 6 additions and 3 deletions

View File

@ -100,7 +100,7 @@ License: GPL+ or Artistic
Epoch: %{perl_epoch}
Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise
Release: 452%{?dist}
Release: 453%{?dist}
Summary: Practical Extraction and Report Language
Url: https://www.perl.org/
Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz
@ -493,8 +493,7 @@ Suggests: perl-doc = %{perl_version}-%{release}
# We need this to break the dependency loop, and ensure that perl-libs
# gets installed before perl-interpreter.
Requires(post): perl-libs
# Same as perl-libs. We need macros in basic buildroot, where Perl is only
# because of git.
# Same as perl-libs. We need macros in basic buildroot.
Requires(post): perl-macros
# suidperl isn't created by upstream since 5.12.0
@ -615,6 +614,7 @@ Most perl packages will need to install perl-devel to build.
%package macros
Summary: Macros for rpmbuild
License: GPL+ or Artistic
BuildArch: noarch
Requires: %perl_compat
Requires: perl-interpreter
%if %{defined perl_bootstrap}
@ -7172,6 +7172,9 @@ popd
# Old changelog entries are preserved in CVS.
%changelog
* Fri Mar 27 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.2-453
- Make perl-macros package noarch
* Mon Mar 16 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.2-452
- 5.30.2 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.30.2/pod/perldelta.pod>
for release notes)