Quote:
Originally Posted by TheBigRed
@Yellowman
speed-dreams is now available on the fedora updates-testing repo, but couldn't install
due a problem with opengl-games-utils.
opengl-games-utils is only available as platform independet version (noarch).
Code:
yum install --enablerepo=updates-testing speed-dreams-2.1.0-9.trunk_r4810.fc17
Loaded plugins: auto-update-debuginfo, fastestmirror, langpacks, presto, refresh-packagekit, tidy-cache
Loading mirror speeds from cached hostfile
* fedora: mirror.switch.ch
* rpmfusion-free: mirror.switch.ch
* rpmfusion-free-updates: mirror.switch.ch
* rpmfusion-nonfree: mirror.switch.ch
* rpmfusion-nonfree-updates: mirror.switch.ch
* updates: mirror.switch.ch
* updates-testing: mirror.switch.ch
Resolving Dependencies
--> Running transaction check
---> Package speed-dreams.x86_64 0:2.1.0-9.trunk_r4810.fc17 will be installed
--> Processing Dependency: opengl-games-utils(x86-64) for package: speed-dreams-2.1.0-9.trunk_r4810.fc17.x86_64
--> Processing Dependency: libFreeSOLID.so.0()(64bit) for package: speed-dreams-2.1.0-9.trunk_r4810.fc17.x86_64
--> Running transaction check
---> Package FreeSOLID.x86_64 0:2.1.1-12.fc17 will be installed
---> Package speed-dreams.x86_64 0:2.1.0-9.trunk_r4810.fc17 will be installed
--> Processing Dependency: opengl-games-utils(x86-64) for package: speed-dreams-2.1.0-9.trunk_r4810.fc17.x86_64
--> Finished Dependency Resolution
Error: Package: speed-dreams-2.1.0-9.trunk_r4810.fc17.x86_64 (updates-testing)
Requires: opengl-games-utils(x86-64)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Code:
rpm -qa |grep opengl-games
opengl-games-utils-0.2-2.fc17.noarch
does this mean, the spec file must be patched again. ?
Code:
diff -Naur speed-dreams-old.spec speed-dreams.spec
--- speed-dreams-old.spec 2012-08-19 11:05:06.169292389 +0200
+++ speed-dreams.spec 2012-08-19 11:05:59.778297047 +0200
@@ -36,7 +36,7 @@
Source5: %{name}.desktop
Provides: %{name} = %{version}-%{release}
-Requires: opengl-games-utils%{?_isa}
+Requires: opengl-games-utils
BuildRequires: cmake
BuildRequires: chrpath
BuildRequires: desktop-file-utils
|
Sorry, my mistake.
Yes your patch is needed.
---------- Post added at 11:38 AM ---------- Previous post was at 10:17 AM ----------
Quote:
Originally Posted by Yellowman
Sorry, my mistake.
Yes your patch is needed.
|
At least my provides idea for the main package seems to work.