From e9baafb08f04f91168469d3d8f36fc792d7d62dc Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Mon, 7 Dec 2015 13:52:38 +0100 Subject: spec file: put Python modules into standalone packages Make the following changes in packaging: * freeipa-server - split off python2-ipaserver and freeipa-server-common, * freeipa-server-dns - build as noarch, * freeipa-client - split off python2-ipaclient and freeipa-client-common, * freeipa-admintools - build as noarch, * freeipa-python - split into python2-ipalib and freeipa-common, provide freeipa-python-compat for upgrades, * freeipa-tests - rename to python2-ipatests and build as noarch. Bump version to 4.2.91. https://fedorahosted.org/freeipa/ticket/3197 Reviewed-By: Petr Vobornik --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index b7f261b5c..2446c92a0 100644 --- a/VERSION +++ b/VERSION @@ -21,7 +21,7 @@ ######################################################## IPA_VERSION_MAJOR=4 IPA_VERSION_MINOR=2 -IPA_VERSION_RELEASE=90 +IPA_VERSION_RELEASE=91 ######################################################## # For 'alpha' releases the version will be # -- cgit