diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-01-31 16:49:01 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-01-31 16:49:01 -0500 |
commit | 0e3ecf627009749d780bfe61133bcb08a642b8c3 (patch) | |
tree | 01e84ffe24234050a83a1c0f2d418db9019c828e /ipa-python/ipa-python.spec.in | |
parent | 15e2abaa25b35f4895300f8cfdd72eed6812f6fa (diff) | |
download | freeipa-0e3ecf627009749d780bfe61133bcb08a642b8c3.tar.gz freeipa-0e3ecf627009749d780bfe61133bcb08a642b8c3.tar.xz freeipa-0e3ecf627009749d780bfe61133bcb08a642b8c3.zip |
Marked with wrong license. IPA is GPLv2.
Diffstat (limited to 'ipa-python/ipa-python.spec.in')
-rwxr-xr-x | ipa-python/ipa-python.spec.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ipa-python/ipa-python.spec.in b/ipa-python/ipa-python.spec.in index 0444ce191..c10a082bd 100755 --- a/ipa-python/ipa-python.spec.in +++ b/ipa-python/ipa-python.spec.in @@ -1,10 +1,10 @@ Name: ipa-python Version: VERSION -Release: 3%{?dist} +Release: 4%{?dist} Summary: IPA authentication server Group: System Environment/Base -License: GPLv2+ +License: GPLv2 URL: http://www.freeipa.org Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -35,10 +35,13 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/ipa/ipa.conf %changelog -* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-3 +* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-4 +- Marked with wrong license. IPA is GPLv2. + +* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3 - Use new name of PyKerberos, python-kerberos, in Requires -* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2 +* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-2 - Fixed License in specfile * Fri Dec 21 2007 Karl MacMillan <kmacmill@redhat.com> - 0.6.0-1 |