I am trying to build a custom Redhat 8.0 Kernel RPM from a custom patched kernel-2.4.18-24.8.0.src.rpm. I have built my patch, modified the kernel-2.4.spec...
Tom Hutchison
thutchis@...
Mar 1, 2003 7:33 pm
20521
... Try the following: rpmbuild --target i386 --without smp --without BOOT --without bigmem --without debug -bb kernel-2.4.spec and search (the bottom of) the...
... Hash: SHA1 I get this error when building a docs package in conjunction with a couple of other packages. I am running RedHat 8.0. These are the relevant...
Jonathan Gardner by w...
jgardner@...
Mar 2, 2003 4:14 pm
20524
How does one go about signing packages? I've read the instructions in the man page and tried them, but I can't be sure that it's actually working. I never get...
John Aldrich
john@...
Mar 2, 2003 4:35 pm
20525
Folks - The other day I was running several rpm instances at the same time (which may not have been a great idea) and accidentally killed one of them. This...
Shawn McKenney
mckenney@...
Mar 2, 2003 11:29 pm
20526
Hi, just tried building an rpm from an existing src.rpm, and came across the following: Checking for unpackaged file(s): /usr/lib/rpm/check-files ...
Gregory Hosler
gregory.hosler@...
Mar 3, 2003 7:39 am
20527
Yup. Exactly. This is a feature of RPM >= 4.1. --Todd On Mon, 03 Mar 2003 15:36:16 +0800 (SGT) ... _______________________________________________ Rpm-list...
How do I get RPM to let me GPG sign/resign packages I have created here. I package a couple of projects and would like to GPG sign the RPMs so that I can make...
John Aldrich
john@...
Mar 3, 2003 12:35 pm
20530
... If you're building the packages then: rpmbuild --sign -ba specfile if you're resigning built rpms run: rpm --resign rpm you'll be prompted for your...
seth vidal
skvidal@...
Mar 3, 2003 12:36 pm
20531
... Well, that's the thing. There is no .rpmmacros file either in /root or in my home directory ~john. I've done the rpm --import on my ascii-armored key, and ...
John Aldrich
john@...
Mar 3, 2003 1:05 pm
20532
... make a .rpmmacros file. -sv _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Seth Vidal
skvidal@...
Mar 3, 2003 1:49 pm
20533
... Ok. I was under the impression that it would be created automagically. Thanks. _______________________________________________ Rpm-list mailing list ...
John Aldrich
john@...
Mar 3, 2003 2:45 pm
20534
... Seth: Thanks for your help. That did the trick. I got the *distinct* impression from the man page that the .rpmmacros file should have been created...
John Aldrich
john@...
Mar 3, 2003 3:09 pm
20535
... It's an opensource world. I'm sure Jeff would be glad to take patches to the manpage if you'd like to provide them. :) -sv ...
seth vidal
skvidal@...
Mar 3, 2003 3:22 pm
20536
... Heh... if I had any idea on what to do/how to do it, I'd be happy to do so... ... John _______________________________________________ Rpm-list mailing...
John Aldrich
john@...
Mar 3, 2003 3:41 pm
20537
... Download the source. Look for the man pages - should be pretty easy to find and start editing. OR hell, just read the manpages - rewrite the way you think...
seth vidal
skvidal@...
Mar 3, 2003 3:55 pm
20538
... Is it possible to skip step 1 (no kernel/glibc upgrade and no nptl)? Would then 4.2 behave like previous rpms concerning locking? Thanks. -- ...
Axel Thimm
Axel.Thimm@...
Mar 3, 2003 4:28 pm
20539
When the %install section runs, it strips executable programs. One of my files is a borland JBuilder executable which is an executable wrapper around a java...
Mike Suchoff
mikes@...
Mar 3, 2003 6:01 pm
20540
Maybe somebody of you had the same problem installing rpm-4.1 from source. I have installed gpg and db3. Then i tried to install rpm as following: ...
Chris Armstrong
carmstrong@...
Mar 3, 2003 7:38 pm
20541
I'm wondering if there is a good reason to not fail package erasure when postun scriptlets fail: rpm 4.1-9 $(topsrcdir)/lib/psm.c in function psmStage(); ...
Tristan Van Berkom
vantr@...
Mar 3, 2003 9:03 pm
20542
Hmmm, I've had alot of help in this list recently on rpmlib API in the more recent versions (for the lack of an up-to-date "Maximum rpm") and assumed that I...
Tristan Van Berkom
vantr@...
Mar 3, 2003 9:09 pm
20543
... Jeff Johnson frequents this list. He is the maintainer of RPM for Red Hat. What more do you want? -- Jesse Keating RHCE MCSE http://geek.j2solutions.net ...
Jesse Keating
hosting@...
Mar 3, 2003 9:54 pm
20544
... What more do I want ? hmmm; I want an active team working to better the future of rpm software ! But I always want more than I can have ;-) (usually I get...
Tristan Van Berkom
vantr@...
Mar 3, 2003 10:10 pm
20545
... Open Source starts with each of us. I will happily twin, and receive changes against the sources of 'Maximum RPM' into a 'RPM Reloaded <tm>' -- Russ...
R P Herrold
herrold@...
Mar 3, 2003 10:41 pm
20546
... IT's cranking closer and closer to release time for red hat. I'd bet they're not so much off as swamped. -sv ...
seth vidal
skvidal@...
Mar 3, 2003 10:41 pm
20547
Hi, I'm trying to install RedHat /etc/init.d/ service from RPM. I tried doing cp myservice /etc/init.d/ on install and rm /etc/init.d/myservice on uninstall....
Kruk, Mikhail
MKruk@...
Mar 4, 2003 12:14 am
20548
... Many packages don't necessarily have valid and working %postun scripts, basically because almost nobody tests package erasure. Many, many legacy packages...
Jeff Johnson
jbj@...
Mar 4, 2003 12:16 am
20549
Running redhat 8.0 originally, RPM version 4.1 but because relocation does not work, I installed 4.0.4 (originally failed with a dep on pkg popt 1.6x and i ...