similar to: [PATCH v2v] Add support for performing automated builds

Displaying 20 results from an estimated 900 matches similar to: "[PATCH v2v] Add support for performing automated builds"

2009 Jun 01
2
[PATCH viewer] few minor bugfixes
- perform dns lookup on hostname, - randomize local tunnel port - simple autobuild script - bump rpm spec version --- autobuild.sh | 41 +++++++++++++++++++++++++++++++++++++++++ main.c | 14 +++++--------- ovirt-viewer.spec | 9 ++++++++- tunnel.c | 29 ++++++++++++++++++++--------- 4 files changed, 74 insertions(+), 19 deletions(-) create mode 100755
2012 Jan 22
1
Packaging GObject for Fedora (was: [rjones@fedoraproject.org: New upstream version 1.15.19.])
These are the changes I made to the spec file related to gobject bindings and gobject introspection. TBH I wasn't sure how to properly package this. Rich. diff --git a/libguestfs.spec b/libguestfs.spec index 095a848..1b6e43d 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -29,7 +29,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch:
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am using mock. The are three build dependencies that I am trying to resolve. One, mod_socache_dc / distcache, I have simply removed from the spec file. The other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the two latter requirements from http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2
2009 Jun 01
0
[PATCH viewer] ovirt viewer autobuild.sh
--- autobuild.sh | 40 +++++++++++++++++++++++++++++++++++ autogen.sh | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 0 deletions(-) create mode 100755 autobuild.sh diff --git a/autobuild.sh b/autobuild.sh new file mode 100755 index 0000000..8a90a78 --- /dev/null +++ b/autobuild.sh @@ -0,0 +1,40 @@ +#!/bin/sh +#oVirt viewer autobuild
2011 Nov 19
4
build postfix spec w/ mysql
hello list! I am attempting to build an rpm of postfix that includes support for mysql. I've done this before with earlier versions on postfix but I am staring at this spec file until my eyes bleed and I just don't see why when I build the spec with rpmbuild mysql support isn't there. After I install the rpm I have a look at the modules as such: ldd $(which postfix) | grep -i
2012 Mar 25
2
build postfix rpm with mysql
hello list, I'm trying to build a postfix rpm that has mysql support included. I've found the line where I need to define mysql support but it seems that I am being tripped up by some build dependencies: [root at beta SPECS]# rpmbuild -ba postfix.spec error: Failed build dependencies: MySQL-shared is needed by postfix-2.9.1-1.rhel5.x86_64 MySQL-devel is needed by
2007 Jul 11
1
RPM Build Question
Hi People, I have just started building my own RPMS on both Fedora and CentOS and generally things have gone well. Currently I am trying to create RPMS for some commercial software that we have purchased. Step 1 was install the software using its JAVA Based installer ensuring that all files were installed into a particular directory in /usr/local. Step 2 was create a tar file of the
2007 May 02
0
mingw-cross rpm spec file
Attached (and pasted in it entirety, although quite a few of the long lines are munched) is my rpm spec file for building the mingw cross-compiler as an rpm. It is more or less a wrapper which massages the cross-tool script and setting some of the directories in the "RPM" way and eventually everything is under /opt/mingw ; the only tricky part is telling rpm not to strip binaries. The
2019 Apr 12
2
rpmbuild how to know we are building kernel module package
Hi, When I build a mpt3sas rpm package, I found something interesting: 1. package name is prefixed with kmod- automatically 2. so many requirements are added automatically, most of them are kabi So my question is rpmbuild how to know he is building kernel module package? Based on which condition? Here is mpt3sas.spec: Name: mpt3sas Version: 26.00.00.00 Release: 1 Summary: RHEL
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
update server autobuild to set up a new isolated vm environment and go through the server installer process and rails tests --- autobuild.sh | 65 ++++++++++++++++++++++++++++++++++++++++++ ovirt-installer-test-answers | 21 +++++++++++++ ovirt-server-test.ks | 37 ++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 0 deletions(-) create mode 100644
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***
2013 Apr 05
2
mock and iaxmodem
I am trying to build an rpm package for iaxmodem-1.2.0. At the moment I am still trying to get a working spec file put together. I have managed to get an SRPM produced but the binary build from this fails due to there being no install task in the Makefile.in provided with the source. I have found a spec file from opensuse that provides this in the install portion: %build [
2012 Jun 18
1
[PATCH] virt-v2v: silence P2V build error on x86_64
This is a user case if users build virt-v2v on x86_64 platform and only want to try V2V section then they must see P2V rpm build error, it's not necessary for V2V users. In addition, if some automation scripts call autobuild.sh on x86_64 platform then the programming also will exit due to the buiding error. Signed-off-by: Alex Jia <ajia at redhat.com> --- autobuild.sh | 15
2020 Apr 21
1
Re: php libvirt show active snapshot
On 4/21/20 1:36 AM, Todd Lewis wrote: > Works perfectly thank you. > I did get an issue when trying to compile an rpm > > The autobuild did run into an error when trying to create the rpm. > Not a big deal. I can make my own spec file. > > EXTRA_RELEASE="" 1: ^^^ > if [ -x /usr/bin/rpmbuild ] > then > rpmbuild --nodeps \ > --define
2020 Apr 20
0
Re: php libvirt show active snapshot
Works perfectly thank you. I did get an issue when trying to compile an rpm The autobuild did run into an error when trying to create the rpm. Not a big deal. I can make my own spec file. EXTRA_RELEASE="" if [ -x /usr/bin/rpmbuild ] then rpmbuild --nodeps \ --define "extra_release $EXTRA_RELEASE" \ --define "_sourcedir `pwd`" \ -ba --clean
2004 Sep 10
1
Problems with FLAC make
Hi, I have been making an RPM of FLAC to bundle with GStreamer. In order to get it working I had to make some rather hackish solutions in the SPEC file. The flac Makefile does to build into the correct directories while creating an RPM for some reason. I have attached the SPEC file I ended up with if it is of interest. Of course it didn't help me much cause it turned up we had a bug in the
2001 Feb 21
0
bug?: building RPM of 2.5.1p1 uses wrong pam.d/ssh file for RH6 vs RH7
(I'm using RedHat 6.2 and openssl-0.9.5a-3) After rebuilding binary RPMs using openssh-2.5.1p1-1.src.rpm, I was unable to ssh in to a system upgraded to the new openssh-server-2.5.1p1.rpm After the failure, /var/log/messages on the destination indicated lots of PAM errors of the form "sshd[22814]: PAM [dlerror: /lib/security/pam_stack.so: can not open shared object file: No such file
2003 Jan 28
2
rsync-2.5.6 build on Red Hat 8.0 fails
The packaging/lsb/rsync.spec file is broken as shipped: It has a "Sept" month (rpmbuild here takes only 3-letter month names), and RH gzips the manpages, so the %files list can't find them. I also added doc/README-SGML and doc/rsync.sgml to the %doc files. Patch follows. Thanks for all the good work! --- rsync-2.5.6/packaging/lsb/rsync.spec.orig 2003-01-28 06:28:35.000000000 +0100
2000 Sep 03
0
[PATCH]: openssh.spec file for SuSE 6.4 & 7.0
Attached is a spec file for OpenSSH on SuSE 6.4 and 7.0 systems. It differs from the current spec file in the following details: - Only one rpm file is created containing client and server files. - PreReq `openssl-devel' is changed to `openssl'. - Path '/usr/libexec/ssh' is changed to '/usr/lib/ssh' for ssh-askpass and gnome-ssh-askpass. The resulting
2005 Oct 06
7
Patch: FC4 spec file
The patch below modifies the spec file for FC4 RPM builds as follows: 1.) Build binaries using the -lmcheck option; various samba commands and smbd process crash badly without; see, for example: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=164353 2.) The Fedora project's samba RPMS install mount.cifs; it would help to have samba.org's RPMS do the same. It would be nice to