From a8b67586d5cd8237f827386f264266c3be5e8ab3 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 17 May 2017 15:44:42 -0400 Subject: [PATCH] Add Requires: %{name} = %{version}-%{release} to the tests subpackage --- cogl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cogl.spec b/cogl.spec index 7fa5baf..3e5f22e 100644 --- a/cogl.spec +++ b/cogl.spec @@ -6,7 +6,7 @@ Name: cogl Version: 1.22.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library for using 3D graphics hardware to draw pretty pictures License: LGPLv2+ @@ -81,6 +81,7 @@ This package contains documentation for %{name}. %if 0%{?with_tests} %package tests +Requires: %{name} = %{version}-%{release} Summary: Tests for %{name} %description tests @@ -155,6 +156,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so %endif %changelog +* Mon May 17 2017 Owen Taylor - 1.22.2-4 +- Add Requires: %{name} = %{version}-%{release} to the tests subpackage + * Fri Feb 10 2017 Fedora Release Engineering - 1.22.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild