Tagged Questions
1
vote
0answers
49 views
How do I install additional modules when building an Apache RPM?
We've been compiling and installing Apache under /usr/local/apache2 and in turn would tar the folder up to distribute to our other servers. I would like to convert this into an RPM package for easier ...
1
vote
1answer
94 views
%post section of rpmbuild not interactive
Situation: I'm trying to build a custom rpm to place a config file in a particular location. The installation completes fine by placing config files in proper directories but the %post section is not ...
1
vote
2answers
63 views
SSNiper SSN Scanner support
I work for a major university and we have a policy that requires annual scanning of all computers for social security numbers (SSNs). I started using a utility called SSNiper that was created at UIUC. ...
6
votes
1answer
640 views
What is the proper way to set SELinux context in an RPM .spec?
I am trying to build an RPM that targets RHEL4 and 5. Right now I call chcon from %post but multiple Google entries say "that's not how you are supposed to do it" with very limited help on the right ...
3
votes
1answer
129 views
unresolved dependencies of bz* files for rpm make from source
I am trying to do a build of rpm from source. I got through the ./configure and ran through a good chunk of make. Unfortunately I keeping getting stopped up on undefined references to bzerror, ...
4
votes
1answer
539 views
How can I specify OS-conditional build requirements in an RPM spec file?
I am trying to work my way around with the BuildPrereq flag in the spec files.
I want a few pre-requisites to be included if the OS is of a particular version. something like
if os == fedora 4
...