mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Rob Crittenden
parent
5e79743a0b
commit
1ed8ba6a75
4
VERSION
4
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 #
|
||||
|
||||
Reference in New Issue
Block a user