mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix-version.diff: Append +git to prerelease tag, don't require git.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -37,6 +37,7 @@ freeipa (4.7.0~pre1+git20180411-1) UNRELEASED; urgency=medium
|
||||
* control: Depend on chrony instead of ntp.
|
||||
* fix-paths.diff: Add CHRONY_CONF.
|
||||
* python-ipaserver.install: Updated after dropping NTP.
|
||||
* fix-version.diff: Append +git to prerelease tag, don't require git.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Fri, 06 Apr 2018 16:18:42 +0300
|
||||
|
||||
|
||||
20
debian/patches/fix-version.diff
vendored
Normal file
20
debian/patches/fix-version.diff
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
--- a/VERSION.m4
|
||||
+++ b/VERSION.m4
|
||||
@@ -31,7 +31,7 @@ define(IPA_VERSION_RELEASE, 90)
|
||||
# e.g. define(IPA_VERSION_PRE_RELEASE, rc1) #
|
||||
# -> "1.0.0rc1" #
|
||||
########################################################
|
||||
-define(IPA_VERSION_PRE_RELEASE, .pre1)
|
||||
+define(IPA_VERSION_PRE_RELEASE, .pre1+git20180411)
|
||||
|
||||
########################################################
|
||||
# To mark GIT snapshots this should be set to 'yes' #
|
||||
@@ -46,7 +46,7 @@ define(IPA_VERSION_PRE_RELEASE, .pre1)
|
||||
# This option works only with GNU m4: #
|
||||
# it requires esyscmd m4 macro. #
|
||||
########################################################
|
||||
-define(IPA_VERSION_IS_GIT_SNAPSHOT, yes)
|
||||
+define(IPA_VERSION_IS_GIT_SNAPSHOT, no)
|
||||
|
||||
########################################################
|
||||
# git development branch: #
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -15,3 +15,4 @@ fix-bind-ldap-so-path.diff
|
||||
fix-paths.diff
|
||||
hack-tomcat-race.diff
|
||||
hack-duplicate-cert-directive.diff
|
||||
fix-version.diff
|
||||
|
||||
Reference in New Issue
Block a user