diff --git a/libxcvt.spec b/libxcvt.spec index b9db990..7798b45 100644 --- a/libxcvt.spec +++ b/libxcvt.spec @@ -1,6 +1,6 @@ Name: libxcvt Version: 0.1.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: VESA CVT standard timing modelines generator URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/ @@ -19,6 +19,7 @@ implementation of the VESA CVT standard timing modelines generator. %package devel Summary: Development package Requires: pkgconfig +Requires: libxcvt%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for @@ -27,6 +28,7 @@ developing applications that use %{name}. %package -n cvt Summary: Command line tool to calculate VESA CVT mode lines Conflicts: xorg-x11-server-Xorg < 1.21 +Requires: libxcvt%{?_isa} = %{version}-%{release} %description -n cvt A standalone version of the command line tool cvt copied from the Xorg @@ -58,6 +60,9 @@ provided by the Xorg server. %{_mandir}/man1/cvt.1* %changelog +* Mon Jul 1 2024 Olivier Fourdan - 0.1.2-8 +- Fix explicit package version requirement (RHEL-45635). + * Mon Jun 24 2024 Troy Dawson - 0.1.2-7 - Bump release for June 2024 mass rebuild