[SSSD] [PATCH] Bump the version to 1.9.5, reset release in RPMs to 0

Jakub Hrozek jhrozek at redhat.com
Fri Jan 25 16:27:32 UTC 2013


Normally I just push version bumps when releasing a new version without
sending the patch, but this time I also need to fix packaging bug.

Intended for the sssd-1-9 branch only, the master branch had been fixed
when we branched off sssd-1-9.
-------------- next part --------------
>From 0c66f89f73318b4298bef86832ed659092b6b08c Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Fri, 25 Jan 2013 17:15:44 +0100
Subject: [PATCH] Bump the version to 1.9.5, reset release in RPMs 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 06f7ca19e5942c145b559fa92041b0fa66520221..7f073102185ccd2c678d3e5dee4313b37bcb6c8c 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 af2e0f8a554317f597a061961b43eb97c7013ffa..ae81e1a1ae4a6fdf7b9574c6944ebaa48313a464 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
 # Primary version number
-m4_define([VERSION_NUMBER], [1.9.4])
+m4_define([VERSION_NUMBER], [1.9.5])
 
 # If the PRERELEASE_VERSION_NUMBER is set, we'll append
 # it to the release tag when creating an RPM or SRPM
-- 
1.8.1



More information about the sssd-devel mailing list