From ef938d96c085ff70e6c78a221f852d72b9edeac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Wed, 14 Sep 2016 13:08:48 +0200 Subject: [PATCH] Fix smbspool alternatives handling during samba-client uninstall Guenther --- samba.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index 64ceed1..5917776 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.5.0 %define talloc_version 2.1.8 @@ -915,7 +915,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 @@ -1996,6 +1996,9 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog +* Wed Sep 14 2016 Guenther Deschner - 4.5.0-2 +- Fix smbspool alternatives handling during samba-client uninstall + * Wed Sep 07 2016 Guenther Deschner - 4.5.0-1 - Update to Samba 4.5.0