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
This commit is contained in:
Martin Kosek
2012-10-24 12:35:36 +02:00
committed by Rob Crittenden
parent 5e79743a0b
commit 1ed8ba6a75
2 changed files with 8 additions and 3 deletions

View File

@@ -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 #