summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xipa-admintools/ipa-admintools.spec9
-rwxr-xr-xipa-admintools/ipa-admintools.spec.in9
-rwxr-xr-xipa-client/ipa-client.spec9
-rw-r--r--ipa-client/ipa-client.spec.in9
-rwxr-xr-xipa-python/ipa-python.spec11
-rwxr-xr-xipa-python/ipa-python.spec.in11
-rwxr-xr-xipa-radius-admintools/ipa-radius-admintools.spec9
-rw-r--r--ipa-radius-admintools/ipa-radius-admintools.spec.in9
-rwxr-xr-xipa-radius-server/ipa-radius-server.spec9
-rwxr-xr-xipa-radius-server/ipa-radius-server.spec.in9
-rwxr-xr-xipa-server/ipa-server.spec11
-rw-r--r--ipa-server/ipa-server.spec.in11
12 files changed, 76 insertions, 40 deletions
diff --git a/ipa-admintools/ipa-admintools.spec b/ipa-admintools/ipa-admintools.spec
index 6a20602ff..430df4044 100755
--- a/ipa-admintools/ipa-admintools.spec
+++ b/ipa-admintools/ipa-admintools.spec
@@ -1,10 +1,10 @@
Name: ipa-admintools
Version: 0.6.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: IPA authentication server
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)
@@ -35,7 +35,10 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
-* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
+- Marked with wrong license. IPA is GPLv2.
+
+* 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
diff --git a/ipa-admintools/ipa-admintools.spec.in b/ipa-admintools/ipa-admintools.spec.in
index 7e8c546dc..fbdbadee6 100755
--- a/ipa-admintools/ipa-admintools.spec.in
+++ b/ipa-admintools/ipa-admintools.spec.in
@@ -1,10 +1,10 @@
Name: ipa-admintools
Version: VERSION
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: IPA authentication server
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)
@@ -35,7 +35,10 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
-* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
+- Marked with wrong license. IPA is GPLv2.
+
+* 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
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 <rcritten@redhat.com> = 0.6.0-2
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
+- Marked with wrong license. IPA is GPLv2.
+
+* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> - 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 <rcritten@redhat.com> = 0.6.0-2
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
+- Marked with wrong license. IPA is GPLv2.
+
+* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-2
- Fixed License in specfile
- Move client python files to /usr/lib*/python*/site-packages
diff --git a/ipa-python/ipa-python.spec b/ipa-python/ipa-python.spec
index 0392a4ed5..404d5080a 100755
--- a/ipa-python/ipa-python.spec
+++ b/ipa-python/ipa-python.spec
@@ -1,10 +1,10 @@
Name: ipa-python
Version: 0.6.0
-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
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
diff --git a/ipa-radius-admintools/ipa-radius-admintools.spec b/ipa-radius-admintools/ipa-radius-admintools.spec
index 62300c8f9..ec65ba28c 100755
--- a/ipa-radius-admintools/ipa-radius-admintools.spec
+++ b/ipa-radius-admintools/ipa-radius-admintools.spec
@@ -1,10 +1,10 @@
Name: ipa-radius-admintools
Version: 0.6.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: IPA authentication server - radius admin tools
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)
@@ -34,7 +34,10 @@ rm -rf %{buildroot}
%{_sbindir}/ipa*
%changelog
-* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
+- Marked with wrong license. IPA is GPLv2.
+
+* 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
diff --git a/ipa-radius-admintools/ipa-radius-admintools.spec.in b/ipa-radius-admintools/ipa-radius-admintools.spec.in
index b96d627a4..4943314df 100644
--- a/ipa-radius-admintools/ipa-radius-admintools.spec.in
+++ b/ipa-radius-admintools/ipa-radius-admintools.spec.in
@@ -1,10 +1,10 @@
Name: ipa-radius-admintools
Version: VERSION
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: IPA authentication server - radius admin tools
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)
@@ -34,7 +34,10 @@ rm -rf %{buildroot}
%{_sbindir}/ipa*
%changelog
-* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
+- Marked with wrong license. IPA is GPLv2.
+
+* 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
diff --git a/ipa-radius-server/ipa-radius-server.spec b/ipa-radius-server/ipa-radius-server.spec
index 6ce2abe88..9728d7e42 100755
--- a/ipa-radius-server/ipa-radius-server.spec
+++ b/ipa-radius-server/ipa-radius-server.spec
@@ -1,10 +1,10 @@
Name: ipa-radius-server
Version: 0.6.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: IPA authentication server - radius plugin
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)
@@ -42,7 +42,10 @@ rm -rf %{buildroot}
%{_usr}/share/ipa/ipaserver/plugins/*
%changelog
-* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
+- Marked with wrong license. IPA is GPLv2.
+
+* 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
diff --git a/ipa-radius-server/ipa-radius-server.spec.in b/ipa-radius-server/ipa-radius-server.spec.in
index 02d6328ee..a56eb53c3 100755
--- a/ipa-radius-server/ipa-radius-server.spec.in
+++ b/ipa-radius-server/ipa-radius-server.spec.in
@@ -1,10 +1,10 @@
Name: ipa-radius-server
Version: VERSION
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: IPA authentication server - radius plugin
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)
@@ -42,7 +42,10 @@ rm -rf %{buildroot}
%{_usr}/share/ipa/ipaserver/plugins/*
%changelog
-* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
+- Marked with wrong license. IPA is GPLv2.
+
+* 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
diff --git a/ipa-server/ipa-server.spec b/ipa-server/ipa-server.spec
index 731d6add4..a49ea4cd9 100755
--- a/ipa-server/ipa-server.spec
+++ b/ipa-server/ipa-server.spec
@@ -1,10 +1,10 @@
Name: ipa-server
Version: 0.6.0
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: IPA authentication server
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)
@@ -147,10 +147,13 @@ fi
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
%changelog
-* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> 0.6.0-6
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-7
+- Marked with wrong license. IPA is GPLv2.
+
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-6
- Ensure that the ipa_webgui error log exists and has correct permissions.
-* Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> 0.6.0-5
+* Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-5
- Put user-modifiable files into /etc/ipa so they can be marked as
config(noreplace).
diff --git a/ipa-server/ipa-server.spec.in b/ipa-server/ipa-server.spec.in
index 741c0c1eb..3b1391a88 100644
--- a/ipa-server/ipa-server.spec.in
+++ b/ipa-server/ipa-server.spec.in
@@ -1,10 +1,10 @@
Name: ipa-server
Version: VERSION
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: IPA authentication server
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)
@@ -147,10 +147,13 @@ fi
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
%changelog
-* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> 0.6.0-6
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-7
+- Marked with wrong license. IPA is GPLv2.
+
+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-6
- Ensure that the ipa_webgui error log exists and has correct permissions.
-* Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> 0.6.0-5
+* Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-5
- Put user-modifiable files into /etc/ipa so they can be marked as
config(noreplace).