Forum OpenACS Development: Re: AOLserver et. al. RPMs available

Collapse
Posted by Lamar Owen on
[Running up against the limitations of a web forum versus a threaded mailing list...]

Several replies here:

Bart, as just a minor point of information, CentOS 4 is a RHEL4 rebuild, so binaries built on CentOS4 in theory should run unmodified on Red Hat Enterprise Linux 4.

On the Mandrake questions, when rebuilding on CentOS 4 the only thing that I had to make sure I did was set the unpackaged files macro to 0 instead of the default of 1.

My rebuild of Bart's daemontools package installs thusly:
[root@www ~]# rpm -ql daemontools
/command
/command/envdir
/command/envuidgid
/command/fghack
/command/multilog
/command/pgrphack
/command/readproctitle
/command/setlock
/command/setuidgid
/command/softlimit
/command/supervise
/command/svc
/command/svok
/command/svscan
/command/svscanboot
/command/svstat
/command/tai64n
/command/tai64nlocal
/package
/package/admin/daemontools
/package/admin/daemontools-0.76/command
[snip]
/package/admin/daemontools-0.76/src/warn-shsgr
/package/admin/daemontools-0.76/src/x86cpuid.c
/service
/usr/local/bin/envdir
/usr/local/bin/envuidgid
/usr/local/bin/fghack
/usr/local/bin/multilog
/usr/local/bin/pgrphack
/usr/local/bin/readproctitle
/usr/local/bin/setlock
/usr/local/bin/setuidgid
/usr/local/bin/softlimit
/usr/local/bin/supervise
/usr/local/bin/svc
/usr/local/bin/svok
/usr/local/bin/svscan
/usr/local/bin/svscanboot
/usr/local/bin/svstat
/usr/local/bin/tai64n
/usr/local/bin/tai64nlocal
/usr/sbin
/usr/sbin/svcgroup
/usr/share/doc/daemontools-0.76/CHANGES
/usr/share/doc/daemontools-0.76/README
/usr/share/doc/daemontools-0.76/README_rpm
/usr/share/doc/daemontools-0.76/TODO
[root@www ~]#

And Bart, you're welcome. I have a few years of packaging experience for PostgreSQL under my belt; getting RPM's right is nontrivial.