I'm just curious. Does anyone know where Red Hat publishes the SRPMS
for the updates for RHEL5?
I notice that:
ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/
doesn't have a directory for RHEL5.
Just wondering if Red Hat is changing things around or not.
Main reason I was interested is that I have a problem with the
selinux-policy-targeted RPM which has been fixed in FC6 but I haven't
seen any updates for CentOS 5 or as far as I can tell for RHEL 5.
Thanks,
John
To get heartbeat 2.0.8 to build successfully for me on CentOS5, I needed to add a few BuildRequires to the spec file.
matt
--- heartbeat.spec-orig 2007-05-21 15:45:57.000000000 -0700
+++ heartbeat.spec 2007-05-21 16:14:14.000000000 -0700
@@ -8,7 +8,7 @@
Summary: heartbeat - The Heartbeat Subsystem for High-Availability Linux
Name: heartbeat
Version: 2.0.8
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPL/LGPL
URL: http://linux-ha.org/
Group: Utilities
@@ -21,7 +21,7 @@
BuildPrereq: glib-devel, perl, iputils, /usr/bin/ssh, openssl-devel, libnet
# libnet available from www.ultramonkey.org and others
Requires: sysklogd, heartbeat-stonith = %{version}-%{release}, heartbeat-pils = %{version}-%{release}
-BuildRequires: libgcrypt-devel, lm_sensors-devel, net-snmp-devel
+BuildRequires: libgcrypt-devel, lm_sensors-devel, net-snmp-devel, glib2-devel, python-devel, pam-devel, gnutls-devel, curses-devel
%package ldirectord
Summary: Monitor daemon for maintaining high availability resources
@@ -96,6 +96,10 @@
%endif
%changelog
+* Mon May 21 2007 Matt Albright <mattalbright(a)yahoo.com>
+- added glib2-devel, python-devel, pam-devel, gnutls-devel and curses-devel as
+ build requirements
+
* Sun May 13 2007 Johnny Hughes <johnny(a)centos.org>
- added net-snmp-devel as a build requirement
- fixed an error in 'ipmilan.c' function 'ipmilan_set_config' that prevents
so before I go reinvent the wheel...
does anyone want to recommend a process / toolset that can check for
fixed-version deps in a repository and rebuild the failing deps against a new
version of the deprecated package ?
eg. when a new kernel is built, I want to get a list of all the packages in the
repo that depended on the older version of the kernel, and who no longer work
with the newer one. If there are hooks in this tool to allow me to plumb in a
auto-rebuild-into-a-testing-repo process, that would be star!
The most obvious way seems to be checking the entire repo for closure and
whatever fails, take some action - but that is not a really good way to check
which side is failing. And it also means the new rpms need to be already in a
binary format before I can run the test, so thats not going to work.
What I was thinking of doing was to import the repo metadata, remove details for
the package being superseded, get a before and after picture, then queue in the
now-failing packages behind the new package being built.
Things get even more interesting when there are a bunch of packages being built.
But we can think about that later :)
- KB
--
Karanbir Singh : http://www.karan.org/ : 2522219@icq
Karanbir Singh wrote:
> there arently any, its a 2 liner for a 'for f in' loop to mkisofs, trivial.
I mean scripts from http://mirror.centos.org/centos/4.5/build/distro/ (build.sh) but for
CentOS5.
Or there user can find documentation of full building discs process (createrepo, pkgorder, buildinstall etc)?
They don't appear to be on any of the mirrors..
Unless I'm missing something.
Thanks,
Huw
--
Huw Lynes | Advanced Research Computing
HEC Sysadmin | Cardiff University
| 5 The Parade
Tel: +44 (0) 29 20870321 | Cardiff, CF24 3AA
Hi,
I've been having problems installing CentOS 5 on the DL320 G2 server
which uses one of those fake raid chips. I'm fairly sure it's a an LSI
logic chip supporting 133 ATA x 2, with raid 0, 1 and 1+0 support and
uses the megaide driver. Here are the specs for the system (though they
don't specify the chip in question) -
http://h18004.www1.hp.com/products/quickspecs/11512_div/11512_div.html
When booting with old firmware/bios i get to the point anaconda does
the drive detection and it cannot find any drives. I thought, ok old
firmware i'll try updating to the firmware shipped on the 2007 release
of HP firmware 7.70 CDROM (FW770.2007_0131.52.iso). Now i boot C5 up
from CD and all i see is -
loading vmlinuz....
loading initrd.img....
Ready!..
You cannot disabled the LSI controller in the BIOS, it appears to be the
only ide controller available. I have tried a few kernel parameters such
as enabling disabling apic etc but nothing got me past this point.
Any ideas?
Thanks
Nick
This e-mail is the property of Quadriga Worldwide Ltd, intended for the addressee only and confidential. Any dissemination, copying or distribution of this message or any attachments is strictly prohibited.
If you have received this message in error, please notify us immediately by replying to the message and deleting it from your computer.
Messages sent to and from Quadriga may be monitored.
Quadriga cannot guarantee any message delivery method is secure or error-free. Information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
We do not accept responsibility for any errors or omissions in this message and/or attachment that arise as a result of transmission.
You should carry out your own virus checks before opening any attachment.
Any views or opinions presented are solely those of the author and do not necessarily represent those of Quadriga.
Hi,
is this the right list for discussing this? If there is a better list,
or this is better discussed in PM, divert this thread there :)
===
What hardware does CentOS like to use for its booth?
http://wiki.centos.org/Events/LinuxTag2007 says
# Who brings a demo-system ?
# Anything else to demo ?
# Demo-system (maybe big screen or projector) (Anyone?)
If you could detail this a bit more, I can ask around for some bits
and bolts (I'm living in Berlin). I can't make any promisses, though.
--
Axel.Thimm at ATrpms.net
I was doing some archivere reading on this subject and I saw someone had
suggested that the proper COA would be a wiki page about how to get PHP
5 working with mssql on centos, but I could not find that page in the
wiki. Is there any plans to to do this?
Anthony