rpmbuild command used to build rpms from rpm SPEC files

learn more… | top users | synonyms

0
votes
1answer
8 views

rpm installs fails even though dependent perl module is installed

I am building rpm package for internal software. It contains binaries and perl script/modules. During build process rpmbuild automatically scans perl code and builds dependency perl modules including ...
0
votes
1answer
17 views

RPM requires package not triggering

I have an RPM that includes something like this in the spec: Requires: jre >= 1.6.0 Unfortunately I have at least one system that is showing that the "db provides" JRE, even though it does not ...
-1
votes
1answer
34 views

How to install packages that depend on my rpm package? [closed]

I try to create RPM package. And I want to download and install dependency package as "nautilus-python" together with my RPM package. Which command is add in spec file as "yum" ? (I want to use an ...
0
votes
0answers
21 views

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 interpreters as hard requirements. Is it possible to disable this? I've run into a situation ...
0
votes
3answers
44 views

rpmbuild failing error: Installed (but unpackaged) file(s) found:

I looked around but none of the answers to this same error message worked in my simple package... I am building the rpm using rpmbuild on Redhat ES 6 and no matter what I have done in my spec file I ...
0
votes
1answer
49 views

CentOS 64bit RPM with 32bit dependencies

I have a helper rpm package which is used to install the necessary dependencies in order for some software to work; the problem is that the dependency packages required are the 32bit ones, which can't ...
0
votes
1answer
11 views

rpm can't find configure no such file

I have a problem with my spec file. When I run it with rpmbuild it says it can't find ./configure no such file or directory. Here is a part of the code of my spec file. Can someone help me? ... ...
0
votes
1answer
18 views

Cannot change permissions when running rpmbuild

Currently I'm trying to change an spec file extracted from a nagios rpm package to create my own spec file. When trying to build to rpm I'm getting the following error: make[1]: Entering ...
0
votes
1answer
15 views

Custom Nagios RPM fails to login

I'm creating my own Nagios RPM but I'm new to packaging. My RPM file created successfully and i'm able to install it. When going to localhost/nagios I'm not able to login. This is my spec file ...
0
votes
1answer
29 views

Installation issue while packaging for Fedora

I'm currently packaging my program (roboJournal) for Fedora 18. When I start rpmbuild, my app compiles correctly but the process always fails at the installation step and no RPM packages are created. ...
2
votes
1answer
15 views

RPM without staging area

At some point in the past I used to be able to make rpms with a very small spec file, like this: Name: php-gd Version: 1 Release: 1 Summary: gd extension for PHP 5.3 Group: PHP License: TM ...
1
vote
0answers
22 views

Can I build RPMs for two different platforms on one machine?

I currently have a Java application packaged in an RPM that gets built for 32-bit RedHat platforms, and I want to create a 64-bit RPM, which is largely just the same as the 32-bit one, but with a ...
0
votes
1answer
87 views

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 it is easy, ...
0
votes
0answers
45 views

Linux RPM-spec does not copy packages to destination folder

I have a package, with the directories named lib, sample, api, doc under a parent directory %{name}-%{version}. I want to generate an RPM package out of these folders. This rpm package should unfold ...
0
votes
1answer
42 views

How to control the rpmbuild buildroot and install directory

I am confused about some direcoties in rpmbuild. 1 buildroot: which should be used to store the files that are supposed to be installed when the binary package is installed by an end-user. ...
0
votes
2answers
99 views

RPM Build Error: File must begin with “/”

Disclaimer: This is my first spec file. Here is my spec file: http://pastebin.com/MtzxC1kv When I try to run rpmbuild -ba myfile.spec, I get the following errors: + ...
1
vote
1answer
53 views

rpmbuild error in temp file

I'm completely new to RPMs and RPM building. Here's the error I get: [impulse@localhost SPECS]$ rpmbuild -bp pa_connector.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.71097 + umask 022 + cd ...
0
votes
0answers
42 views

source/spec files for jdk 1.7

I have the rpm from Oracle's site, but I want to make some configuration changes and repackage the rpm. I don't see a source or spec file listed on their site and I don't want to have to build this ...
2
votes
1answer
25 views

issue with postun scripts when renaming munin package

I have two issues that i would like to figure out a solution to: I am renaming the munin 2.0 package and in the SPEC file for the RPM I have to obsolete the original munin packages. When replacing ...
0
votes
1answer
38 views

RPM Spec file for Upgrading

My product is already installed and i want to upgrade it. Now my upgrade contains only one file where as the actual product contain a directory structure with more number of file. Now when i am using ...
0
votes
1answer
54 views

rpmbuild of php fails on make test

I am trying to build php from rpm source and it fails on centos 5 32bit. building of php 5.2.6. I get error as follows: Checking for unpackaged file(s): /usr/lib/rpm/check-files ...
4
votes
1answer
169 views

Rpm-build limitaitons

I am beginner in rpm packaging and as I understand rpm-build has issue with file sizes>4GB due to cpio limitations. So I split the large file in my package with gnu split into files of 512MB [which is ...
0
votes
1answer
101 views

rpmbuild %pre does not work

"%pre – This is where code is run before the install scripts run." this section does not work for me . I got a spec file from “http://repo.andrewfarley.com/centos/specs/zabbix.spec” . every thing is ...
0
votes
1answer
67 views

rpm package failure, package still installed

I'm working on building an rpm pacakge however I noticed this scenario. When my rpm scripts fails, the rpm is still considered installed in my system. I was thinking of adding in the clean up logic ...
0
votes
1answer
118 views

%ifarch macro in spec file

What's the result of "%ifarch" macro in spec file. To build a package we have to pass "--target " (say i386) to rpmbuild as one parameter. If so, is the value of %ifarch will become i386. Otherwise ...
2
votes
1answer
166 views

Writing portable RPM spec files

I started creating RPM packages for our software, but I am not confident that I am using the system as intended. I would like to create an RPM spec / source package, that I can build on different RPM ...
0
votes
1answer
74 views

Maven POM - build rpms on RHEL6 w/ backwards compatiblity?

Maven noob here. We have tens of repos with POMs that build rpms and recently moved our CI system to CentOS 6. As a result rpm builds are no longer backwards compatible with RHEL 5. Apparently I need ...
1
vote
1answer
66 views

Is there any way to verify some settings before installation in SPEC file and quit if not correct?

There are some more things that the 'Requires' tag does not satisfy. So i wrote a script to verify these things but where do i place them ? and if not found then i want to quit installation prompting ...
1
vote
1answer
108 views

My src.rpm does not contain the source files

I'm working on a CentOS 4.1 machine, and I'm using rpm-build for creating an rpm that pastes a some binaries in a required location. My .spec is: Summary: FOO1 Data Name: foo Version: 1.0 Release: 1 ...
1
vote
1answer
91 views

rpmbuild - How to mark some package as conflicting at build time

I have to use different compiler (gcc) from one packaged with centos. It is also gcc, just repacked newer version which has been installed with different path. I am using mock for build, which has in ...
0
votes
1answer
37 views

Modifying rpm files

How can I add a file into an already existing rpm package? Is there a way to extract the rpm and add the file and rebuild the package containing the new file?
0
votes
2answers
122 views

xbuild in rpmbuild not working

I'm currently trying to package our project into Fedora RPM. Therefore I use the following spec: http://sourceforge.net/p/audiocuesheet/code/145/tree/trunk/RPM%20Build/AudioCuesheetEditor.spec If I ...
-1
votes
1answer
67 views

install RPM from an rpm

i am trying to install multiple RPM from one RPM install.i have make the spec file into that in %post section i install the another rpm using command. %post rm -f /var/lib/rpm/__db.0* rpm ...
0
votes
1answer
97 views

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, add it to the repo, and trigger a yum update mypackage to several servers. The problem I'm ...
1
vote
1answer
548 views

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 is run. The error indicates a file is missing. I've tried this on CentOS 5 and 6 with ...
0
votes
1answer
92 views

Building kernel from RPM source package

I do the following on Fedora kernel src rpm : (1) rpm -ivh kernel-xxx.rpm (2) Go to ~/rpmbuild/SPECS dir (2) rpmbuild -bp kernel.specs --nodeps then in the ~/rpmbuild/BUILD/ dir I get kernel-xxx dir ...
1
vote
1answer
415 views

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 of it subdirs. e.g. %files %attr(-, myuser, mygroup) /opt/myapp %attr(750, ...
0
votes
1answer
78 views

rpm reduces the size of shared library

I am making an rpm of my shared library. In the .spec file, I am writing the normal install commands in %install part ,making some soft links, running ldconfig on %post and %postun. I am not building ...
0
votes
1answer
66 views

How do I programatically set multiple values in a Provides field in an rpm spec file?

I wish to generate a list of Perl modules an rpm provides in the spec file. It's not clear from the manuals how one does this. How does one set a field from a shell command? And how does one ...
3
votes
1answer
149 views

Kernel module signing for CentOS 6.3

I have exactly same problem as described in http://bugs.centos.org/view.php?id=5007, when compiling kernel and booting from it. The bug is marked as closed and there's comment saying no change is ...
0
votes
2answers
200 views

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 + cd /export/home/svn_checkouts/*snip*/Output/release/bin/packaging/BUILD + /bin/rm -rf ...
0
votes
0answers
94 views

rpm build:spec file display message at client

i want to print message at client side at time of uninstall like if error then i always print and if it is simple message like rpm uninstall successfully then it is optional .client use the option -v ...
0
votes
1answer
135 views

RPM Build Spec file i want to check rpm is being install or update

i want to check the rpm i have created is install or update by user(client) like rpm -ivh abc.rpm or rpm -Uvh abc.rpm is their any %command in spec file to get info regarding this command. my ...
0
votes
1answer
73 views

rpmBUILD : rpmbuild display client side message or log

i have problem regarding the stderr and stdout message print on the client console for specified costume message on specified costume condition .i want to put it on spec file or where? ...
2
votes
2answers
48 views

RPM packaging a tarball with a proprietary installer

I'm currently trying to create an RPM from a tarball that uses a proprietary binary installer to dump a bunch of files in the filesystem. This installer does not let me dictate where the files go (so ...
-1
votes
2answers
106 views

RPMBUILD: Is is possible to RPM configuration file portability at install time

As per my requirement is is possible that the rpm is same for all server but only one config file change as per the server environment like production,staging,testing or else. i have bundle of config ...
0
votes
2answers
133 views

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 client machine.or display message on screen like rpm install fail due to any of the generated ...
0
votes
1answer
156 views

I'm trying to create custom RPM using SPEC file.

demo.spec Name: demo Version: 1 Release: 0 Summary: demo apss Group: Applications/Archiving License: GPLv2+ URL: http://xyz.co.in ...
0
votes
1answer
186 views

Ant rpm build fails due to unknown option '-bs'

build.xml <?xml version="1.0"?> <project default="main" basedir="."> <echo message="pulling in property files" /> <property file="axis_bujava.properties" /> <echo ...
0
votes
2answers
1k views

rpmbuild Installed (but unpackaged) files source

I'm trying to build an RPM from binaries on a REDHAT 6 system. I have all the files included in the %files section (find /path/to/fake/install -type f >> specfile) When I run rpmbuild -bb specfile ...

1 2 3 4