diff options
author | Karl MacMillan <kmacmillan@mentalrootkit.com> | 2007-08-10 07:17:53 -0400 |
---|---|---|
committer | Karl MacMillan <kmacmillan@mentalrootkit.com> | 2007-08-10 07:17:53 -0400 |
commit | 9a01f353cff7bdba3fdaa2aca2d29abf3c80c021 (patch) | |
tree | 50b16abcc20a635e0ffa34276a38b47147da74cf | |
parent | 88a1ab65ce61bd94af0560980194d44affea45fb (diff) | |
download | freeipa-9a01f353cff7bdba3fdaa2aca2d29abf3c80c021.tar.gz freeipa-9a01f353cff7bdba3fdaa2aca2d29abf3c80c021.tar.xz freeipa-9a01f353cff7bdba3fdaa2aca2d29abf3c80c021.zip |
Bump version numbers for release.
-rw-r--r-- | Makefile | 6 | ||||
-rwxr-xr-x | ipa-python/freeipa-python.spec | 2 | ||||
-rwxr-xr-x | ipa-server/freeipa-server.spec | 9 | ||||
-rw-r--r-- | ipa-server/freeipa-server.spec.in | 6 |
4 files changed, 11 insertions, 12 deletions
@@ -9,21 +9,21 @@ PRJ_PREFIX=freeipa # updating this you should run the version-update # target. SERV_MAJOR=0 -SERV_MINOR=1 +SERV_MINOR=2 SERV_RELEASE=0 SERV_VERSION=$(SERV_MAJOR).$(SERV_MINOR).$(SERV_RELEASE) SERV_TARBALL_PREFIX=$(PRJ_PREFIX)-server-$(SERV_VERSION) SERV_TARBALL=$(SERV_TARBALL_PREFIX).tgz ADMIN_MAJOR=0 -ADMIN_MINOR=1 +ADMIN_MINOR=2 ADMIN_RELEASE=0 ADMIN_VERSION=$(ADMIN_MAJOR).$(ADMIN_MINOR).$(ADMIN_RELEASE) ADMIN_TARBALL_PREFIX=$(PRJ_PREFIX)-admintools-$(ADMIN_VERSION) ADMIN_TARBALL=$(ADMIN_TARBALL_PREFIX).tgz PYTHON_MAJOR=0 -PYTHON_MINOR=1 +PYTHON_MINOR=2 PYTHON_RELEASE=0 PYTHON_VERSION=$(PYTHON_MAJOR).$(PYTHON_MINOR).$(PYTHON_RELEASE) PYTHON_TARBALL_PREFIX=$(PRJ_PREFIX)-python-$(PYTHON_VERSION) diff --git a/ipa-python/freeipa-python.spec b/ipa-python/freeipa-python.spec index e9b1e708d..d1a6b5db0 100755 --- a/ipa-python/freeipa-python.spec +++ b/ipa-python/freeipa-python.spec @@ -1,5 +1,5 @@ Name: freeipa-python -Version: 0.1.0 +Version: 0.2.0 Release: 3%{?dist} Summary: FreeIPA authentication server diff --git a/ipa-server/freeipa-server.spec b/ipa-server/freeipa-server.spec index 85ddeb937..cfd11d5ab 100755 --- a/ipa-server/freeipa-server.spec +++ b/ipa-server/freeipa-server.spec @@ -1,6 +1,6 @@ Name: freeipa-server -Version: 0.1.0 -Release: %{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: FreeIPA authentication server Group: System Environment/Base @@ -8,7 +8,6 @@ License: GPL URL: http://www.freeipa.org Source0: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#BuildArch: BuildRequires: fedora-ds-base-devel openldap-devel krb5-devel nss-devel mozldap-devel openssl-devel mhash-devel @@ -53,7 +52,7 @@ rm -rf %{buildroot} %changelog -* Fri Aug 10 2007 Karl MacMillan <kmacmill@localhost.localdomain> - 0.1.0-3 +* Fri Aug 10 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-1 - Added support for ipa_kpasswd and ipa_pwd_extop * Mon Aug 5 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-3 @@ -67,7 +66,7 @@ rm -rf %{buildroot} - Create an ldif with a test user - Provide a certmap.conf for doing SSL client authentication -* Fri Jul 27 2007 Karl MacMillan <kmacmill@localhost.localdomain> - 0.1.0-1 +* Fri Jul 27 2007 Karl MacMillan <kmacmill@redhat.com> - 0.1.0-1 - Initial rpm version diff --git a/ipa-server/freeipa-server.spec.in b/ipa-server/freeipa-server.spec.in index e108da15a..025c986b5 100644 --- a/ipa-server/freeipa-server.spec.in +++ b/ipa-server/freeipa-server.spec.in @@ -1,6 +1,6 @@ Name: freeipa-server Version: VERSION -Release: %{?dist} +Release: 1%{?dist} Summary: FreeIPA authentication server Group: System Environment/Base @@ -52,7 +52,7 @@ rm -rf %{buildroot} %changelog -* Fri Aug 10 2007 Karl MacMillan <kmacmill@localhost.localdomain> - VERSION-3 +* Fri Aug 10 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-1 - Added support for ipa_kpasswd and ipa_pwd_extop * Mon Aug 5 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-3 @@ -66,7 +66,7 @@ rm -rf %{buildroot} - Create an ldif with a test user - Provide a certmap.conf for doing SSL client authentication -* Fri Jul 27 2007 Karl MacMillan <kmacmill@localhost.localdomain> - 0.1.0-1 +* Fri Jul 27 2007 Karl MacMillan <kmacmill@redhat.com> - 0.1.0-1 - Initial rpm version |