[systemtap] use file based requires

Dennis Gilmore ausil at fedoraproject.org
Fri Jul 13 13:41:45 UTC 2012


commit 17dcdfd1312f27dd93597938d261ef42fc596a4f
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Jul 13 08:41:29 2012 -0500

    use file based requires

 systemtap.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/systemtap.spec b/systemtap.spec
index 7cb0cf7..b8f2a56 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -228,7 +228,7 @@ Requires: avahi
 Requires: crash
 %endif
 %ifarch x86_64
-Requires: glibc-devel(%{__isa_name}-32)
+Requires: /usr/lib/libc.so
 %endif
 
 %description testsuite
@@ -588,6 +588,7 @@ exit 0
 %changelog
 * Fri Jul 13 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.8-4
 - Fix ifarch statement
+- use file based requires for glibc-devel on x86_64 so that we work in koji
 
 * Wed Jul 11 2012 Frank Ch. Eigler <fche at redhat.com> - 1.8-3
 - PR14348 task_work_add race condition fix


More information about the scm-commits mailing list