[krb5] - require libverto-module-base at build- and runtime so that tests which use verto can work proper

Nalin Dahyabhai nalin at fedoraproject.org
Tue Nov 15 18:33:15 UTC 2011


commit a45a82724dc160d02d710abaa39f9a31ac708beb
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Nov 15 13:32:43 2011 -0500

    - require libverto-module-base at build- and runtime so that tests which
      use verto can work properly

 krb5.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list