Become freeipa-0.99.0

This commit is contained in:
Rob Crittenden 2008-02-21 16:11:42 -05:00
parent 3ede5e42a5
commit 84d1e08d76
15 changed files with 68 additions and 26 deletions

View File

@ -8,49 +8,49 @@ RPMBUILD ?= $(PWD)/rpmbuild
# updating this you should run the version-update # updating this you should run the version-update
# target. # target.
SERV_MAJOR=0 SERV_MAJOR=0
SERV_MINOR=6 SERV_MINOR=99
SERV_RELEASE=0 SERV_RELEASE=0
SERV_VERSION=$(SERV_MAJOR).$(SERV_MINOR).$(SERV_RELEASE) SERV_VERSION=$(SERV_MAJOR).$(SERV_MINOR).$(SERV_RELEASE)
SERV_TARBALL_PREFIX=$(PRJ_PREFIX)-server-$(SERV_VERSION) SERV_TARBALL_PREFIX=$(PRJ_PREFIX)-server-$(SERV_VERSION)
SERV_TARBALL=$(SERV_TARBALL_PREFIX).tgz SERV_TARBALL=$(SERV_TARBALL_PREFIX).tgz
ADMIN_MAJOR=0 ADMIN_MAJOR=0
ADMIN_MINOR=6 ADMIN_MINOR=99
ADMIN_RELEASE=0 ADMIN_RELEASE=0
ADMIN_VERSION=$(ADMIN_MAJOR).$(ADMIN_MINOR).$(ADMIN_RELEASE) ADMIN_VERSION=$(ADMIN_MAJOR).$(ADMIN_MINOR).$(ADMIN_RELEASE)
ADMIN_TARBALL_PREFIX=$(PRJ_PREFIX)-admintools-$(ADMIN_VERSION) ADMIN_TARBALL_PREFIX=$(PRJ_PREFIX)-admintools-$(ADMIN_VERSION)
ADMIN_TARBALL=$(ADMIN_TARBALL_PREFIX).tgz ADMIN_TARBALL=$(ADMIN_TARBALL_PREFIX).tgz
PYTHON_MAJOR=0 PYTHON_MAJOR=0
PYTHON_MINOR=6 PYTHON_MINOR=99
PYTHON_RELEASE=0 PYTHON_RELEASE=0
PYTHON_VERSION=$(PYTHON_MAJOR).$(PYTHON_MINOR).$(PYTHON_RELEASE) PYTHON_VERSION=$(PYTHON_MAJOR).$(PYTHON_MINOR).$(PYTHON_RELEASE)
PYTHON_TARBALL_PREFIX=$(PRJ_PREFIX)-python-$(PYTHON_VERSION) PYTHON_TARBALL_PREFIX=$(PRJ_PREFIX)-python-$(PYTHON_VERSION)
PYTHON_TARBALL=$(PYTHON_TARBALL_PREFIX).tgz PYTHON_TARBALL=$(PYTHON_TARBALL_PREFIX).tgz
CLI_MAJOR=0 CLI_MAJOR=0
CLI_MINOR=6 CLI_MINOR=99
CLI_RELEASE=0 CLI_RELEASE=0
CLI_VERSION=$(CLI_MAJOR).$(CLI_MINOR).$(CLI_RELEASE) CLI_VERSION=$(CLI_MAJOR).$(CLI_MINOR).$(CLI_RELEASE)
CLI_TARBALL_PREFIX=$(PRJ_PREFIX)-client-$(CLI_VERSION) CLI_TARBALL_PREFIX=$(PRJ_PREFIX)-client-$(CLI_VERSION)
CLI_TARBALL=$(CLI_TARBALL_PREFIX).tgz CLI_TARBALL=$(CLI_TARBALL_PREFIX).tgz
RADIUS_SERVER_MAJOR=0 RADIUS_SERVER_MAJOR=0
RADIUS_SERVER_MINOR=6 RADIUS_SERVER_MINOR=99
RADIUS_SERVER_RELEASE=0 RADIUS_SERVER_RELEASE=0
RADIUS_SERVER_VERSION=$(RADIUS_SERVER_MAJOR).$(RADIUS_SERVER_MINOR).$(RADIUS_SERVER_RELEASE) RADIUS_SERVER_VERSION=$(RADIUS_SERVER_MAJOR).$(RADIUS_SERVER_MINOR).$(RADIUS_SERVER_RELEASE)
RADIUS_SERVER_TARBALL_PREFIX=$(PRJ_PREFIX)-radius-server-$(RADIUS_SERVER_VERSION) RADIUS_SERVER_TARBALL_PREFIX=$(PRJ_PREFIX)-radius-server-$(RADIUS_SERVER_VERSION)
RADIUS_SERVER_TARBALL=$(RADIUS_SERVER_TARBALL_PREFIX).tgz RADIUS_SERVER_TARBALL=$(RADIUS_SERVER_TARBALL_PREFIX).tgz
RADIUS_ADMINTOOLS_MAJOR=0 RADIUS_ADMINTOOLS_MAJOR=0
RADIUS_ADMINTOOLS_MINOR=6 RADIUS_ADMINTOOLS_MINOR=99
RADIUS_ADMINTOOLS_RELEASE=0 RADIUS_ADMINTOOLS_RELEASE=0
RADIUS_ADMINTOOLS_VERSION=$(RADIUS_ADMINTOOLS_MAJOR).$(RADIUS_ADMINTOOLS_MINOR).$(RADIUS_ADMINTOOLS_RELEASE) RADIUS_ADMINTOOLS_VERSION=$(RADIUS_ADMINTOOLS_MAJOR).$(RADIUS_ADMINTOOLS_MINOR).$(RADIUS_ADMINTOOLS_RELEASE)
RADIUS_ADMINTOOLS_TARBALL_PREFIX=$(PRJ_PREFIX)-radius-admintools-$(RADIUS_ADMINTOOLS_VERSION) RADIUS_ADMINTOOLS_TARBALL_PREFIX=$(PRJ_PREFIX)-radius-admintools-$(RADIUS_ADMINTOOLS_VERSION)
RADIUS_ADMINTOOLS_TARBALL=$(RADIUS_ADMINTOOLS_TARBALL_PREFIX).tgz RADIUS_ADMINTOOLS_TARBALL=$(RADIUS_ADMINTOOLS_TARBALL_PREFIX).tgz
SERV_SELINUX_MAJOR=0 SERV_SELINUX_MAJOR=0
SERV_SELINUX_MINOR=6 SERV_SELINUX_MINOR=99
SERV_SELINUX_RELEASE=0 SERV_SELINUX_RELEASE=0
SERV_SELINUX_VERSION=$(SERV_SELINUX_MAJOR).$(SERV_SELINUX_MINOR).$(SERV_SELINUX_RELEASE) SERV_SELINUX_VERSION=$(SERV_SELINUX_MAJOR).$(SERV_SELINUX_MINOR).$(SERV_SELINUX_RELEASE)
SERV_SELINUX_TARBALL_PREFIX=$(PRJ_PREFIX)-server-selinux-$(SERV_SELINUX_VERSION) SERV_SELINUX_TARBALL_PREFIX=$(PRJ_PREFIX)-server-selinux-$(SERV_SELINUX_VERSION)

