search for: into_srpms

Displaying 10 results from an estimated 10 matches for "into_srpms".

Did you mean: into_srpm
2016 Feb 05
2
How to install packages from git.centos.org
...source code for the package you want to build .. in > this case the kernel-rt: > > git clone https://git.centos.org/git/rpms/kernel-rt > > then go to the kernel-rt directory and checkout the branch and build it: > > cd kernel-rt > git checkout c7-rt > <patch to>/into_srpms.sh > > that should download and make the SRPM for you. If you do not want the > 'dist' tag for the rpm (currently .el7_2), you can do: > > <patch to>/into_srpms.sh -d .el7 > > That would change the dist tag to .el7 instead of .el7_2 > > Once you have...
2016 Apr 06
4
CentOS 7.2 rootfs for i386
Hi I want to build a small rootfs for 32 bit CentOS to the same I plan to build the entire OS but I see https://wiki.centos.org/HowTos/I_need_the_Kernel_Source kernel_build for 32 bit is not supported . Please let me know anybody has built the same Thanks Kavitha
2016 Feb 03
2
How to install packages from git.centos.org
Hi all, how can I install rpms from git.centos.org? I'd like to install and test the realtime-kernel. It seems to me that https://wiki.centos.org/Sources only means to build srpms. What I ned is an rt-kernel with headers for further compiling. Purpose: I'd like to build a digital audio workstation and for this I'd like to try out CentOS with the following packages first: -
2016 Apr 06
0
CentOS 7.2 rootfs for i386
On 04/05/2016 11:23 PM, kavitha bk wrote: > Hi > > I want to build a small rootfs for 32 bit CentOS to the same I plan to > build the entire OS > but I see > https://wiki.centos.org/HowTos/I_need_the_Kernel_Source > kernel_build for 32 bit is not supported . Please let me know anybody has > built the same Also, if you are just looking for the 32bit kernel, The Source code
2016 Feb 05
0
How to install packages from git.centos.org
...the SRPMs from source. then you can get the source code for the package you want to build .. in this case the kernel-rt: git clone https://git.centos.org/git/rpms/kernel-rt then go to the kernel-rt directory and checkout the branch and build it: cd kernel-rt git checkout c7-rt <patch to>/into_srpms.sh that should download and make the SRPM for you. If you do not want the 'dist' tag for the rpm (currently .el7_2), you can do: <patch to>/into_srpms.sh -d .el7 That would change the dist tag to .el7 instead of .el7_2 > > Purpose: I'd like to build a digital audio w...
2016 Dec 14
0
spec file frustration (rant)
On 12/13/2016 04:16 PM, Alice Wonder wrote: > I'm getting spec files from centos git which is really convenient when > the related source is easy to find. But some things - e.g. from a spec file > > # How to create the source tarball: > # > # git clone git://git.fedorahosted.org/git/python-rhsm.git/ > # cd client/python-rhsm > # tito build --tag
2016 Feb 14
0
How to install packages from git.centos.org
...want to build .. in >> this case the kernel-rt: >> >> git clone https://git.centos.org/git/rpms/kernel-rt >> >> then go to the kernel-rt directory and checkout the branch and build it: >> >> cd kernel-rt >> git checkout c7-rt >> <patch to>/into_srpms.sh >> >> that should download and make the SRPM for you. If you do not want the >> 'dist' tag for the rpm (currently .el7_2), you can do: >> >> <patch to>/into_srpms.sh -d .el7 >> >> That would change the dist tag to .el7 instead of .el7_2 &g...
2016 Dec 15
0
spec file frustration (rant)
On 12/14/2016 03:32 PM, Leonard den Ottolander wrote: > Hello Phil, > > On Wed, 2016-12-14 at 20:57 +0000, Phil Wyett wrote: >> The path to the repo is wrong. >> >> git clone https://git.centos.org/git/centos-git-common.git > > Too late to boost my brain with more coffee for today. Not as sharp as I > would like to be ;) . > > Still leaves me with the
2016 Dec 14
3
spec file frustration (rant)
Hello Phil, On Wed, 2016-12-14 at 20:57 +0000, Phil Wyett wrote: > The path to the repo is wrong. > > git clone https://git.centos.org/git/centos-git-common.git Too late to boost my brain with more coffee for today. Not as sharp as I would like to be ;) . Still leaves me with the question why a script to download the source tarballs is needed when just not adding a .gitignore entry
2016 Dec 13
8
spec file frustration (rant)
I'm getting spec files from centos git which is really convenient when the related source is easy to find. But some things - e.g. from a spec file # How to create the source tarball: # # git clone git://git.fedorahosted.org/git/python-rhsm.git/ # cd client/python-rhsm # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz Never used tito before, so I install it and try, and rather than