summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-11-01 10:45:28 -0400
committerKarl MacMillan <kmacmill@redhat.com>2007-11-01 10:45:28 -0400
commit29c0668e986b2e3ad3b34a8c194ab102724674b1 (patch)
treefa5d5fcfb629aeb1c164cdb35dd1cad698e27aae
parent51a51302273ad7b2c83ad37bb182096835cb87e5 (diff)
downloadfreeipa-29c0668e986b2e3ad3b34a8c194ab102724674b1.tar.gz
freeipa-29c0668e986b2e3ad3b34a8c194ab102724674b1.tar.xz
freeipa-29c0668e986b2e3ad3b34a8c194ab102724674b1.zip
Bump versions for release.
-rw-r--r--Makefile8
-rwxr-xr-xipa-admintools/freeipa-admintools.spec7
-rwxr-xr-xipa-admintools/freeipa-admintools.spec.in5
-rw-r--r--ipa-client/configure.ac2
-rwxr-xr-xipa-client/freeipa-client.spec7
-rw-r--r--ipa-client/freeipa-client.spec.in5
-rwxr-xr-xipa-python/freeipa-python.spec8
-rwxr-xr-xipa-python/freeipa-python.spec.in6
-rw-r--r--ipa-python/setup.py8
-rwxr-xr-xipa-server/freeipa-server.spec7
-rw-r--r--ipa-server/freeipa-server.spec.in5
11 files changed, 44 insertions, 24 deletions
diff --git a/Makefile b/Makefile
index dd379b160..8965c36a2 100644
--- a/Makefile
+++ b/Makefile
@@ -9,28 +9,28 @@ RPMBUILD ?= $(PWD)/rpmbuild
# target.
SERV_MAJOR=0
SERV_MINOR=4
-SERV_RELEASE=0
+SERV_RELEASE=1
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=0
+ADMIN_RELEASE=1
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=0
+PYTHON_RELEASE=1
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=0
+CLI_RELEASE=1
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 89fc4bd0f..6fd423a0b 100755
--- a/ipa-admintools/freeipa-admintools.spec
+++ b/ipa-admintools/freeipa-admintools.spec
@@ -1,6 +1,6 @@
Name: freeipa-admintools
-Version: 0.4.0
-Release: 2%{?dist}
+Version: 0.4.1
+Release: 1%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -35,6 +35,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
+* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.1-1
+- Version bump for release
+
* Thu Oct 11 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-2
- Package man files
diff --git a/ipa-admintools/freeipa-admintools.spec.in b/ipa-admintools/freeipa-admintools.spec.in
index bf7c04360..ec731a645 100755
--- a/ipa-admintools/freeipa-admintools.spec.in
+++ b/ipa-admintools/freeipa-admintools.spec.in
@@ -1,6 +1,6 @@
Name: freeipa-admintools
Version: VERSION
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -35,6 +35,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
+* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.1-1
+- Version bump for release
+
* Thu Oct 11 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-2
- Package man files
diff --git a/ipa-client/configure.ac b/ipa-client/configure.ac
index 576493f81..5cd416da7 100644
--- a/ipa-client/configure.ac
+++ b/ipa-client/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59c)
AC_INIT([freeipa-client],
- [0.4],
+ [0.3.1],
[https://hosted.fedoraproject.org/projects/freeipa/newticket])
AC_CONFIG_SRCDIR([ipaclient/__init__.py])
diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec
index 7619a014b..f4a51f47a 100755
--- a/ipa-client/freeipa-client.spec
+++ b/ipa-client/freeipa-client.spec
@@ -1,6 +1,6 @@
Name: freeipa-client
-Version: 0.3.0
-Release: 2%{?dist}
+Version: 0.3.1
+Release: 1%{?dist}
Summary: FreeIPA client
Group: System Environment/Base
@@ -41,6 +41,9 @@ rm -rf %{buildroot}
%{_usr}/share/ipa/*
%changelog
+* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.1-1
+- Version bump for release
+
* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2
- Convert to autotools-based build
diff --git a/ipa-client/freeipa-client.spec.in b/ipa-client/freeipa-client.spec.in
index fd199f681..f4a7997f8 100644
--- a/ipa-client/freeipa-client.spec.in
+++ b/ipa-client/freeipa-client.spec.in
@@ -1,6 +1,6 @@
Name: freeipa-client
Version: VERSION
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: FreeIPA client
Group: System Environment/Base
@@ -41,6 +41,9 @@ rm -rf %{buildroot}
%{_usr}/share/ipa/*
%changelog
+* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.1-1
+- Version bump for release
+
* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2
- Convert to autotools-based build
diff --git a/ipa-python/freeipa-python.spec b/ipa-python/freeipa-python.spec
index d6bd906d7..a84fb0fe2 100755
--- a/ipa-python/freeipa-python.spec
+++ b/ipa-python/freeipa-python.spec
@@ -1,7 +1,6 @@
-
Name: freeipa-python
-Version: 0.4.0
-Release: 2%{?dist}
+Version: 0.4.1
+Release: 1%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -39,6 +38,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf
%changelog
+* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.1-1
+- Version bump for release
+
* Wed Oct 17 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.0-2
- Use new python setup.py build script
diff --git a/ipa-python/freeipa-python.spec.in b/ipa-python/freeipa-python.spec.in
index 37eb23f00..0c46098ce 100755
--- a/ipa-python/freeipa-python.spec.in
+++ b/ipa-python/freeipa-python.spec.in
@@ -1,7 +1,6 @@
-
Name: freeipa-python
Version: VERSION
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -39,6 +38,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf
%changelog
+* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.1-1
+- Version bump for release
+
* Wed Oct 17 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.0-2
- Use new python setup.py build script
diff --git a/ipa-python/setup.py b/ipa-python/setup.py
index 3dfee1220..defd49cbd 100644
--- a/ipa-python/setup.py
+++ b/ipa-python/setup.py
@@ -14,11 +14,9 @@ CLASSIFIERS = """\
Development Status :: 4 - Beta
Intended Audience :: System Environment/Base
License :: GPL
-Programming Language :: C
Programming Language :: Python
Operating System :: POSIX
Operating System :: Unix
-Operating System :: MacOS
"""
# BEFORE importing distutils, remove MANIFEST. distutils doesn't properly
@@ -37,10 +35,10 @@ def setup_package():
try:
setup(
name = "freeipa-python",
- version = "0.4",
+ version = "0.4.1",
license = "GPL",
author = "Karl MacMillan, et.al.",
- author_email = "kmacmillan@mentalrootkit.com",
+ author_email = "kmacmillan@redhat.com",
maintainer = "freeIPA Developers",
maintainer_email = "freeipa-devel@redhat.com",
url = "http://www.freeipa.org/",
@@ -48,7 +46,7 @@ def setup_package():
long_description = "\n".join(DOCLINES[2:]),
download_url = "http://www.freeipa.org/page/Downloads",
classifiers=filter(None, CLASSIFIERS.split('\n')),
- platforms = ["Linux", "Solaris", "Mac OS-X", "Unix"],
+ platforms = ["Linux", "Solaris", "Unix"],
package_dir = {'ipa': ''},
packages = [ "ipa" ],
data_files = [('/etc/ipa', ['ipa.conf'])]
diff --git a/ipa-server/freeipa-server.spec b/ipa-server/freeipa-server.spec
index 66f8c6428..0981b26e0 100755
--- a/ipa-server/freeipa-server.spec
+++ b/ipa-server/freeipa-server.spec
@@ -1,6 +1,6 @@
Name: freeipa-server
-Version: 0.4.0
-Release: 6%{?dist}
+Version: 0.4.1
+Release: 1%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.1-1
+- Version bump for release
+
* Wed Oct 31 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-6
- Add dep for freeipa-admintools and acl
diff --git a/ipa-server/freeipa-server.spec.in b/ipa-server/freeipa-server.spec.in
index 0150a274e..e25f48367 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: 6%{?dist}
+Release: 1%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.1-1
+- Version bump for release
+
* Wed Oct 31 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-6
- Add dep for freeipa-admintools and acl