mark license files as such in the file list (#1418513)
This commit is contained in:
parent
be64e8d031
commit
e19b90cf88
@ -1,7 +1,7 @@
|
|||||||
Summary: CMS and X.509 library
|
Summary: CMS and X.509 library
|
||||||
Name: libksba
|
Name: libksba
|
||||||
Version: 1.3.5
|
Version: 1.3.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# The library is licensed under LGPLv3+ or GPLv2+,
|
# The library is licensed under LGPLv3+ or GPLv2+,
|
||||||
# the rest of the package under GPLv3+
|
# the rest of the package under GPLv3+
|
||||||
@ -79,7 +79,8 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING* NEWS README* THANKS TODO
|
%license COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
|
||||||
|
%doc AUTHORS ChangeLog NEWS README* THANKS TODO
|
||||||
%{_libdir}/libksba.so.8*
|
%{_libdir}/libksba.so.8*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -92,6 +93,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 29 2016 Tomáš Mráz <tmraz@redhat.com> - 1.3.5-2
|
||||||
|
- mark license files as such in the file list (#1418513)
|
||||||
|
|
||||||
* Mon Aug 29 2016 Tomáš Mráz <tmraz@redhat.com> - 1.3.5-1
|
* Mon Aug 29 2016 Tomáš Mráz <tmraz@redhat.com> - 1.3.5-1
|
||||||
- new upstream release fixing minor security issues
|
- new upstream release fixing minor security issues
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user