]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
make-dist: don't set Release tag in ceph.spec for SUSE distros 48547/head
authorNathan Cutler <ncutler@suse.com>
Mon, 29 Jan 2018 12:38:08 +0000 (13:38 +0100)
committerTim Serong <tserong@suse.com>
Mon, 24 Oct 2022 22:49:50 +0000 (09:49 +1100)
commitdfc9ef6886ae5de6b769979ebad46f5a81bcfaba
tree9f63cd8d59af08a806d0ab2803c2ca1a6a8a5f28
parent5dc16bef2ee706f81678147d4c9511ec56008264
make-dist: don't set Release tag in ceph.spec for SUSE distros

SUSE's Open Build Service overwrites the Release tag with checkin
and build counters, so we can't use it to record the number of
commits since the last tag, and the last commit hash.  This commit
appends that extra information to the Version tag instead for
SUSE builds.

Fixes: https://tracker.ceph.com/issues/57893
Signed-off-by: Tim Serong <tserong@suse.com>
Signed-off-by: Nathan Cutler <ncutler@suse.com>
make-dist