[sssd/f21] Fix typo in libwbclient-devel %preun

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


commit ca2cdbaab3ce2c133e51ca1beea8bf756592a6c3
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 01a7f40..cea2739 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