Fix smbspool alternatives handling during samba-client uninstall
Guenther
This commit is contained in:
parent
119990afb5
commit
ef938d96c0
@ -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 <gdeschner@redhat.com> - 4.5.0-2
|
||||
- Fix smbspool alternatives handling during samba-client uninstall
|
||||
|
||||
* Wed Sep 07 2016 Guenther Deschner <gdeschner@redhat.com> - 4.5.0-1
|
||||
- Update to Samba 4.5.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user