ogdi (or one of its subpacakges) has multiarch conflicts when installed for both i386 and x86_64 in the Fedora development tree. For help in resolving them, see http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks. file /usr/bin/ogdi-config from install of ogdi-devel-3.2.0-0.5.beta1.fc7 conflicts with file from package ogdi-devel-3.2.0-0.5.beta1.fc7 (Note that this is an automated bug filing.) It would be nice to have these bugs fixed by the beta of Fedora 9.
Me Balint Cristian as former redhat employee, would like to please to grant for my Balint Cristian <rezso> access from a non RH account: My account looks like this (i pass CLA and so on): cvsextras rezso user unapproved None fedorabugs rezso user unapproved Unneeded I guess i need new sponsorshisp since i cannot access cbalint anymore for obvious reason, so I have to use non RH account for future.
Package Change Request ====================== Package Name: gdal Owners: rezso
need fas account names not email addresses
Did you mean odgi as the package name here?
Package Change Request ====================== Package Name: ogdi Owners: rezso
This seems to be done via the pkgdb web interface. Feel free to reset if you need further cvs admin action.
Thanks Tommy, proceeding with bz# fix now.
Fixed. Bill, can please close it for me ? I am not anymore cbalint, i can't colse. +# we have multilib ogdi-config +%if "%{_lib}" == "lib" +%define cpuarch 32 +%else +%define cpuarch 64 +%endif + +# fix file(s) for multilib issue +touch -r ogdi-config.in ogdi-config # install pkgconfig file and ogdi-config mkdir -p %{buildroot}%{_libdir}/pkgconfig install -p -m 644 ogdi.pc %{buildroot}%{_libdir}/pkgconfig/ -install -p -m 755 ogdi-config %{buildroot}%{_bindir} +install -p -m 755 ogdi-config %{buildroot}%{_bindir}/ogdi-config-%{cpuarch}