Fix explicit package version requirement
Resolves: https://issues.redhat.com/browse/RHEL-45635
This commit is contained in:
parent
5543168d04
commit
b696fd0415
@ -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 <ofourdan@redhat.com> - 0.1.2-8
|
||||
- Fix explicit package version requirement (RHEL-45635).
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.1.2-7
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user