Fix client postun path for smbspool handling

Guenther
This commit is contained in:
Günther Deschner 2016-09-14 12:18:11 +02:00
parent db8cc2574d
commit d98ace60c1
1 changed files with 5 additions and 2 deletions

View File

@ -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 <gdeschner@redhat.com> - 4.4.5-2
- Fix smbspool alternatives handling during samba-client uninstall
* Thu Jul 07 2016 Guenther Deschner <gdeschner@redhat.com> - 4.4.5-1
- Update to Samba 4.4.5
- resolves: #1353504 - CVE-2016-2119