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 26798 - 26827 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26798
... Hash: SHA1 ... Use the package names to fetch the packages, then use --justdb. rpmdb has a lot more information besides package names, and those are needed...
Rodrigo Barbosa
rodrigob@...
Send Email
Sep 23, 2005
4:49 pm
26799
I want to list all required packages by their name before installing some rpm. I have found "rpm -q -R foo.rpm". But that only tells me alle required files. Is...
Andreas Radke
a.radke@...
Send Email
Oct 2, 2005
10:09 pm
26800
Why do not you try install the rpm first? If it has any dependences, they will be listed. []s ... -- ... Murilo Opsfelder Araújo Debian Sarge Linux Linux User...
Murilo Opsfelder Ara€...
mopsfelder@...
Send Email
Oct 2, 2005
10:14 pm
26801
... I don´t have such an empty installation! _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Andreas Radke
a.radke@...
Send Email
Oct 2, 2005
10:19 pm
26802
... Your question is not clear. -qR will list every single dependency. A depedency may or may not correspond to the name of an RPM, because an RPM can provide...
Rafael Garcia-Suarez
rgarciasuarez@...
Send Email
Oct 2, 2005
10:30 pm
26803
... urpmq -d gives the right pakage names. When I do a [andyrtr@workstation i686]$ rpm -q -R mozilla-firefox gtk+2 >= 0:2.2.0 indexhtml /bin/sh /bin/sh /bin/sh...
Andreas Radke
a.radke@...
Send Email
Oct 2, 2005
11:06 pm
26804
... Or... rpm -q --whatrequires mozilla-firefox Bob -- Bob Kashani http://www.ocf.berkeley.edu/~bobk/garnome _______________________________________________ ...
Bob Kashani
bobk@...
Send Email
Oct 2, 2005
11:30 pm
26805
try "rpm -qa <foo.rpm>" Panthini ... _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Panthini Pandit
panthini.pandit@...
Send Email
Oct 3, 2005
4:54 am
26806
... rpm -q -R foo.rpm | xargs rpm --whatprovides -q It brings the best results here! Try it out. Andreas _______________________________________________ ...
Andreas Radke
a.radke@...
Send Email
Oct 3, 2005
3:28 pm
26807
Hi, ... Let your custom package include files in an own directory: %files /etc/custom/sshd_config ... and use trigger scripts to replace the original files...
Jos Vos
jos@...
Send Email
Oct 3, 2005
6:40 pm
26808
... I don't know if this will suite your tastes or not, but what I do is deliver the config files to some alternate location and then in the %post scriptlet...
James Olin Oden
james.oden@...
Send Email
Oct 3, 2005
6:40 pm
26809
... Hash: SHA1 Ok, That helps a lot. Thanks. ... - -- Will Harris System Administrator State of North Carolina Office of Information Technology Services P.O....
Will Harris
will.harris@...
Send Email
Oct 3, 2005
7:13 pm
26810
... Hash: SHA1 I am not sure if this is possible, but I am trying to find a way to make a custom package with a set of (edited) config files and security ...
Will Harris
will.harris@...
Send Email
Oct 3, 2005
7:22 pm
26811
... This depends on the installation order and requires the custom package to be reinstalled after every upgrade of the related packages. Better use trigger...
Jos Vos
jos@...
Send Email
Oct 3, 2005
8:03 pm
26812
I'm sorry if this has been asked and answered elsewhere, but I had difficulty finding a search feature for this mailing list. (Can anyone point me to one?) ...
Gavin Stark - RDM
g.stark@...
Send Email
Oct 3, 2005
8:37 pm
26813
... Red Hat RHAS4 with self-built dspam-3.6.0-2.rpm: rpm -q -R dspam-3.6.0-2 |xargs rpm --whatprovides -q | sort | uniq | grep -v "no package" | grep -v dspam...
Tony Earnshaw
tonye@...
Send Email
Oct 3, 2005
8:53 pm
26814
... Hash: SHA1 That will work for me. Thanks. ... - -- Will Harris System Administrator State of North Carolina Office of Information Technology Services P.O....
Will Harris
will.harris@...
Send Email
Oct 4, 2005
1:53 am
26815
Hi all, Just a quick question here.. It seems that MySQL has changed the naming scheme of their packages. How do I force an update of the existing package to...
Jason Frisvold
xenophage0@...
Send Email
Oct 4, 2005
4:37 pm
26816
... Hash: SHA1 Hi, ... Yes: $ rpm -qp --provides MySQL-server-standard-4.1.14-0.rhel4.i386.rpm MySQL MySQL-server config(MySQL-server-standard) =...
Lenz Grimmer
lenz@...
Send Email
Oct 4, 2005
4:53 pm
26817
... Update, not freshen? Hrm.. I have the new files in a directory with up2date using that directory as a source. However, up2date doesn't even show 4.1.14...
Jason Frisvold
xenophage0@...
Send Email
Oct 4, 2005
5:18 pm
26818
Hi all, I want to create an rpm for a java program that is not from me because one of my program depend on it. The problem I have is that I want to create an...
Yermat
loic.invalid@...
Send Email
Oct 5, 2005
10:13 am
26819
... Hash: SHA1 Hi, ... Strange. I assume that "--freshen" does not take obsoleting packages into account and only looks for identical package names. Did you...
Lenz Grimmer
lenz@...
Send Email
Oct 5, 2005
11:41 am
26820
... Greetings, ... Apparently not.. Perhaps it's a safety mechanism... ... yep.. that worked.. thanks for the info... ... -- Jason 'XenoPhage' Frisvold ...
Jason Frisvold
xenophage0@...
Send Email
Oct 5, 2005
3:15 pm
26821
It seems that rpmbuild will generate the rpm file into RPMS/<arch>/<package-name>-<version>-<release>.<arch>.rpm How can I change this? I'd like to have ...
Christian Goetze
cg@...
Send Email
Oct 5, 2005
10:47 pm
26822
... Redefine %_build_name_fmt in your .rpmmacros file (see /usr/lib/rpm/macros for the current format). -- -- Jos Vos <jos@...> -- X/OS Experts in...
Jos Vos
jos@...
Send Email
Oct 5, 2005
10:53 pm
26823
... What you are asking for is a little unusual. Typically the build would not be stored with the resulting binary. But if you really wanted to you could...
Bob Proulx
bob@...
Send Email
Oct 6, 2005
5:11 am
26824
I am looking for something similar too. I need to capture the rpmbuild command line options and rpmmacros. I already save the envronment, rpm -qa, and...
Jason Pyeron
jpyeron@...
Send Email
Oct 7, 2005
7:22 pm
26825
We were taking advantage of the weekend to update our RHEL4.1 machine to RHEL4.2. It is worth mentioning that it is an x86_64 box. While running up2date, it...
Damian Menscher
menscher@...
Send Email
Oct 8, 2005
8:41 pm
26826
Hi, I am building a new squid rpm and I want the rpm to gracefully (rather than just kill -9) shutdown the current running squid daemon, when the admins do the...
Ray Charles
raycharles_man@...
Send Email
Oct 8, 2005
9:27 pm
26827
Hi, Climbing the rpm spec-writing learning curve, it's going ok (no basic problems on RHAS3/4). It's both profitable and fun :) Besides maximum and Guru Labs...
Tony Earnshaw
tonye@...
Send Email
Oct 9, 2005
9:53 am
Messages 26798 - 26827 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