From 47502928693f0e223980774fbc22e88ebd3b0a5b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 26 Aug 2008 19:12:15 +0000 Subject: [PATCH] - Fixed Requires: Xorg >= foo to Conflicts: Xorg < foo. --- compiz.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/compiz.spec b/compiz.spec index 3a94468..8dfc2a9 100644 --- a/compiz.spec +++ b/compiz.spec @@ -14,7 +14,7 @@ URL: http://www.go-compiz.org License: GPLv2+ and LGPLv2+ and MIT Group: User Interface/Desktops Version: 0.7.6 -Release: 9%{?dist} +Release: 10%{?dist} Summary: OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -22,9 +22,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # libdrm is not available on these arches ExcludeArch: s390 s390x -Requires: xorg-x11-server-Xorg >= 1.3.0.0-19.fc8 +Conflicts: xorg-x11-server-Xorg < 1.3.0.0-19.fc8 Requires: mesa-libGL >= 7.0.1-2.fc8 -Requires: system-logos +Requires: system-logos Requires(post): desktop-file-utils BuildRequires: libX11-devel, libdrm-devel, libwnck-devel @@ -337,6 +337,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 26 2008 Adam Jackson 0.7.6-10 +- Fixed Requires: Xorg >= foo to Conflicts: Xorg < foo. + * Tue Jul 15 2008 Tom "spot" Callaway - 0.7.6-9 - fix license tag