Add requires for libX11 to avoid mismatches when updating
This commit is contained in:
parent
8b3d09f020
commit
a1d8f40ae1
@ -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 <peter.hutterer@redhat.com> 1.5.99.2-4
|
||||
- Add requires for libX11 to avoid mismatches when updating
|
||||
|
||||
* Fri Jan 27 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.2-3
|
||||
- Bump libX11-devel requirement up to what configure actually wants
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user