[libvirt] [PATCH] spec: Move SASL configuration file from -libs to -daemon

Andrea Bolognani posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180621142110.4990-1-abologna@redhat.com
Test syntax-check passed
libvirt.spec.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[libvirt] [PATCH] spec: Move SASL configuration file from -libs to -daemon
Posted by Andrea Bolognani 5 years, 10 months ago
SASL authentication is configured server-side, so the sample
configuration file should be shipped along with the daemon
rather than with the libraries.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 libvirt.spec.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index ace05820aa..54549cc737 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1773,6 +1773,7 @@ exit 0
 %config(noreplace) %{_sysconfdir}/libvirt/libvirtd.conf
 %config(noreplace) %{_sysconfdir}/libvirt/virtlogd.conf
 %config(noreplace) %{_sysconfdir}/libvirt/virtlockd.conf
+%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
 %config(noreplace) %{_prefix}/lib/sysctl.d/60-libvirtd.conf
 
 %config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd
@@ -2060,8 +2061,6 @@ exit 0
 
 %{_datadir}/libvirt/test-screenshot.png
 
-%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
-
 %files admin
 %{_mandir}/man1/virt-admin.1*
 %{_bindir}/virt-admin
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] spec: Move SASL configuration file from -libs to -daemon
Posted by Michal Prívozník 5 years, 9 months ago
On 06/21/2018 04:21 PM, Andrea Bolognani wrote:
> SASL authentication is configured server-side, so the sample
> configuration file should be shipped along with the daemon
> rather than with the libraries.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  libvirt.spec.in | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

ACK

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list