- Added "Requires: libX11-devel, libXext-devel" to work around bug
(#176674).
This commit is contained in:
parent
2e29f8b1bc
commit
6786ef198a
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXss runtime library
|
||||
Name: libXScrnSaver
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -24,6 +24,10 @@ Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
|
||||
# NOTE: libX11-devel, libXext-devel were added to work around bug (#176674)
|
||||
Requires: libX11-devel
|
||||
Requires: libXext-devel
|
||||
|
||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||
|
||||
%description devel
|
||||
@ -77,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3x*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 16 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
|
||||
- Added "Requires: libX11-devel, libXext-devel" to work around bug (#176674).
|
||||
|
||||
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
|
||||
- Updated libXScrnSaver to version 1.0.0 from X11R7 RC4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user