fix license handling

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

View File

@ -5,7 +5,7 @@
Name: openldap
Version: 2.4.39
Release: 9%{?dist}
Release: 10%{?dist}
Summary: LDAP support libraries
Group: System Environment/Daemons
License: OpenLDAP
@ -485,8 +485,9 @@ exit 0
%files
%doc openldap-%{version}/ANNOUNCEMENT
%doc openldap-%{version}/CHANGES
%doc openldap-%{version}/COPYRIGHT
%doc openldap-%{version}/LICENSE
%{!?_licensedir:%global license %%doc}
%license openldap-%{version}/COPYRIGHT
%license openldap-%{version}/LICENSE
%doc openldap-%{version}/README
%dir %{_sysconfdir}/openldap
%dir %{_sysconfdir}/openldap/certs
@ -577,6 +578,9 @@ exit 0
%{_mandir}/man3/*
%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
- fix: fix typo in generate-server-cert.sh (#1117229)