summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-10-24 12:35:36 +0200
committerRob Crittenden <rcritten@redhat.com>2012-10-25 15:35:58 -0400
commit1ed8ba6a7516ac9085e756c2232cf05e8350ad8a (patch)
tree80a9d109fde8e961bf7e9d816f3204887fba7f5d /VERSION
parent5e79743a0b253b10e4530ab12e9395638f49db71 (diff)
downloadfreeipa-1ed8ba6a7516ac9085e756c2232cf05e8350ad8a.tar.gz
freeipa-1ed8ba6a7516ac9085e756c2232cf05e8350ad8a.tar.xz
freeipa-1ed8ba6a7516ac9085e756c2232cf05e8350ad8a.zip
Avoid uninstalling dependencies during package lifetime
Requires(pre) only guarantees that package will be present before package scriptlets are run. However, the package can be removed after installation is finished without removing also IPA. Add standard Requires for these dependencies. Remove PRE version number from VERSION. This update and following is done on a top of IPA 3.0.0 GA. https://fedorahosted.org/freeipa/ticket/3189
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index c1f1bceff..6e2696047 100644
--- a/VERSION
+++ b/VERSION
@@ -20,7 +20,7 @@
########################################################
IPA_VERSION_MAJOR=3
IPA_VERSION_MINOR=0
-IPA_VERSION_RELEASE=0
+IPA_VERSION_RELEASE=99
########################################################
# For 'pre' releases the version will be #
@@ -30,7 +30,7 @@ IPA_VERSION_RELEASE=0
# e.g. IPA_VERSION_PRE_RELEASE=1 #
# -> "1.0.0pre1" #
########################################################
-IPA_VERSION_PRE_RELEASE=2
+IPA_VERSION_PRE_RELEASE=
########################################################
# For 'rc' releases the version will be #