search for: rpm_guid

Displaying 7 results from an estimated 7 matches for "rpm_guid".

Did you mean: rpm_guide
2011 Apr 26
3
updating libvorbis
Hello, On a machine with CentOS-5.6, I need libvorbis >= 1.2, so I have recompiled and packaged libvorbis. But I get the following error : $ rpm -U /usr/src/redhat/RPMS/x86_64/libvorbis-1.2.3-phn.1.x86_64.rpm /usr/src/redhat/RPMS/x86_64/libvorbis-devel-1.2.3-phn.1.x86_64.rpm package libvorbis-1.1.2-3.el5_4.4.x86_64 (which is newer than libvorbis-1.2.3-phn.1.x86_64) is already
2016 Feb 21
2
how to compile my own libguestfs with the ntfs support ?
I get that libguest not supported mount windows VM image from rhel7.2 now, could you help point that how to compile my own libguestfs with the ntfs support, which option to enable it when make configure with the code ? Thx a lot. http://www.libguestfs.org/guestfs-faq.1.html#mount:-unsupported-filesystem-type-with-ntfs-in-rhel-7.2
2014 Aug 05
2
Automating the preparation of kernel sources
I have a driver that requires installing the kernel sources (into my own rpmbuild tree, not the system) prior to compiling. I followed the info for centos6 here: http://wiki.centos.org/HowTos/I_need_the_Kernel_Source#head-a8dae925eec15786df9f6f8c918eff16bf67be0d I can successfully compile and install the module from tarball after manually prepping the kernel sources, but I need to turn this into
2016 Aug 09
3
Single source repo, producing packages for CentOS 6 and 7, how?
Guys, I have a source code here, that produces RPM packages for CentOS 6, that includes an Upstart Job and a ugly and minimal Init Script. Now, I have it running on CentOS 7, via systemd, looks good! However, my RPM package for CentOS 7 still includes the useless Upstart and Init Scripts... So, here is the question: How are you guys managing this? I mean, I would like to have 1 single
2016 Feb 22
0
Re: how to compile my own libguestfs with the ntfs support ?
...st of all, learn about rebuilding RHEL RPMs from source RPMs. There are a few guides to do this on the internet (these are in English -- there may be better Chinese language ones): https://wiki.centos.org/HowTos/RebuildSRPM https://docs.fedoraproject.org/ro/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch11s03.html http://repoforge.org/package/rebuild.html Now download the libguestfs source RPM: If you want the version for RHEL 7.2, then they are now published in the following CentOS git repository (actually not as a .src.rpm, but with the spec file and patches extracted, which is more conv...
2016 Feb 22
2
Reply:Re: how to compile my own libguestfs with the ntfs support ?
...ebuilding RHEL RPMs from source RPMs. >There are a few guides to do this on the internet (these are in >English -- there may be better Chinese language ones): > > https://wiki.centos.org/HowTos/RebuildSRPM > > https://docs.fedoraproject.org/ro/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch11s03.html > > http://repoforge.org/package/rebuild.html > >Now download the libguestfs source RPM: > >If you want the version for RHEL 7.2, then they are now published in >the following CentOS git repository (actually not as a .src.rpm, but >with the spec file and patch...
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