From 294f33cc4938ed6a99304c2be26cb534dbae74f6 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 22 Dec 2022 13:53:41 +0100 Subject: [PATCH] Add explicit package version requirement --- .libxcvt.metadata | 1 + libxcvt.spec | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .libxcvt.metadata diff --git a/.libxcvt.metadata b/.libxcvt.metadata new file mode 100644 index 0000000..3e2c30f --- /dev/null +++ b/.libxcvt.metadata @@ -0,0 +1 @@ +a57569c7a119afb39c9c2314480d74c5a5854dc3 libxcvt-0.1.2.tar.xz diff --git a/libxcvt.spec b/libxcvt.spec index ea8683b..3eed4b5 100644 --- a/libxcvt.spec +++ b/libxcvt.spec @@ -4,7 +4,7 @@ Name: libxcvt Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: VESA CVT standard timing modelines generator URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/ @@ -23,6 +23,7 @@ implementation of the VESA CVT standard timing modelines generator. %package devel Summary: Development package Requires: pkgconfig +Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for @@ -70,6 +71,10 @@ rm -vf %{buildroot}%{_mandir}/man1/cvt.1* %endif %changelog +* Thu Dec 22 2022 Olivier Fourdan - 0.1.2-2 +- Add explicit package version requirement for the devel package + for rpminspect. + * Tue Jul 19 2022 Olivier Fourdan - 0.1.2-1 - Update to 0.1.2