]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpm: drop cyrus-sasl dep
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 6 Jun 2024 12:08:33 +0000 (13:08 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 7 Jun 2024 13:03:37 +0000 (14:03 +0100)
commit6569ded5def4a41f3383cec1bdae14b4e2bbd0f4
treef4326653e990cf2383e8320368f839c18c76992e
parent971e7678057bd3698e1b0810e7c4c8a0bfa8ff90
rpm: drop cyrus-sasl dep

We link to libsasl2.so, so get a dep on cyrus-sasl-libs automatically.
The dep on cyrus-sasl-gssapi gets us the mechanism that matches our
default config.

The 'cyrus-sasl' package merely contains some man pages and the
saslauthd daemon, which is not required by libvirt. This dep appears
to have been redundant since we first added in

  commit 1b1d647439059b7e10fb94e1ade227fb695d7110
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Wed Dec 5 15:24:15 2007 +0000

    Initial integration of SASL authentication, working for Kerberos only

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in