1.1.13-2.rev2: fix wrong Release autoincrement

... introduced with Fedora 23 Mass Rebuild.
It will likely happen again as the incrementing script, rpmdev-bumpspec,
doesn't account for "integer will be yielded from the macro expansion"
(not that it can do it in any simple way, and even if it could,
propagation of the increment back to the origin is pure sci-fi now).

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
Jan Pokorný 2015-10-13 20:15:44 +02:00
parent 33aaad5821
commit 9227083036
No known key found for this signature in database
GPG Key ID: 61BBB23A9E8F8DE2

View File

@ -2,7 +2,7 @@
%global uname hacluster
%global pcmk_docdir %{_docdir}/%{name}
%global specversion 2.rev1
%global specversion 2.rev2
%global commit 6052cd16c2f455809f8088af76ce86483bf98353
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global github_owner ClusterLabs
@ -50,7 +50,7 @@
Name: pacemaker
Summary: Scalable High-Availability cluster resource manager
Version: 1.1.13
Release: %{pcmk_release}%{?dist}.1
Release: %{pcmk_release}%{?dist}
License: GPLv2+ and LGPLv2+
Url: http://www.clusterlabs.org
Group: System Environment/Daemons