KaiGai Kohei wrote:
Dominick Grift wrote:
On Tue, 2008-09-30 at 13:19 +0900, KaiGai Kohei wrote:
Dominick,
Show the package:
http://koji.fedoraproject.org/koji/buildinfo?buildID=64748
It will be able to help your matter.
hello
sh-3.2# rpm -Uvh sepostgresql-8.3.4-2.1067.fc9.x86_64.rpm
error: Failed dependencies:
postgresql-server = 8.3.4 is needed by
sepostgresql-8.3.4-2.1067.fc9.x86_64
It will be released soon, but not uploaded to Fedora 9 updates repository yet.
You can obtain the latest updates package from:
http://koji.fedoraproject.org/koji/buildinfo?buildID=64273
In addition, it requires selinux-3.3.1-96.fc9 packages from:
http://koji.fedoraproject.org/koji/buildinfo?buildID=64649
(But I don't know whether Dan want to push it to Fedora9 updates, or not.)
If you cannot wait for several days, plese obtain these packages by hand,
and apply them as follows:
# rpm -Uvh sepostgresql-8.3.4-2.1067.fc9.x86_64.rpm \
postgresql-*8.3.4-1.fc9.x86_64.rpm \
selinux-policy-*3.3.1-96.fc9.noarch.rpm
BTW, there are no actual problem to mix postgresql-server-8.3.3 and
sepostgresql-8.3.4, because they has same major version number (8.3.x).
However, specfile of RPM does not allow to write a dependency to a part
of version number like "Requires: postgresql-server-8.3.*".
If someone knows the way to describe it cool, please tell me.
Perhaps this?:
Requires: postgresql-server >= 8.3
Conflicts: postgresql-server >= 8.4
Paul.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with
the words "unsubscribe selinux" without quotes as the message.