From 748379c59637280c68e6f3d4dc2cb2152617f7bc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 13 Oct 2017 10:32:20 +0200 Subject: [PATCH] Move libdfs-server-ad to the correct subpackage --- samba.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/samba.spec b/samba.spec index 0c19e2d..c684dc8 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 13 +%define main_release 14 %define samba_version 4.7.0 %define talloc_version 2.1.9 @@ -1698,7 +1698,6 @@ rm -rf %{buildroot} %{_libdir}/samba/service/winbindd.so %{_libdir}/samba/service/wrepl.so %{_libdir}/libdcerpc-server.so.* -%{_libdir}/samba/libdfs-server-ad-samba4.so %{_libdir}/samba/libdnsserver-common-samba4.so %{_libdir}/samba/libdsdb-module-samba4.so %{_libdir}/samba/libdsdb-garbage-collect-tombstones-samba4.so @@ -1884,6 +1883,7 @@ rm -rf %{buildroot} %{_libdir}/samba/libcluster-samba4.so %{_libdir}/samba/libcommon-auth-samba4.so %{_libdir}/samba/libdcerpc-samba4.so +%{_libdir}/samba/libdfs-server-ad-samba4.so %{_libdir}/samba/libnon-posix-acls-samba4.so %{_libdir}/samba/libsamba-net-samba4.so %{_libdir}/samba/libsamba-python-samba4.so @@ -3358,11 +3358,14 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog -* Fri Oct 06 2017 Alexander Bokovoy - 4.7.0-0.13 +* Fri Oct 13 2017 Andreas Schneider - 4.7.0-14 +- resolves: #1499140 - Move libdfs-server-ad to the correct subpackage + +* Fri Oct 06 2017 Alexander Bokovoy - 4.7.0-13 - Move %{_libdir}/samba/libdsdb-garbage-collect-tombstones-samba4.so to %{name}-dc-libs - Rebuild in rawhide against new krb5 1.16 and docbook-xml -* Thu Sep 21 2017 Guenther Deschner - 4.7.0-0.12 +* Thu Sep 21 2017 Guenther Deschner - 4.7.0-12 - Update to Samba 4.7.0 - resolves: #1493441 - Security fix for CVE-2017-12150 CVE-2017-12151 CVE-2017-12163