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
|
Name: libxcvt
|
||||||
Version: 0.1.2
|
Version: 0.1.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: VESA CVT standard timing modelines generator
|
Summary: VESA CVT standard timing modelines generator
|
||||||
|
|
||||||
URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/
|
URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/
|
||||||
@ -19,6 +19,7 @@ implementation of the VESA CVT standard timing modelines generator.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development package
|
Summary: Development package
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
Requires: libxcvt%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -27,6 +28,7 @@ developing applications that use %{name}.
|
|||||||
%package -n cvt
|
%package -n cvt
|
||||||
Summary: Command line tool to calculate VESA CVT mode lines
|
Summary: Command line tool to calculate VESA CVT mode lines
|
||||||
Conflicts: xorg-x11-server-Xorg < 1.21
|
Conflicts: xorg-x11-server-Xorg < 1.21
|
||||||
|
Requires: libxcvt%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n cvt
|
%description -n cvt
|
||||||
A standalone version of the command line tool cvt copied from the Xorg
|
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*
|
%{_mandir}/man1/cvt.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.1.2-7
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user