From 0e3ecf627009749d780bfe61133bcb08a642b8c3 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 31 Jan 2008 16:49:01 -0500 Subject: Marked with wrong license. IPA is GPLv2. --- ipa-client/ipa-client.spec | 9 ++++++--- ipa-client/ipa-client.spec.in | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'ipa-client') diff --git a/ipa-client/ipa-client.spec b/ipa-client/ipa-client.spec index f6e7525d8..d45046e8e 100755 --- a/ipa-client/ipa-client.spec +++ b/ipa-client/ipa-client.spec @@ -1,10 +1,10 @@ Name: ipa-client Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: IPA client Group: System Environment/Base -License: GPLv2+ +License: GPLv2 URL: http://www.freeipa.org Source0: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,7 +47,10 @@ rm -rf %{buildroot} %{python_sitelib}/ipaclient/*.py* %changelog -* Thu Jan 17 2008 Rob Crittenden = 0.6.0-2 +* Thu Jan 31 2008 Rob Crittenden - 0.6.0-3 +- Marked with wrong license. IPA is GPLv2. + +* Thu Jan 17 2008 Rob Crittenden - 0.6.0-2 - Fixed License in specfile - Move client python files to /usr/lib*/python*/site-packages diff --git a/ipa-client/ipa-client.spec.in b/ipa-client/ipa-client.spec.in index f69ba6b39..d0de4be6f 100644 --- a/ipa-client/ipa-client.spec.in +++ b/ipa-client/ipa-client.spec.in @@ -1,10 +1,10 @@ Name: ipa-client Version: VERSION -Release: 2%{?dist} +Release: 3%{?dist} Summary: IPA client Group: System Environment/Base -License: GPLv2+ +License: GPLv2 URL: http://www.freeipa.org Source0: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,7 +47,10 @@ rm -rf %{buildroot} %{python_sitelib}/ipaclient/*.py* %changelog -* Thu Jan 17 2008 Rob Crittenden = 0.6.0-2 +* Thu Jan 31 2008 Rob Crittenden - 0.6.0-3 +- Marked with wrong license. IPA is GPLv2. + +* Thu Jan 17 2008 Rob Crittenden - 0.6.0-2 - Fixed License in specfile - Move client python files to /usr/lib*/python*/site-packages -- cgit