[sssd] Fix typo in libwbclient-devel %preun

Jakub Hrozek jhrozek at fedoraproject.org
Wed Nov 26 11:01:11 UTC 2014


commit ab6f3739e81417546f82aa704e8f624e489c874e
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Wed Nov 26 11:17:29 2014 +0100

    Fix typo in libwbclient-devel %preun

 sssd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index 404f8fe..b030bf9 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -25,7 +25,7 @@
 
 Name: sssd
 Version: 1.12.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -878,10 +878,13 @@ fi
 if [ $1 -eq 0 ]; then
         %{_sbindir}/update-alternatives --remove \
                                 libwbclient.so%{libwbc_alternatives_suffix} \
-                                %%{_libdir}/%{name}/modules/libwbclient.so
+                                %{_libdir}/%{name}/modules/libwbclient.so
 fi
 
 %changelog
+* Wed Nov 26 2014 Jakub Hrozek <jhrozek at redhat.com> - 1.12.2-4
+- Fix typo in libwbclient-devel %preun
+
 * Tue Nov 25 2014 Jakub Hrozek <jhrozek at redhat.com> - 1.12.2-3
 - Use alternatives for libwbclient
 


More information about the scm-commits mailing list