Tagged Questions
rpmbuild command used to build rpms from rpm SPEC files
8
votes
3answers
461 views
Several groups in RPM package
Is it possible for single rpm package to belong to several groups?
In spec file you can set package group:
Group: System Environment/Base
What I need is to be able to set several groups for ...
6
votes
1answer
1k views
rpmbuild %{dist} not defined on CentOS 5.5?
I'm attempting to use the %{dist} tag in my RPM spec file to provide distribution-specific dependencies between Fedora Core (e.g. fc12), CentOS 5 (e.g. el5) and Amazon's Linux AMI:
Release: ...
5
votes
1answer
152 views
Why does rpmbuild(1) ignore the compressed tar(1) file named by the “Source:” tag in the RPM “spec” file?
The file ldm.spec contains the line
Source: /web/ftp/pub/ldm/%{name}-%{version}.tar.gz
in its first section. %{name} and %{version} are set correctly. The given file does exist.
The ...
5
votes
2answers
1k views
rpmbuild error: Installed (but unpackaged) file(s) found
I am building a custom rpm to install apache, among other things. When i try and build i get the above error, and then it lists /httpd-2.2.17/ and all of its subfiles.
As far as i know, this is the ...
5
votes
3answers
252 views
rpm installing an icon to the desktop
In Fedora Gnome...
Using a .desktop file in my rpm, I have successfully put my gui software into the gnome application menu.
I am wondering if there is a way to also put the icon onto the gnome ...
4
votes
2answers
162 views
Python RPM I built won't install
Because I have to install multiple versions of Python on multiple Oracle Linux servers which are built via a kickstart process, I wanted to build a python rpm for our yum repository. I was able to ...
4
votes
1answer
1k views
rpmbuild 32bit lib packages for x86-64
I'm trying to use rpmbuild to build x86-64 packages and libs-32bit package.
The same src rpm is uesd to build both output packages.
What is the arguments to rpmbuild to make ...
3
votes
2answers
418 views
chkconfig command in rpm spec file
I would like to use 'chkconfig --del NetworkManager' command in the %install section of a rpm spec file. If I include this command the rpm is building fine but when I install that rpm, it looks that ...
3
votes
2answers
655 views
How to set the build area for rpmbuild per-invocation
I'm modifying an automated build, and want to tell rpmbuild to use a specific build area when invoking it.
This is similar to an existing question, but more specific.
I don't want to run any of the ...
3
votes
3answers
267 views
Understanding how rpmbuild works
It seems that the RPM logic is quite different from what I know already and I am having some issues understanding the "RPM logic". For my work, I have to create a documentation on "How-to create a RPM ...
2
votes
2answers
46 views
How to prevent a SUSE RPM from installing on a RedHat system
We have a product that is distributed via RPMs. We create both SUSE SLES10 SP1 RPMs and RedHat 5.5 RPMs. There are differences between the two, things will not work correctly (often mysteriosly) if ...
2
votes
2answers
48 views
Please help building an RPM
I'm trying to build my own rpm package and have a couple of doubts.
First of all, in several places I've red that one shouldn't build rpms as root. Why is that? During the building process, rpmbuild ...
2
votes
1answer
280 views
rpmbuild failure: error: Installed (but unpackaged) file(s) found:
Not sure if this is the right place to post the question. I am trying to create rpm's for my project, this is the first time I am writing a spec file. When I am building the spec the file with the ...
2
votes
1answer
171 views
How to get automake, libtool, and rpmbuild to work together
I'm trying to create an RPM of my package, which is built using automake and libtool, and I've encountered a problem: rpmbuild aborts upon discovering that the installed programs of the package ...
2
votes
3answers
345 views
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 from git, you have to go and change where _topdir is pointing to to get the rpmbuild to ...
2
votes
2answers
191 views
How can I force Anaconda to install my package after coreutils?
I have a customized RPM that builds a set of subpackages. Each subpackage has a %post script in the spec file that is used to copy some symlinks to another folder:
%post server
echo "Copying ...
2
votes
1answer
290 views
Newbie rpmbuild error
I'm trying to build my first RPM, but getting an error. My .rpmmarcos files looks like this:
%packager Your Name
%_topdir /home/snort/test
%_tmppath /home/snort/test/tmp
%_smp_mflags -j3
...
2
votes
1answer
329 views
creating a RPM to simply unpack a tar ball
I am writing a .spec file for a rpm that is simply going to unpack a tar ball into some directory on the filesystem
So where do I put the original tar ball? All the examples I have seen download the ...
2
votes
2answers
250 views
Building both devel and normal version of a RPM package
I have a library from which I'd like to create two RPM packages.
While I found several links on how to create a basic RPM package, I can't find how to create a devel package (see this question if you ...
2
votes
1answer
463 views
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:
GNU/Linux Ubuntu <= 9.04: /usr/src/rpm/...
GNU/Linux Ubuntu >= 9.10: ...
2
votes
4answers
269 views
Building rpm
Is there an easy procedure to build an RPM.If so Please explain or provide the link.........
My requirement is very simple ..
I have two other RPMs which should be combined into one single RPM....
...
1
vote
1answer
34 views
Rpm package information: Auto incrementing version
I wondering if any one knew if there was a way to auto increment the Version/Release number for the information found in an rpm package.
i.e.
rpm -qil 'package_name'
Would return something ...
1
vote
2answers
122 views
MacOsX rpmbuild --target noarch doesn't work
I have java project with building rpm by maven. Required create noarch packets, but i see concrete arch.
I install rpm(4.4.9 or 5.2.0) via macports at MacOsX, and run command from maven rpm plugin:
...
1
vote
0answers
218 views
How can I add “rpmlib(PayloadIsXz) <= 5.2-1” to my .rpm package?
Building .rpm package from the sources (.src.rpm) with rpmbuild. How can I add dependency of rpmlib(PayloadIsXz) <= 5.2-1.
Can not change my .spec file.
Tried to add macros %__lzma /usr/bin/xz, but ...
1
vote
2answers
49 views
rpmbuild: using script files contained in the package in %pre script
I have to perform multiple elaborate "sanity" checks on target system before an RPM package installs/upgrades. I want to contain the procedure in a script (bash/python/php or otherwise) alongside ...
1
vote
1answer
28 views
How to know the version of RPM during installation
I have created a script for deployment. During the pre script, is it possible to know whats the version of the rpm I am deploying.
I want to create a backup file with the version of the RPM (in its ...
1
vote
1answer
94 views
How can I rebuild rpm package exclude some dependencies?
Have next kind of question. Wanna to rebuild garbage collector (gc-7.1-10.el6.src.rpm) and exclude ld-linux.so.2, ld-linux.so.2(GLIBC_2.3) & libpthread.so.0(GLIBC_2.3.2) dependencies.
How can I ...
1
vote
1answer
45 views
Facing RPM build error on version update
Any idea about this RPM build error? I am doing version update and re-run RPM build.
My SOURCES dir has a tar called electric-fence_2.1.13-0.1.tar.gz and patches, which i don't want to change the ...
1
vote
1answer
105 views
How can I use git to track SRPM customizations?
Our team frequently performs customization to various packages distributed with RHEL/CentOS. Our workflow involves installing the SRPM, executing rpmbuild -bp to unpack and patch the source, making ...
1
vote
2answers
175 views
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 am trying to build a RPM from the source using a vanilla command like:
% rpmbuild -ba ...
1
vote
1answer
61 views
Where in spec file do I add OS so resulting RPM contains OS and arch?
I'm building packages on a few different VMs (CentOS5 32 & 64, CentOS6 32 & 64, Fedora, etc). and the resulting RPM file contains the name.version.release.arch.rpm, as in:
foo-1.1-1.i386.rpm
...
1
vote
1answer
127 views
SPEC file builds two RPMs, but dependency makes -Uvh upgrade impossible
I'm working on a spec file (foo.spec) that, when built, results in two RPMs: foo-1-1.i386.rpm (the main program) and libfoo-1-1.i386.rpm (the required library files). The foo.spec file states that foo ...
1
vote
2answers
332 views
Unpacking an RPM file and repacking It
I have a RPM file. I have to make some changes to that RPM , repack it and Test. Can anyone help me?
1
vote
2answers
160 views
Can I use Bash features in an RPM spec file?
Searching open source projects, shows me that spec files in the wild do use bash constructs, for instance cat info|while read.
But is it really safe? Does the rpm documentation tells me I can count ...
1
vote
1answer
99 views
How do you create an rpm from a self-extracting executable?
I have a .bin file (Linux self extracting binary files), say installme.bin
I want to make an RPM out of it.
What would be the simplest strategy?
An almost empty spec file with:
%post
...
1
vote
1answer
201 views
Specifying RPM dependency as “one of the following”
I am developing an RPM spec file for an in-house package. The package depends on libuuid, which is available as the libuuid package on Fedora, but there is no libuuid package for CentOS 5 in the ...
1
vote
1answer
625 views
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.sh /usr/src/redhat/BUILD/name-of-package
which adds three name.debug files to the RPM_BUID_ROOT. ...
1
vote
1answer
292 views
rpmbuild: how to build the package without %install?
I am trying to build a rpm but unfortunately in my build machine I only have limted permission, which means the operation in %install can't be done inside the build machine. How to build the ...
1
vote
3answers
49 views
How to know system is currently installing ISO
I am creating an RPM. This RPM will be packed with the CentOS ISO and will install when CentOs is installed. This can also be installed using normal rpm installation method. But rpm installation need ...
1
vote
2answers
303 views
Using rpmbuild in Python
I'm a newbie and I'm trying to write a python script to build rpm packages as part of an automated build system (Hudson).
I'm looking at the rpm-python API but I can't seem to see anything that ...
1
vote
1answer
612 views
Why do calls to adduser and groupadd not work when rpm installed?
I added the following "Pre" section to my rpm installer's build.spec. When I install the rpm no new group or user is created?
If I paste this into a script and run, then it works as expected. What ...
1
vote
1answer
335 views
How to take user input during install
So when I create a debian package, I am able to write a post-installation shell script that runs just fine. Currently mine is configured to do
echo "Please enter your MySQL Database user (default ...
1
vote
1answer
37 views
How do you specify $? options in an rpm file
I'm trying to build freetds but want it to include the static libraries in freetds-devel. It looks like it takes an option _with_static but it's unclear to specify it. Here's a section of the RPM ...
1
vote
4answers
321 views
Recreate an RPM from an installed RPM on linux
All,
How to recreate an rpm which is already installed on a system on linux.
Thanks....
0
votes
1answer
20 views
how to build a rpm using just the sources instead of tarball
I have this build process that create rpms for a set of linux distributions.
This creation is taking so much time and for this I'm optimizing it. I've study rpmbuild and realize that rpmbuild takes a ...
0
votes
2answers
40 views
rpmbuild creates tmp files and fails due to 'Permission denied' when trying to remove them
Background
I'm trying to build a simple rpm which just copies some web app source files to an install directory. The web app is written in Java, and is provided by a vendor (i.e it's not written by ...
0
votes
0answers
119 views
Libtool version mismatch error in building rpm of bind
This is my first question in this forum. Please resolve my problem . I am trying to build RPM for bind-9.3.6-4.P1.2 but could not build it successfully. I am using fedora 15 to build this RPM and for ...
0
votes
2answers
28 views
Is it possible to build an RPM for system configuration after fresh install of OS?
What I'm trying to do is create an RPM that I will run after a fresh install of the OS. I want it to run a custom script I have created that currently copies over a bunch of things to the OS and ...
0
votes
0answers
21 views
Making rebuild and have some unsatisfied dependences
Working with Red Hat src.rpm. Trying to rebuild some package. When I making a rebuild with rpmbuild tool I get some unsatisfied dependences, like next:
- libpthread.so.0(GLIBC_2.3.3)(64bit)
- ...
0
votes
1answer
67 views
running Python scripts as part of rpm install process
Are there any gotchas I should be aware of when running Python scripts from inside rpm install?
Here's the gist of the problem. We created a custom RPM installer for deploying our Django app. As ...