From a45a82724dc160d02d710abaa39f9a31ac708beb Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 15 Nov 2011 13:32:43 -0500 Subject: [PATCH] - require libverto-module-base at build- and runtime so that tests which use verto can work properly --- krb5.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/krb5.spec b/krb5.spec index 6787892..24ed5a7 100644 --- a/krb5.spec +++ b/krb5.spec @@ -136,6 +136,11 @@ Requires(preun): /sbin/install-info Requires: mktemp # portreserve is used by init scripts for kadmind, kpropd, and krb5kdc Requires: portreserve +%if %{WITH_SYSVERTO} +# for run-time, and for parts of the test suite +BuildRequires: libverto-module-base +Requires: libverto-module-base +%endif %description server Kerberos is a network authentication system. The krb5-server package