Must BuildRequire qt3 now that Fedora has renamed qt4 to qt
This commit is contained in:
parent
62398503b6
commit
6052acb3b0
@ -1,7 +1,7 @@
|
||||
Summary: A complete ODBC driver manager for Linux
|
||||
Name: unixODBC
|
||||
Version: 2.2.12
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.unixODBC.org/
|
||||
# Programs are GPL, libraries are LGPL, except News Server library is GPL.
|
||||
@ -19,7 +19,7 @@ Patch6: unixODBC-2.2.11-stricmp.patch
|
||||
|
||||
Conflicts: iodbc
|
||||
BuildRequires: libX11-devel libXt-devel libXext-devel
|
||||
BuildRequires: qt-devel readline-devel
|
||||
BuildRequires: qt3-devel readline-devel
|
||||
BuildRequires: automake autoconf libtool bison flex
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
@ -175,6 +175,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Apr 4 2008 Tom Lane <tgl@redhat.com> 2.2.12-7
|
||||
- Must BuildRequire qt3 now that Fedora has renamed qt4 to qt
|
||||
Resolves: #440798
|
||||
|
||||
* Mon Feb 11 2008 Tom Lane <tgl@redhat.com> 2.2.12-6
|
||||
- Move libodbcinst.so symlink into main package, since it's often dlopen'd
|
||||
Related: #204882
|
||||
|
Loading…
Reference in New Issue
Block a user