Add missing %license macro

This commit is contained in:
Stephen Gallagher 2017-02-01 21:01:21 -05:00
parent 3727bcd5b8
commit 4cdab00b08
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -3,7 +3,7 @@ Name: tzdata
Version: 2016j
%define tzdata_version 2016j
%define tzcode_version 2016j
Release: 2%{?dist}
Release: 3%{?dist}
License: Public Domain
Group: System Environment/Base
URL: https://www.iana.org/time-zones
@ -111,6 +111,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_datadir}/zoneinfo
%license LICENSE
%doc README
%doc Theory
%doc tz-link.html
@ -121,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/javazi-1.8
%changelog
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 2016j-3
- Add missing %%license macro
* Wed Jan 18 2017 Patsy Franklin <pfrankli@redhat.com> - 2016j-2
- Add zone1970.tab file.
Resolves: #1414518