[SSSD] [PATCH] Bump the version and reset release back to 0

Jakub Hrozek jhrozek at redhat.com
Thu Dec 6 19:13:09 UTC 2012


We bumped up the release number in the specfile to 1 in one of previous
patches to allow comparison when going from sysv to systemd. This patch
bumps up the version and resets the release in the specfile back to 0.

This patch is only valid for the master branch. There would be a
separate one for the sssd-1-9 branch.
-------------- next part --------------
>From 76b326eda17a0cf14f29d87c3b56dd0ce18b5a5e Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Thu, 6 Dec 2012 19:59:33 +0100
Subject: [PATCH] Bump the version and reset release back to 0

---
 contrib/sssd.spec.in | 2 +-
 version.m4           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 32907b115e24fae080ba6cc0311d4fc7d7403299..2a0401d1b8bb538fe596b2c762f7e0bbeb1abef9 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -43,7 +43,7 @@
 
 Name: @PACKAGE_NAME@
 Version: @PACKAGE_VERSION@
-Release: 1 at PRERELEASE_VERSION@%{?dist}
+Release: 0 at PRERELEASE_VERSION@%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
diff --git a/version.m4 b/version.m4
index eca0b05dee0a4d5f8764e6e1416c96357e24398b..e429b84c759f834c0ced970ea53185a91e312a9b 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
 # Primary version number
-m4_define([VERSION_NUMBER], [1.9.90])
+m4_define([VERSION_NUMBER], [1.9.91])
 
 # If the PRERELEASE_VERSION_NUMBER is set, we'll append
 # it to the release tag when creating an RPM or SRPM
-- 
1.8.0.1



More information about the sssd-devel mailing list