From 7c432c4f48de1bdb9b1dc8376976741fcf3b76be Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Feb 26 2013 20:48:57 +0000 Subject: testsuite: Require dyninst-devel for the libdyninstAPI_RT.so symlink --- diff --git a/dyninst.spec b/dyninst.spec index 826813a..8b7e5ef 100644 --- a/dyninst.spec +++ b/dyninst.spec @@ -2,7 +2,7 @@ Summary: An API for Run-time Code Generation License: LGPLv2+ Name: dyninst Group: Development/Libraries -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.dyninst.org Version: 8.0 Exclusiveos: linux @@ -75,7 +75,7 @@ the dyninst user-space libraries and interfaces. %package testsuite Summary: Programs for testing Dyninst Group: Development/System -Requires: dyninst = %{version}-%{release} +Requires: dyninst-devel = %{version}-%{release} %description testsuite dyninst-testsuite includes the test harness and target programs for making sure that dyninst works properly. @@ -158,6 +158,9 @@ chmod 644 %{buildroot}%{_libdir}/dyninst/testsuite/* %attr(755,-,-) %{_libdir}/dyninst/testsuite/* %changelog +* Tue Feb 26 2013 Josh Stone 8.0-7 +- testsuite: Require dyninst-devel for the libdyninstAPI_RT.so symlink + * Tue Feb 26 2013 Josh Stone 8.0-6 - Fix the testsuite path to include libtestlaunch.so