[sssd/f13/master] Fix library version mistake

Stephen Gallagher sgallagh at fedoraproject.org
Mon Aug 2 19:37:13 UTC 2010


commit 68b3843185c3e01bb2b0c698b7888f65a910e683
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Aug 2 15:36:24 2010 -0400

    Fix library version mistake

 sssd.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index 831a4a1..b4b9dd3 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -7,7 +7,7 @@ Name: sssd
 Version: 1.2.2
 #Never reset the Release, always increment it
 #Otherwise we can have issues if library versions do not change
-Release: 17%{?dist}
+Release: 18%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -369,8 +369,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc common/collection/COPYING
 %doc common/collection/COPYING.LESSER
-%{_libdir}/libcollection.so.1
-%{_libdir}/libcollection.so.1.0.0
+%{_libdir}/libcollection.so.2
+%{_libdir}/libcollection.so.2.0.0
 
 %files -n libcollection-devel
 %defattr(-,root,root,-)
@@ -453,7 +453,7 @@ fi
 %postun -n libref_array -p /sbin/ldconfig
 
 %changelog
-* Mon Aug 02 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.2.2-17
+* Mon Aug 02 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.2.2-18
 - New stable upstream version 1.2.2
 - The LDAP provider no longer requires access to the LDAP RootDSE. If it is
 - unavailable, we will continue on with our best guess


More information about the scm-commits mailing list