Correct license tags of perl-libs (bug #1579524)

This commit is contained in:
Jitka Plesnikova 2018-05-18 13:22:27 +02:00
parent b09154addd
commit 7123165115
1 changed files with 6 additions and 3 deletions

View File

@ -55,7 +55,7 @@ Name: perl
# cpan/Unicode-Collate/Collate/allkeys.txt: Unicode
# lib/unicore: UCD
# 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
# exception for Perl)
# time64.c: MIT
@ -81,7 +81,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: 412%{?dist}
Release: 413%{?dist}
Summary: Practical Extraction and Report Language
Url: http://www.perl.org/
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
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
Provides: %perl_compat
Provides: perl(:MODULE_COMPAT_5.26.1)
@ -5215,6 +5215,9 @@ popd
# Old changelog entries are preserved in CVS.
%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
- perl-devel requires redhat-rpm-config because of hardened compiler profiles
(bug #1557667)