Fix typo in winbind-krb-locator post uninstall script.
authorAndreas Schneider <asn@cryptomilk.org>
Mon, 17 Dec 2012 10:27:48 +0000 (11:27 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 17 Dec 2012 10:28:06 +0000 (11:28 +0100)
samba.spec

index e578970e857002cfc1fd7555f697fe97b8bf4dd8..d379739e04058a112aa60e10f1d069a7384d75a9 100644 (file)
@@ -1,7 +1,7 @@
 # Set --with testsuite or %bcond_without to run the Samba torture testsuite.
 %bcond_with testsuite
 
-%define main_release 173
+%define main_release 174
 
 %define samba_version 4.0.0
 %define talloc_version 2.0.7
@@ -674,7 +674,7 @@ TDB_NO_FSYNC=1 make %{?_smp_mflags} test
 %postun winbind-krb5-locator
 if [ "$1" -ge "1" ]; then
         if [ "`readlink %{_sysconfdir}/alternatives/winbind_krb5_locator.so`" == "%{_libdir}/winbind_krb5_locator.so" ]; then
-                %{_sbindir}/update-alternatives --set winbind_krb5_locator %{_libdir}/winbind_krb5_locator.so
+                %{_sbindir}/update-alternatives --set winbind_krb5_locator.so %{_libdir}/winbind_krb5_locator.so
         fi
 fi
 
@@ -1331,6 +1331,9 @@ rm -rf %{buildroot}
 %{_mandir}/man7/winbind_krb5_locator.7*
 
 %changelog
+* Mon Dec 17 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-174
+- Fix typo in winbind-krb-locator post uninstall script.
+
 * Tue Dec 11 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-173
 - Update to Samba 4.0.0.