Top "Rpmbuild" questions

rpmbuild command used to build rpms from rpm SPEC files

RPM-Build -How to print error message at rpm install at client

my requirement is that i want to print some message on screen if rpm install fails in any case at …

rpm rpmbuild rpm-spec sharpmap
Set permissions after RPM install

I use this spec file to use RPM files Name: pack-agent Version: 1.0 Release: 1%{?dist} Summary: Linux Agent installation script Group: …

rpm rpmbuild rpm-spec
Disable rpmbuild automatic requirement finding

The default behavior of rpmbuild seems to be to scan every file in the buildroot for #! lines and add those …

centos packaging rpm rpmbuild
rpmbuild %clean phase without removing files

I am getting the following in my build log: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CgE2Qn + umask 022 + …

rpm rpmbuild
rpmbuild: how to skip generation of "debuginfo" packages (without change SPEC file ; neither .rpmmacros)

We need to (re)generated third party packages on EL7 but we don't want to change SPEC file as suggested (%…

rpmbuild
rpmbuild: How can I use rpmbuild tell autoconf or configure to disable a flag?

I am running on a CentOS 5.7 system. I downloaded a source package and a .spec file from someone else. I …

compilation rpmbuild
Exclude or delete directory path from %files in rpm.spec file

My spec files path looks like below : /opt/OV /opt/OV/NonOV /opt/OV/NonOV/ABCD /opt/OV/NonOV/ABCD/…

rpm rpmbuild rpm-spec
Simple spec file for creating RPM package

I have a binary Java run.jar file, a bash script run.sh which executes run.jar via java -jar. …

fedora rpmbuild rpm-spec
what does find-debuginfo.sh in rpmbuild do? how can I get rid of it?

I have two boxes that I'm using to build a source rpm. One of them runs: /usr/lib/rpm/find-debuginfo.…

rpm rpmbuild
rpmbuild issues on CentOS - Bad exit status from /home/me/rpmbuild/tmp/rpm-tmp.58942

I'm trying to create a package that only updates files on the system, but I keep getting errors when rpmbuild …

rpm rpmbuild