View File

@ -1,6 +1,6 @@
Name: ipa-admintools Name: ipa-admintools
Version: 0.6.0 Version: 0.99.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: IPA authentication server Summary: IPA authentication server
Group: System Environment/Base Group: System Environment/Base
@ -35,6 +35,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-admintools Name: ipa-admintools
Version: VERSION Version: VERSION
Release: 3%{?dist} Release: 1%{?dist}
Summary: IPA authentication server Summary: IPA authentication server
Group: System Environment/Base Group: System Environment/Base
@ -35,6 +35,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-client Name: ipa-client
Version: 0.6.0 Version: 0.99.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: IPA client Summary: IPA client
Group: System Environment/Base Group: System Environment/Base
@ -47,6 +47,9 @@ rm -rf %{buildroot}
%{python_sitelib}/ipaclient/*.py* %{python_sitelib}/ipaclient/*.py*
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-client Name: ipa-client
Version: VERSION Version: VERSION
Release: 3%{?dist} Release: 1%{?dist}
Summary: IPA client Summary: IPA client
Group: System Environment/Base Group: System Environment/Base
@ -47,6 +47,9 @@ rm -rf %{buildroot}
%{python_sitelib}/ipaclient/*.py* %{python_sitelib}/ipaclient/*.py*
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-python Name: ipa-python
Version: 0.6.0 Version: 0.99.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: IPA authentication server Summary: IPA authentication server
Group: System Environment/Base Group: System Environment/Base
@ -35,6 +35,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf %config(noreplace) %{_sysconfdir}/ipa/ipa.conf
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-4 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-4
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-python Name: ipa-python
Version: VERSION Version: VERSION
Release: 4%{?dist} Release: 1%{?dist}
Summary: IPA authentication server Summary: IPA authentication server
Group: System Environment/Base Group: System Environment/Base
@ -35,6 +35,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf %config(noreplace) %{_sysconfdir}/ipa/ipa.conf
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-4 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-4
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-radius-admintools Name: ipa-radius-admintools
Version: 0.6.0 Version: 0.99.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: IPA authentication server - radius admin tools Summary: IPA authentication server - radius admin tools
Group: System Environment/Base Group: System Environment/Base
@ -34,6 +34,9 @@ rm -rf %{buildroot}
%{_sbindir}/ipa* %{_sbindir}/ipa*
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-radius-admintools Name: ipa-radius-admintools
Version: VERSION Version: VERSION
Release: 3%{?dist} Release: 1%{?dist}
Summary: IPA authentication server - radius admin tools Summary: IPA authentication server - radius admin tools
Group: System Environment/Base Group: System Environment/Base
@ -34,6 +34,9 @@ rm -rf %{buildroot}
%{_sbindir}/ipa* %{_sbindir}/ipa*
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-radius-server Name: ipa-radius-server
Version: 0.6.0 Version: 0.99.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: IPA authentication server - radius plugin Summary: IPA authentication server - radius plugin
Group: System Environment/Base Group: System Environment/Base
@ -42,6 +42,9 @@ rm -rf %{buildroot}
%{_usr}/share/ipa/ipaserver/plugins/* %{_usr}/share/ipa/ipaserver/plugins/*
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-radius-server Name: ipa-radius-server
Version: VERSION Version: VERSION
Release: 3%{?dist} Release: 1%{?dist}
Summary: IPA authentication server - radius plugin Summary: IPA authentication server - radius plugin
Group: System Environment/Base Group: System Environment/Base
@ -42,6 +42,9 @@ rm -rf %{buildroot}
%{_usr}/share/ipa/ipaserver/plugins/* %{_usr}/share/ipa/ipaserver/plugins/*
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3 * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
- Marked with wrong license. IPA is GPLv2. - Marked with wrong license. IPA is GPLv2.

View File

@ -1,6 +1,6 @@
Name: ipa-server Name: ipa-server
Version: 0.6.0 Version: 0.99.0
Release: 9%{?dist} Release: 1%{?dist}
Summary: IPA authentication server Summary: IPA authentication server
Group: System Environment/Base Group: System Environment/Base
@ -150,6 +150,9 @@ fi
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions %attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Feb 7 2008 Masato Taruishi <taruishi@redhat.com> = 0.6.0-9 * Thu Feb 7 2008 Masato Taruishi <taruishi@redhat.com> = 0.6.0-9
- Internationalize the kid templates and include a Japanese translation. - Internationalize the kid templates and include a Japanese translation.

View File

@ -1,6 +1,6 @@
Name: ipa-server Name: ipa-server
Version: VERSION Version: VERSION
Release: 9%{?dist} Release: 1%{?dist}
Summary: IPA authentication server Summary: IPA authentication server
Group: System Environment/Base Group: System Environment/Base
@ -150,6 +150,9 @@ fi
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions %attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Feb 7 2008 Masato Taruishi <taruishi@redhat.com> = 0.6.0-9 * Thu Feb 7 2008 Masato Taruishi <taruishi@redhat.com> = 0.6.0-9
- Internationalize the kid templates and include a Japanese translation. - Internationalize the kid templates and include a Japanese translation.

View File

@ -1,7 +1,7 @@
%define POLICYCOREUTILSVER 1.33.12-1 %define POLICYCOREUTILSVER 1.33.12-1
Name: ipa-server-selinux Name: ipa-server-selinux
Version: 0.6.0 Version: 0.99.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: IPA server SELinux policies Summary: IPA server SELinux policies
@ -76,5 +76,8 @@ semodule -s targeted -r ipa_webgui ipa_kpasswd
fi fi
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 17 2008 Karl MacMillan <kmacmill@redhat.com> - 0.6.0-1 * Thu Jan 17 2008 Karl MacMillan <kmacmill@redhat.com> - 0.6.0-1
- Initial version - Initial version

View File

@ -76,5 +76,8 @@ semodule -s targeted -r ipa_webgui ipa_kpasswd
fi fi
%changelog %changelog
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1
- Version bump for release
* Thu Jan 17 2008 Karl MacMillan <kmacmill@redhat.com> - 0.6.0-1 * Thu Jan 17 2008 Karl MacMillan <kmacmill@redhat.com> - 0.6.0-1
- Initial version - Initial version