From e5b19bf276d92cc6475d48769370518ea0ecee76 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 2 Apr 2010 15:48:31 +0000 Subject: [PATCH] - Bump up release number to avoid library sub-packages version issues with previous releases. --- sssd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index 744f182..fc64430 100644 --- a/sssd.spec +++ b/sssd.spec @@ -5,7 +5,9 @@ Name: sssd Version: 1.1.1 -Release: 1%{?dist} +#Never reset the Release, always increment it +#Otherwise we can have issues if library versions do not change +Release: 3%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -441,6 +443,10 @@ fi %postun -n libref_array -p /sbin/ldconfig %changelog +* Fri Apr 02 2010 Simo Sorce - 1.1.1-3 +- Bump up release number to avoid library sub-packages version issues with + previous releases. + * Thu Apr 01 2010 Stephen Gallagher - 1.1.1-1 - New upstream release 1.1.1 - Fixed the IPA provider (which was segfaulting at start)