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...
Show off your group to the world. Share a photo of your group with us.

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 25422 - 25451 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25422
Heya Folks, Is it possible to create a RPM package to distribute a python module, without tying it to a specific version Python? Mazzel, Martijn. ...
Martijn Ras
martijn.ras@...
Send Email
Nov 1, 2004
1:04 pm
25423
Hello all, Good morning, I am new to Linux world and I need help from you guys. I am using RHEL ES Ver 3.0 on Compaq DL360 Generation 1 server, this server is ...
Nookala, Satish
Satish.Nookala@...
Send Email
Nov 1, 2004
2:42 pm
25424
... Up2date should be smart enough not to re-download stuff it already got in local if you ask it to install. Similar tools like yum certainly do not...
Nicolas Mailhot
Nicolas.Mailhot@...
Send Email
Nov 1, 2004
3:24 pm
25425
... If the module / package is "pure Python", then yes: best practice anyway is to avoid packaging the ".pyc" / ".pyo" files, and instead use the "local"...
Tres Seaver
tseaver@...
Send Email
Nov 1, 2004
3:38 pm
25426
Hello rpm-list, I'm sorry if I should be able to find the answer to this under my own steam. I have Googled and read various pages and HOWTOs, but nothing I...
Daren Chandisingh
dc@...
Send Email
Nov 1, 2004
4:19 pm
25427
... It looks like you are missing the idea of BuildRoot - more on that further down. ... OK, the buildroot is intended to be separate root directory that you ...
Nigel Metheringham
Nigel.Metheringham@...
Send Email
Nov 1, 2004
4:25 pm
25428
... script. ... If you let rpm generate the dependencies, the "binary" rpm is going to have a version-specific dependency on python. So you don't want that. ...
Wichmann, Mats D
mats.d.wichmann@...
Send Email
Nov 1, 2004
4:38 pm
25429
All - I need to install the latest version of the QLogic qla2200.o file on my RHEL 2.1 servers. The file I want to overwrite is /lib/modules/`uname...
Cameron, Thomas
Thomas.Cameron@...
Send Email
Nov 2, 2004
4:29 am
25430
Hi there, I'm new to RPM and it's the first time I post here. So, forgive me if I ask a stupid question, I tried to find the answer first. My question is How...
mayur sonu
mayur.ss@...
Send Email
Nov 2, 2004
11:30 am
25431
I assume from the deafening silence that my proposed solution doesn't have any objectors? Is this they way to go? Thomas ... ...
Cameron, Thomas
Thomas.Cameron@...
Send Email
Nov 3, 2004
4:35 pm
25432
Howdy all - I notice that after I run rpmbuild on package foo-1.0 (for instance) which I've built, I have the BUILD/foo-1.0 directory left over. What do I need...
Cameron, Thomas
Thomas.Cameron@...
Send Email
Nov 3, 2004
4:38 pm
25433
... %clean rm -rf $RPM_BUILD_ROOT Alexander -- Alexander Dalloz | Enger, Germany | new address - new key: 0xB366A773 legal statement:...
Alexander Dalloz
ad+lists@...
Send Email
Nov 3, 2004
5:22 pm
25434
... That's a different thing, Thomas was talking about cleaning the directory where the thing is *compiled*, not build *root*. "rpmbuild -bb --clean foo.spec"...
Panu Matilainen
pmatilai@...
Send Email
Nov 3, 2004
5:32 pm
25435
... I know about --clean and about the %clean section of the spec file, those are not quite what I was looking for... I've rebuilt source RPMs (like Dag's,...
Cameron, Thomas
Thomas.Cameron@...
Send Email
Nov 3, 2004
5:54 pm
25436
... rpmbuild --rebuild always cleans up whereas rpmbuild -ba doesn't, you need --clean to get the same effect there. - Panu - ...
Panu Matilainen
pmatilai@...
Send Email
Nov 3, 2004
6:14 pm
25437
... Thanks for the clarification. :-) TC _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Cameron, Thomas
Thomas.Cameron@...
Send Email
Nov 3, 2004
6:39 pm
25438
Hi, Can you install an rpm within an rpm package install, e.g. as part of the pre-install or post-install? If yes, is this trivial or documented somewhere? OS:...
Mark
mgrocks1@...
Send Email
Nov 4, 2004
5:45 pm
25439
... The basic answer is: no. What are you trying to accomplish? -- Matthew Miller mattdm@... <http://www.mattdm.org/> Boston University...
Matthew Miller
mattdm@...
Send Email
Nov 4, 2004
5:49 pm
25440
thanks for the reply, we are running a big app on redhat which we install with rpm. they want everything to be installed with one rpm. Now we need to add a...
Mark
mgrocks1@...
Send Email
Nov 4, 2004
7:11 pm
25441
They can certainly install two packages with a single rpm command. If they only want to type one word, you could give them a one-line script which does "rpm -U...
Perry Hutchison
phutchis@...
Send Email
Nov 4, 2004
8:23 pm
25442
... The basic answer is: yes, but only with rpm-4.1 or later. Even then it's caveat emptor, I believe I'm the only one who has tried to do what I call "package...
Jeff Johnson
jbj@...
Send Email
Nov 5, 2004
11:14 pm
25443
On Friday, 05 November 2004, at 18:14:11 (-0500), ... Wouldn't that be >= 4.1-1? Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/...
Michael Jennings
mej@...
Send Email
Nov 5, 2004
11:33 pm
25444
... Shouldn't that be >= rather than = ? _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Perry Hutchison
phutchis@...
Send Email
Nov 5, 2004
11:34 pm
25445
... See, I wasn't thinking of that as the _basic_ answer. But obviously it is the _correct_ answer. :) -- Matthew Miller mattdm@......
Matthew Miller
mattdm@...
Send Email
Nov 6, 2004
12:36 am
25446
On Wed, 03 Nov 2004 10:34:53 -0600, Cameron, Thomas ... Its ugly and you'll then have an RPM database out of sync. I'm not sure when the functionality to allow...
richard offer
roffer@...
Send Email
Nov 7, 2004
5:07 pm
25447
So I'm writing a piece of software that parses a specfile for both the required inputs and produced outputs, basically so I can build a Makefile dependency...
richard offer
roffer@...
Send Email
Nov 8, 2004
12:32 am
25448
Hi All, I would like to build an RPM package that would ask the user for input at pre-install time and use those inputs at post-install time. does anyone know...
Ben Tu
btu@...
Send Email
Nov 8, 2004
6:53 am
25449
Not sure if it can be done. RPM by design is to be non-interactive. If you want packages that require user input, perhaps shell achives (tar achives inside a...
Michael Honeyfield
mhoneyfield@...
Send Email
Nov 8, 2004
6:59 am
25450
... No. RPM is designed to be non-interactive - consider what occurs should you not be installing via a tty - such as with a depsolver (yum/apt/up2date) or a...
Paul Nasrat
pnasrat@...
Send Email
Nov 8, 2004
7:01 am
25451
I want to ask user for IP-Address and port number at pre-install time. then, add those information in the cofiguration file at post-install time. ... ...
Ben Tu
btu@...
Send Email
Nov 8, 2004
8:02 pm
Messages 25422 - 25451 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