Search the web
Sign In
New User? Sign Up
rpm-list · Redhat RPM List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14380 - 14409 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14380
How does one "sign" an RPM using GPG or PGP? I can't seem to figure it out. I'm the RPM builder for a couple small projects and I'm just wondering how to ...
John Aldrich
john@...
Send Email
Jul 2, 2001
1:45 am
14381
... Hi John, I think you'll find the answer your looking for in the online copy of "Maximum RPM" at: http://www.rpm.org/max-rpm/ch-rpm-pgp.html -- Michael...
Michael McDonnell
michael@...
Send Email
Jul 2, 2001
1:50 am
14382
... Michael: Thanks for pointing me in the right direction, however I must be a total idiot because I don't see ANYWHERE in there where it tells the CORRECT ...
John Aldrich
john@...
Send Email
Jul 2, 2001
2:24 am
14383
... This is what works for me: in ~/.rpmmacros %_signature gpg %_gpg_name <key you want to use to sign things with> Greg ...
Gregory McLean
gregm@...
Send Email
Jul 2, 2001
2:35 am
14384
... Thanks...:-) John _______________________________________________ Rpm-list mailing list Rpm-list@... ...
John Aldrich
john@...
Send Email
Jul 2, 2001
3:04 am
14385
... Thanks. After I copied my /home/john/.gnupg directory to /root and made the above changes everything worked. :-) John ...
John Aldrich
john@...
Send Email
Jul 2, 2001
3:12 am
14386
____________________________________________________ Buy Feng Shui Package for Rs. 151/- only, at http://shopping.rediff.com/shopping/fengshui_mailer.htm ...
Murali Potla
potlamurali@...
Send Email
Jul 2, 2001
8:59 am
14387
rpmlint 0.33 is available from http://people.mandrakesoft.com/~flepied/projects/rpmlint/ Changes: - more descriptions from Christian Belisle. -...
Frederic Lepied
flepied@...
Send Email
Jul 2, 2001
9:48 am
14388
... I get the following error (never used before, so this is not to mean the error is new to this release): $ rpm -q rpm rpm-python rpm-devel python rpmlint ...
Giulio Orsero
giulioo@...
Send Email
Jul 2, 2001
12:21 pm
14389
You might wish to consider a change to the rpmlint.spec file to remove the hard-coded /usr prefix: -- Marc Stephenson IBM Server...
Marc Stephenson
marc@...
Send Email
Jul 2, 2001
12:41 pm
14390
Is there any way to build an RPM that's compatible with RedHat 6.x version of RPM using RPM 4.x? The reason I ask is that I package a couple small apps and one...
John Aldrich
john@...
Send Email
Jul 2, 2001
6:57 pm
14391
... You do this if running rpm-4.0.2 on a Red Hat 6.2 box; otherwise dependencies from a Red Hat 7.x box will prevent packaging. Since you need to build on a...
Jeff Johnson
jbj@...
Send Email
Jul 2, 2001
7:31 pm
14392
... The single best way to do that is to build the RPM package on an actual Red Hat Linux 6.2 system using rpm-3.0.5 or rpm-3.0.6. It's also possible to build...
Jim Knoble
jmknoble@...
Send Email
Jul 2, 2001
7:31 pm
14393
... Ahh... Ok. I'm already on a RH 7.1 box. I'll just tell the developer "sorry, can't do this w/o building another box," something I'm NOT willing to do.. :-)...
John Aldrich
john@...
Send Email
Jul 2, 2001
8:23 pm
14394
... Yeah. I'll tell the developer he's out of luck. There are still the SRC.RPM files that can be recompiled for use on RH 6.x :-) thanks... John ...
John Aldrich
john@...
Send Email
Jul 2, 2001
8:23 pm
14395
... You're not entirely out of luck, but you will need to build in a chroot. See the scripts/trpm script in rpm for some of the command line details for how to...
Jeff Johnson
jbj@...
Send Email
Jul 2, 2001
8:38 pm
14396
... Well, it really sounds like a lot more work than I'm interested in going to.... disk space isn't an issue.... ;-) John ...
John Aldrich
john@...
Send Email
Jul 2, 2001
8:50 pm
14397
Why is librpm still named librpm.so.0 in rpm 4.0.x even having a different API from rpm 3.0.x? -- ruda _______________________________________________ Rpm-list...
Ruda Moura
ruda@...
Send Email
Jul 3, 2001
7:33 pm
14398
... Because the ABI is largely (if not entirely) unchanged, and the change to the API is mostly (if not entirely) unchanged. Because most of the breakage is...
Jeff Johnson
jbj@...
Send Email
Jul 3, 2001
7:43 pm
14399
... so why is rpmdbFirstRecNum() in rpm3 and not in rpm4? An example from apt: #ifdef RPM4 Header h; if ((h = rpmdbNextIterator(Rpmiter))) { h = headerLink(h);...
Ruda Moura
ruda@...
Send Email
Jul 3, 2001
8:08 pm
14400
... Because. 73 de Jeff -- Jeff Johnson ARS N3NPQ jbj@... (jbj@...) Chapel Hill, NC _______________________________________________ Rpm-list mailing...
Jeff Johnson
jbj@...
Send Email
Jul 3, 2001
8:18 pm
14401
... What are you talking about? All of the db iterator stuff, the random API changes you sneak in because you think no one is using them, the rpmProblem...
Ian Peters
itp@...
Send Email
Jul 3, 2001
8:34 pm
14402
... The random *documented* API/ABI changes that I sneak in, please, not that it matters much. ... Not entirely my call. Nor is it my call for rpm-4.0.3, the...
Jeff Johnson
jbj@...
Send Email
Jul 3, 2001
8:50 pm
14403
Anyone have a nice icon for RPM packages? I wanted to add one to my Windows setup so they stand out when browsing my Linux server. I'd kind of expect one to...
Kenneth Porter
shiva@...
Send Email
Jul 4, 2001
2:56 am
14404
Hi, I'm trying to print all the installed packages. The following program used to work with rpm-4.0. Now, it segfault on headerFree(). It works well if I...
David Odin
odin@...
Send Email
Jul 4, 2001
12:55 pm
14405
... No, deleting the headerFree() is the right thing to do, and it won't leak memory. You don't have to do headerFree() within the scope of...
Jeff Johnson
jbj@...
Send Email
Jul 4, 2001
1:16 pm
14406
... The strange things is that this used to work with previous version of rpm. ... Thanks a lot. Regards, DindinX -- odin@... ...
David Odin
odin@...
Send Email
Jul 4, 2001
1:29 pm
14407
... Not so strange. As part of my "sneaking around in the API", I now aggresively trash and burn pointers and data in rpm when freeing. Your program never...
Jeff Johnson
jbj@...
Send Email
Jul 4, 2001
5:38 pm
14408
... Why not convert the "max RPM" logo? Cheers, -- ... Dima Nemchenko <Dima.Nemchenko@...> "Open source code is like lobster--most people who...
Dima Nemchenko
Dima.Nemchenko@...
Send Email
Jul 4, 2001
6:11 pm
14409
where's the most up to date docs on RPM? beyond what comes with it. is the stuff at www.rpm.org reasonably accurate for the current release? rday -- Robert...
rpjday
rpjday@...
Send Email
Jul 4, 2001
6:47 pm
Messages 14380 - 14409 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help