... 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...
26799
Andreas Radke
a.radke@...
Oct 2, 2005 10:09 pm
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...
26800
Murilo Opsfelder Ara€...
mopsfelder@...
Oct 2, 2005 10:14 pm
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...
26801
Andreas Radke
a.radke@...
Oct 2, 2005 10:19 pm
... I don´t have such an empty installation! _______________________________________________ Rpm-list mailing list Rpm-list@... ...
26802
Rafael Garcia-Suarez
rgarciasuarez@...
Oct 2, 2005 10:30 pm
... 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...
26803
Andreas Radke
a.radke@...
Oct 2, 2005 11:06 pm
... 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...
26804
Bob Kashani
bobk@...
Oct 2, 2005 11:30 pm
... Or... rpm -q --whatrequires mozilla-firefox Bob -- Bob Kashani http://www.ocf.berkeley.edu/~bobk/garnome _______________________________________________ ...
... rpm -q -R foo.rpm | xargs rpm --whatprovides -q It brings the best results here! Try it out. Andreas _______________________________________________ ...
26807
Jos Vos
jos@...
Oct 3, 2005 6:40 pm
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...
26808
James Olin Oden
james.oden@...
Oct 3, 2005 6:40 pm
... 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...
26809
Will Harris
will.harris@...
Oct 3, 2005 7:13 pm
... Hash: SHA1 Ok, That helps a lot. Thanks. ... - -- Will Harris System Administrator State of North Carolina Office of Information Technology Services P.O....
26810
Will Harris
will.harris@...
Oct 3, 2005 7:22 pm
... 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 ...
26811
Jos Vos
jos@...
Oct 3, 2005 8:03 pm
... This depends on the installation order and requires the custom package to be reinstalled after every upgrade of the related packages. Better use trigger...
26812
Gavin Stark - RDM
g.stark@...
Oct 3, 2005 8:37 pm
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?) ...
26813
Tony Earnshaw
tonye@...
Oct 3, 2005 8:53 pm
... 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...
26814
Will Harris
will.harris@...
Oct 4, 2005 1:53 am
... Hash: SHA1 That will work for me. Thanks. ... - -- Will Harris System Administrator State of North Carolina Office of Information Technology Services P.O....
26815
Jason Frisvold
xenophage0@...
Oct 4, 2005 4:37 pm
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...
... 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...
26818
Yermat
loic.invalid@...
Oct 5, 2005 10:13 am
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...
26819
Lenz Grimmer
lenz@...
Oct 5, 2005 11:41 am
... Hash: SHA1 Hi, ... Strange. I assume that "--freshen" does not take obsoleting packages into account and only looks for identical package names. Did you...
26820
Jason Frisvold
xenophage0@...
Oct 5, 2005 3:15 pm
... Greetings, ... Apparently not.. Perhaps it's a safety mechanism... ... yep.. that worked.. thanks for the info... ... -- Jason 'XenoPhage' Frisvold ...
26821
Christian Goetze
cg@...
Oct 5, 2005 10:47 pm
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 ...
26822
Jos Vos
jos@...
Oct 5, 2005 10:53 pm
... Redefine %_build_name_fmt in your .rpmmacros file (see /usr/lib/rpm/macros for the current format). -- -- Jos Vos <jos@...> -- X/OS Experts in...
26823
Bob Proulx
bob@...
Oct 6, 2005 5:11 am
... 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...
26824
Jason Pyeron
jpyeron@...
Oct 7, 2005 7:22 pm
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...
26825
Damian Menscher
menscher@...
Oct 8, 2005 8:41 pm
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...
26826
Ray Charles
raycharles_man@...
Oct 8, 2005 9:27 pm
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...
26827
Tony Earnshaw
tonye@...
Oct 9, 2005 9:53 am
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...