From d98ace60c13754dd8c9a648690fd07beab87a15b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sep 14 2016 11:05:41 +0000 Subject: Fix client postun path for smbspool handling Guenther --- diff --git a/samba.spec b/samba.spec index 0878f9e..30db2c5 100644 --- a/samba.spec +++ b/samba.spec @@ -6,7 +6,7 @@ # ctdb is enabled by default, you can disable it with: --without clustering %bcond_without clustering -%define main_release 1 +%define main_release 2 %define samba_version 4.4.5 %define talloc_version 2.1.6 @@ -921,7 +921,7 @@ fi %postun client if [ $1 -eq 0 ] ; then - %{_sbindir}/update-alternatives --remove cups_backend_smb %{_libexecdir}/samba/smbspool + %{_sbindir}/update-alternatives --remove cups_backend_smb %{_bindir}/smbspool fi %post client-libs -p /sbin/ldconfig @@ -1999,6 +1999,9 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog +* Wed Sep 14 2016 Guenther Deschner - 4.4.5-2 +- Fix smbspool alternatives handling during samba-client uninstall + * Thu Jul 07 2016 Guenther Deschner - 4.4.5-1 - Update to Samba 4.4.5 - resolves: #1353504 - CVE-2016-2119