From ab6f3739e81417546f82aa704e8f624e489c874e Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 26 Nov 2014 11:17:29 +0100 Subject: [PATCH] Fix typo in libwbclient-devel %preun --- sssd.spec | 7 +++++-- 1 file 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 - 1.12.2-4 +- Fix typo in libwbclient-devel %preun + * Tue Nov 25 2014 Jakub Hrozek - 1.12.2-3 - Use alternatives for libwbclient