Adjust license tag (RHBZ #977787).

This commit is contained in:
Ralf Corsépius 2013-07-18 19:37:12 +02:00
parent c34bc6d5b3
commit 3163d671b3

View File

@ -16,8 +16,8 @@
Summary: Params-Validate Perl module
Name: perl-Params-Validate
Version: 1.08
Release: 2%{?dist}
License: Artistic2.0
Release: 3%{?dist}
License: Artistic 2.0
Group: Development/Libraries
URL: http://search.cpan.org/dist/Params-Validate/
Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-%{version}.tar.gz
@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
%{_mandir}/man3/*
%changelog
* Thu Jul 18 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.08-3
- Adjust license tag (RHBZ #977787).
* Thu Jul 18 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.08-2
- Add %%bcond --without release-tests.
- Skip release tests when bootstrapping (RHBZ #982253).