Top "Rpmbuild" questions

rpmbuild command used to build rpms from rpm SPEC files

what does the rpmbuild warning "File listed twice" ACTUALLY MEAN?

I need to specify common attributes for one of the major directories in the package, and special permission for some …

installation rpm rhel rpmbuild software-packaging
Private repository - update so new rpms can be pulled immediately

I setup a private repository (local mount for now) and built custom rpms. The idea is to build the rpm, …

rpm rpmbuild
rpmbuild simple copy of files

Looking for someone to just clarify the %install macro when it comes to just placing files. I created a RPM …

rpm rpmbuild
How to set the rpmbuild destination folder

I noticed rpmbuild (-bb and --buildroot options) creates the .rpm in different locations depending of what OS are you using: …

redhat rpm rpmbuild
How do you make _topdir relative to the location of the .spec file when building an RPM?

I have a .spec file that relies on a variable called _topdir. Right now when you checkout the SRPM source …

relative-path rpm rpmbuild rpm-spec
Passing user defined argument to RPM is possible while installing?

Passing User defined argument to RPM is possible while installing?. for example: ~>rpm -i sample.rpm -license_path=/path/ …

linux rpm rpmbuild
rpmbuild change compression format

I try to pack some map files for our geoserver in an internal rpm package. For the build part, this …

compression rpm rpmbuild rpm-spec
Error trying to sign RPM

I am trying to build and sign an RPM. I created my .rpmmacro file in the location I am building /…

rpm signing gnupg rpmbuild
RPM build error

I needed some help debugging my rpm build. Any time it encounters a %files or %build or %install directive it …

rpm rpmbuild
Using Jenkins BUILD NUMBER in RPM spec file

Name: My Software Version: 1.0.5 Release: 1 Summary: This is my software Not sure if anyone has tried this before or if …

linux jenkins rpm rpmbuild rpm-spec