|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
Name: xorg-x11-drv-nvidia
|
|
|
|
|
Version: 177.80
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
|
|
|
|
|
|
|
|
|
|
Group: User Interface/X Hardware Support
|
|
|
|
@ -38,7 +38,7 @@ Requires(post): nvidia-kmod >= %{version}
|
|
|
|
|
# Needed in all nvidia or fglrx driver packages
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
Requires: which
|
|
|
|
|
Requires: livna-config-display
|
|
|
|
|
Requires: livna-config-display >= 0.0.21
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
# to prevent i386 package being pulled first and x86_64 package being excluded
|
|
|
|
|
# on x86_64 systems
|
|
|
|
@ -78,7 +78,6 @@ such as OpenGL headers.
|
|
|
|
|
%package libs
|
|
|
|
|
Summary: Libraries for %{name}
|
|
|
|
|
Group: User Interface/X Hardware Support
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
%ifarch %{ix86}
|
|
|
|
|
Provides: %{name}-libs-32bit = %{version}-%{release}
|
|
|
|
|
Obsoletes: %{name}-libs-32bit <= %{version}-%{release}
|
|
|
|
@ -310,6 +309,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Oct 25 2008 Stewart Adam <s.adam at diffingo.com> - 177.80-3
|
|
|
|
|
- Remove the libs subpackage's dependency on main package
|
|
|
|
|
- Update dependency on livna-config-display
|
|
|
|
|
|
|
|
|
|
* Sat Oct 18 2008 Stewart Adam <s.adam at diffingo.com> - 177.80-2
|
|
|
|
|
- Change dependency of main package to libs subpackage in devel subpackage to
|
|
|
|
|
fix multiarch repo push
|
|
|
|
|