fix license handling

This commit is contained in:
Tom Callaway 2014-07-18 19:24:48 -04:00
parent 826b3eb9d7
commit c64abcbb2f

View File

@ -5,7 +5,7 @@
Name: openldap Name: openldap
Version: 2.4.39 Version: 2.4.39
Release: 9%{?dist} Release: 10%{?dist}
Summary: LDAP support libraries Summary: LDAP support libraries
Group: System Environment/Daemons Group: System Environment/Daemons
License: OpenLDAP License: OpenLDAP
@ -485,8 +485,9 @@ exit 0
%files %files
%doc openldap-%{version}/ANNOUNCEMENT %doc openldap-%{version}/ANNOUNCEMENT
%doc openldap-%{version}/CHANGES %doc openldap-%{version}/CHANGES
%doc openldap-%{version}/COPYRIGHT %{!?_licensedir:%global license %%doc}
%doc openldap-%{version}/LICENSE %license openldap-%{version}/COPYRIGHT
%license openldap-%{version}/LICENSE
%doc openldap-%{version}/README %doc openldap-%{version}/README
%dir %{_sysconfdir}/openldap %dir %{_sysconfdir}/openldap
%dir %{_sysconfdir}/openldap/certs %dir %{_sysconfdir}/openldap/certs
@ -577,6 +578,9 @@ exit 0
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 2.4.39-10
- fix license handling
* Mon Jul 14 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-9 * Mon Jul 14 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-9
- fix: fix typo in generate-server-cert.sh (#1117229) - fix: fix typo in generate-server-cert.sh (#1117229)