setup_native: add 64 bit provides to fake-db.rpm
This commit is contained in:
parent
60e3570219
commit
7a080d0f46
1 changed files with 3 additions and 0 deletions
|
@ -9,8 +9,11 @@ AutoReqProv: no
|
|||
%define _tmppath /tmp
|
||||
#BuildRoot: %{_tmppath}/%{name}-root
|
||||
Provides: libgnomevfs-2.so.0
|
||||
Provides: libgnomevfs-2.so.0()(64bit)
|
||||
Provides: libgconf-2.so.4
|
||||
Provides: libgconf-2.so.4()(64bit)
|
||||
Provides: libfreetype.so.6
|
||||
Provides: libfreetype.so.6()(64bit)
|
||||
Provides: /bin/sh
|
||||
Provides: /bin/basename
|
||||
Provides: /bin/cat
|
||||
|
|
Loading…
Reference in a new issue