diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 58594cb..ac2c80b 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,6 +1,6 @@ Name: libxkbcommon Version: 1.7.0 -Release: 2%{?gitdate:.%{gitdate}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}}%{?dist} Summary: X.Org X11 XKB parsing library License: MIT AND X11 AND MIT-CMU URL: http://www.x.org @@ -52,6 +52,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %package x11-utils Summary: X.Org X11 XKB parsing utilities +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-x11%{?_isa} = %{version}-%{release} Requires: %{name}-utils%{?_isa} = %{version}-%{release} @@ -125,6 +126,9 @@ Requires: %{name}-utils%{?_isa} = %{version}-%{release} %{_mandir}/man1/xkbcli-interactive-x11.1.gz %changelog +* Mon Jul 15 2024 Peter Hutterer - 1.7.0-3 +- Explicitly Require libxkbcommon in x11-utils for rpminspect + * Thu Jul 11 2024 Peter Hutterer - 1.7.0-2 - libxkbcommon 1.7.0 - Split the x11-utils into their own subpackage with the right requires