summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-11-21 23:09:13 -0500
committerKarl MacMillan <kmacmill@redhat.com>2007-11-21 23:09:13 -0500
commitb202b6cc31c6f036305bd7389201c6aa57dcc5fe (patch)
tree6ce2352e7f7b935de98b2eb53b3ca9e8f6279b67
parent67cddce4d47791ad357ed5551ab58e16dbf87e0c (diff)
downloadfreeipa-b202b6cc31c6f036305bd7389201c6aa57dcc5fe.tar.gz
freeipa-b202b6cc31c6f036305bd7389201c6aa57dcc5fe.tar.xz
freeipa-b202b6cc31c6f036305bd7389201c6aa57dcc5fe.zip
Bump the version numbers for release. Also remove
specific version check on freeradius. Packages aren't available and the freeradius support isn't ready anyway.
-rw-r--r--Makefile16
-rwxr-xr-xipa-admintools/freeipa-admintools.spec2
-rw-r--r--ipa-client/configure.ac6
-rwxr-xr-xipa-client/freeipa-client.spec2
-rwxr-xr-xipa-python/freeipa-python.spec2
-rw-r--r--ipa-python/setup.py2
-rw-r--r--ipa-server/configure.ac6
-rwxr-xr-xipa-server/freeipa-server.spec6
-rw-r--r--ipa-server/freeipa-server.spec.in4
9 files changed, 23 insertions, 23 deletions
diff --git a/Makefile b/Makefile
index cf919fda..ac8528f6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,29 +8,29 @@ RPMBUILD ?= $(PWD)/rpmbuild
# updating this you should run the version-update
# target.
SERV_MAJOR=0
-SERV_MINOR=4
-SERV_RELEASE=1
+SERV_MINOR=5
+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=4
-ADMIN_RELEASE=1
+ADMIN_MINOR=5
+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=4
-PYTHON_RELEASE=1
+PYTHON_MINOR=5
+PYTHON_RELEASE=0
PYTHON_VERSION=$(PYTHON_MAJOR).$(PYTHON_MINOR).$(PYTHON_RELEASE)
PYTHON_TARBALL_PREFIX=$(PRJ_PREFIX)-python-$(PYTHON_VERSION)
PYTHON_TARBALL=$(PYTHON_TARBALL_PREFIX).tgz
CLI_MAJOR=0
-CLI_MINOR=3
-CLI_RELEASE=1
+CLI_MINOR=5
+CLI_RELEASE=0
CLI_VERSION=$(CLI_MAJOR).$(CLI_MINOR).$(CLI_RELEASE)
CLI_TARBALL_PREFIX=$(PRJ_PREFIX)-client-$(CLI_VERSION)
CLI_TARBALL=$(CLI_TARBALL_PREFIX).tgz
diff --git a/ipa-admintools/freeipa-admintools.spec b/ipa-admintools/freeipa-admintools.spec
index 6fd423a0..ad7e2019 100755
--- a/ipa-admintools/freeipa-admintools.spec
+++ b/ipa-admintools/freeipa-admintools.spec
@@ -1,5 +1,5 @@
Name: freeipa-admintools
-Version: 0.4.1
+Version: 0.5.0
Release: 1%{?dist}
Summary: FreeIPA authentication server
diff --git a/ipa-client/configure.ac b/ipa-client/configure.ac
index 5cd416da..9d060d9a 100644
--- a/ipa-client/configure.ac
+++ b/ipa-client/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59c)
-AC_INIT([freeipa-client],
- [0.3.1],
+AC_INIT([ipa-client],
+ [0.5.0],
[https://hosted.fedoraproject.org/projects/freeipa/newticket])
AC_CONFIG_SRCDIR([ipaclient/__init__.py])
@@ -47,7 +47,7 @@ AC_CONFIG_FILES([
AC_OUTPUT
echo "
- FreeIPA client $VERSION
+ IPA client $VERSION
========================
prefix: ${prefix}
diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec
index f4a51f47..c972d967 100755
--- a/ipa-client/freeipa-client.spec
+++ b/ipa-client/freeipa-client.spec
@@ -1,5 +1,5 @@
Name: freeipa-client
-Version: 0.3.1
+Version: 0.5.0
Release: 1%{?dist}
Summary: FreeIPA client
diff --git a/ipa-python/freeipa-python.spec b/ipa-python/freeipa-python.spec
index a84fb0fe..2c1420f9 100755
--- a/ipa-python/freeipa-python.spec
+++ b/ipa-python/freeipa-python.spec
@@ -1,5 +1,5 @@
Name: freeipa-python
-Version: 0.4.1
+Version: 0.5.0
Release: 1%{?dist}
Summary: FreeIPA authentication server
diff --git a/ipa-python/setup.py b/ipa-python/setup.py
index defd49cb..3a5a6f4e 100644
--- a/ipa-python/setup.py
+++ b/ipa-python/setup.py
@@ -35,7 +35,7 @@ def setup_package():
try:
setup(
name = "freeipa-python",
- version = "0.4.1",
+ version = "0.5.0",
license = "GPL",
author = "Karl MacMillan, et.al.",
author_email = "kmacmillan@redhat.com",
diff --git a/ipa-server/configure.ac b/ipa-server/configure.ac
index e07c04c8..3cd44fef 100644
--- a/ipa-server/configure.ac
+++ b/ipa-server/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59c)
-AC_INIT([freeipa-server],
- [0.4],
+AC_INIT([ipa-server],
+ [0.5],
[https://hosted.fedoraproject.org/projects/freeipa/newticket])
AC_CONFIG_SRCDIR([ipaserver/ipaldap.py])
@@ -234,7 +234,7 @@ AC_CONFIG_FILES([
AC_OUTPUT
echo "
- FreeIPA Server $VERSION
+ IPA Server $VERSION
========================
prefix: ${prefix}
diff --git a/ipa-server/freeipa-server.spec b/ipa-server/freeipa-server.spec
index 93a3bae1..07ef1447 100755
--- a/ipa-server/freeipa-server.spec
+++ b/ipa-server/freeipa-server.spec
@@ -1,6 +1,6 @@
Name: freeipa-server
-Version: 0.4.1
-Release: 2%{?dist}
+Version: 0.5.0
+Release: 1%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -36,7 +36,7 @@ Requires: python-krbV
Requires: TurboGears
Requires: python-tgexpandingformwidget
Requires: acl
-Requires: freeradius >= 1.1.7
+Requires: freeradius
Requires: pyasn1
%define httpd_conf /etc/httpd/conf.d
diff --git a/ipa-server/freeipa-server.spec.in b/ipa-server/freeipa-server.spec.in
index d50cd4e9..62a4a3fc 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: 2%{?dist}
+Release: 1%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -36,7 +36,7 @@ Requires: python-krbV
Requires: TurboGears
Requires: python-tgexpandingformwidget
Requires: acl
-Requires: freeradius >= 1.1.7
+Requires: freeradius
Requires: pyasn1
%define httpd_conf /etc/httpd/conf.d