Top "Rpm" questions

RPM Package Manager (RPM) is a package management system for unix based operating systems.

custom yum repo not showing rpm

I have a yum repository I've set up where I store custom rpms. I have no problem finding information about …

centos rpm yum rhel repository
How to know the value of built-in macro in RPM?

How do I view the value of these macros in RPM? I can take a guess that %_bindir is /usr/…

linux packaging rpm
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
Creating Python RPM

I have been reading about creating an RPM for Python 2.6.4. In this page: http://docs.python.org/distutils/builtdist.html …

python linux rpm rpmbuild checkinstall
Define Version with script in RPM spec file

I have an RPM Spec file, building on rhel7 with rpmbuild, where I would like to define the Version with …

bash rpm rpmbuild software-packaging rpm-spec
How to create a rpm for python application

I have a simple application (just one .py file), that is using cherrypy & flask-restful to present a web service. …

python rpm
What is `%setup -q` in RPM spec?

If you create a .spec file with ViM, the editor will use a skeleton for it. Quite handy! It bugs …

macros rpm specifications
Set target directory in RPM spec file

I have a very simple tar.gz file wih Java files which I want to install using RPM package. I …

linux rpm rpmbuild rpm-spec
How to run a shell command in RPM spec file?

How do I run a shell command in spec file? I want to execute something similar like: uname -r | sed …

rpm rpm-spec