From a1d8f40ae142eabd6f4abd3e5123ba497935a866 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 6 Feb 2012 23:20:49 +1000 Subject: [PATCH] Add requires for libX11 to avoid mismatches when updating --- libXi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libXi.spec b/libXi.spec index ff56759..2ef7c69 100644 --- a/libXi.spec +++ b/libXi.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 libXi runtime library Name: libXi Version: 1.5.99.2 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{dist} +Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -25,6 +25,8 @@ BuildRequires: libX11-devel >= 1.4.99.1 BuildRequires: libXext-devel BuildRequires: xmlto asciidoc >= 8.4.5 +Requires: libX11 >= 1.4.99.1 + %description X.Org X11 libXi runtime library @@ -87,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Feb 06 2012 Peter Hutterer 1.5.99.2-4 +- Add requires for libX11 to avoid mismatches when updating + * Fri Jan 27 2012 Peter Hutterer 1.5.99.2-3 - Bump libX11-devel requirement up to what configure actually wants