Correct license tags of perl-libs (bug #1579524)
This commit is contained in:
parent
b09154addd
commit
7123165115
@ -55,7 +55,7 @@ Name: perl
|
|||||||
# cpan/Unicode-Collate/Collate/allkeys.txt: Unicode
|
# cpan/Unicode-Collate/Collate/allkeys.txt: Unicode
|
||||||
# lib/unicore: UCD
|
# lib/unicore: UCD
|
||||||
# ext/SDBM_File/sdbm.{c,h}: Public domain
|
# ext/SDBM_File/sdbm.{c,h}: Public domain
|
||||||
# regexec.c, regcomp.c: HSLR
|
# regexec.c, regcomp.c: HSRL
|
||||||
# cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm: MIT (with
|
# cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm: MIT (with
|
||||||
# exception for Perl)
|
# exception for Perl)
|
||||||
# time64.c: MIT
|
# time64.c: MIT
|
||||||
@ -81,7 +81,7 @@ License: GPL+ or Artistic
|
|||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||||
Release: 412%{?dist}
|
Release: 413%{?dist}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Url: http://www.perl.org/
|
Url: http://www.perl.org/
|
||||||
Source0: http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
|
Source0: http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
|
||||||
@ -468,7 +468,7 @@ Perl utils like "splain" or "perlbug" can be found in perl-utils package.
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: The libraries for the perl run-time
|
Summary: The libraries for the perl run-time
|
||||||
License: (GPL+ or Artistic) and HSLR and MIT and UCD
|
License: (GPL+ or Artistic) and HSRL and MIT and UCD
|
||||||
# Compat provides
|
# Compat provides
|
||||||
Provides: %perl_compat
|
Provides: %perl_compat
|
||||||
Provides: perl(:MODULE_COMPAT_5.26.1)
|
Provides: perl(:MODULE_COMPAT_5.26.1)
|
||||||
@ -5215,6 +5215,9 @@ popd
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 18 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.26.2-413
|
||||||
|
- Correct license tags of perl-libs (bug #1579524)
|
||||||
|
|
||||||
* Thu Apr 19 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.2-412
|
* Thu Apr 19 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.2-412
|
||||||
- perl-devel requires redhat-rpm-config because of hardened compiler profiles
|
- perl-devel requires redhat-rpm-config because of hardened compiler profiles
|
||||||
(bug #1557667)
|
(bug #1557667)
|
||||||
|
Loading…
Reference in New Issue
Block a user