... With some (ugly) %ifarch / %ifnarch wrapping of sub-packages (or only %files, actually), you can create some arch-dependant binary packages as well as some...
Matthias Saou
thias@...
Feb 1, 2005 10:06 am
25810
... (and ... Maybe what you're missing is this : %define _use_internal_dependency_generator 0 It should then turn off rpm's internal dependency generator and...
Matthias Saou
thias@...
Feb 1, 2005 10:09 am
25811
... (snip) ... Toralf, Thanks. That's a very clear set of instructions and enough to solve my query. -Tom _______________________________________________ ...
Tom Browder
tbrowder@...
Feb 1, 2005 11:38 am
25812
... A somewhat late answer, perhaps, but I've been doing essentially what you're talking about. As others have pointed out, having make produce the rpms may...
Toralf Lund
toralf@...
Feb 1, 2005 12:21 pm
25813
... Nice. It's new to me as well that you can do this. But the functionality is perhaps not documented anywhere? A couple of questions related to this: 1. Can...
Toralf Lund
toralf@...
Feb 1, 2005 1:21 pm
25814
... [ ... ] ... This is slightly off, I think: %setup -n nagios -c -b0 -b1 Essentially, -b0 tells "setup" to unpackage source no 0, and -b1 source no 1. Source...
Toralf Lund
toralf@...
Feb 1, 2005 1:29 pm
25815
Has anyone made a rpm depot for hpux 11.x pa-risc? Thanks! Christian Nilsson _______________________________________________ Rpm-list mailing list ...
Nilsson Christian
christian.nilsson@...
Feb 1, 2005 1:35 pm
25816
On Tuesday, 01 February 2005, at 14:20:36 (+0100), ... I forget how I learned of it. Most likely I discovered it by accident, or I may have gotten it from HJ...
Michael Jennings
mej@...
Feb 1, 2005 3:08 pm
25817
... Yeah, I guess this is one of the things that it might suddenly occur to you to try, if you use the --target option - which I generally don't; I usually...
Toralf Lund
toralf@...
Feb 1, 2005 3:51 pm
25818
It works! Thanks very much. ... From: "Matthias Saou" <thias@...> To: "RPM Package Manager"...
Tang Siu Hong
shtang@...
Feb 1, 2005 4:10 pm
25819
On Tuesday, 01 February 2005, at 16:50:56 (+0100), ... I did too, right up until I needed to build kernel packages for i386, i686, and athlon all from the same...
Michael Jennings
mej@...
Feb 1, 2005 4:28 pm
25820
... Hash: SHA1 Andrew, I think this may help you: ~ Packaging software with RPM, Part 3 ~ Running scripts at install and uninstall ~...
Jose Pedro Oliveira
jpo@...
Feb 3, 2005 3:52 pm
25821
rpm version used: rpm-4.2.1-4.2 (with RH EL3). I have an rpm package that works fine with rpm -e / rpm -i, but rpm -Uhv shows results in the following order,...
Cress, Andrew R
andrew.r.cress@...
Feb 3, 2005 4:09 pm
25822
... Ok, take the simplest case - let us say you were upgrading libc. If you removed the old before adding the new, you would then no longer be able to run any...
David D. Hagood
David.Hagood@...
Feb 3, 2005 4:09 pm
25823
On Thu, 3 Feb 2005 10:41:21 -0500, Cress, Andrew R ... Nope this has been this way from time immerial (call it RPM EPOCH) and likely always will be this way....
James Olin Oden
james.oden@...
Feb 3, 2005 4:50 pm
25824
Jose/David/James, Thanks for all the information. Testing the $1 argument is what I need to implement. That should do it. Thanks, Andy ... From:...
Cress, Andrew R
andrew.r.cress@...
Feb 3, 2005 4:52 pm
25825
... Add --target arch1,arch2,arch3,arch4 Note that these are sequential builds, not multiple arches in one build. The design goal in rpm is One value of arch...
Jeff Johnson
jbj@...
Feb 3, 2005 9:00 pm
25826
Hey, I'm a beginner at RPM so please be gentle ;) I have some binary files for multiple architectures. I would like to pack these in an RPM installer file. It...
V. Buijtendijk
vince80@...
Feb 3, 2005 9:29 pm
25827
... Just list the binaries as sources, either individually or tar them up. Then untar the binaries in the %prep section, skip the %build section, copy the...
Bart Whiteley
bwhiteley@...
Feb 3, 2005 9:56 pm
25828
Can an rpm be installed during the installation of another rpm? _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Dustin Long
dlong5@...
Feb 3, 2005 11:12 pm
25829
... others are doing it but I would not personally go there. Also, I have a suspicion that if you tried to use --rollback to rollback such an upgrade bad...
James Olin Oden
james.oden@...
Feb 4, 2005 1:12 am
25830
... This is not the right list for asking "which distro" I would suggest you go to http://www.linuxquestions.org/ and ask there. ... SATA support depends...
Michael A. Peters
mpeters@...
Feb 4, 2005 8:37 am
25831
... Apparently - but there is (imho) no need to. If multiple rpms are needed, and you can not use a "Requires" to solve the issue, it is better to use...
Michael A. Peters
mpeters@...
Feb 4, 2005 9:30 am
25832
... If you want to put the binaries of all architectures in one src.rpm, use something like: %prep %ifarch i386 ... %endif %ifarch s390 ... %endif to...
Jos Vos
jos@...
Feb 4, 2005 2:08 pm
25833
ello, I use rpm to manage so-called vservers [1] which are basically secure chroot environments. Script execution could lower this security significantly as...
Enrico Scholz
enrico.scholz@...
Feb 4, 2005 2:12 pm
25834
Greetings, Now it's official: thanks to python-hosting.com, Smart Package Manager has a new home (still at http://smartpm.org), using a Trac system which ...
Gustavo Niemeyer
niemeyer@...
Feb 4, 2005 2:14 pm
25835
... So, to repeat one of my questions from elsewhere on this branch: Does that mean there is no way to ask for more than one output architecture via spec file...
Toralf Lund
toralf@...
Feb 4, 2005 3:15 pm
25836
... Ok, SELinux people need more information[1] in the pre-chroot hook, so I ... Enrico Footnotes: [1]...
Enrico Scholz
enrico.scholz@...
Feb 4, 2005 3:21 pm
25837
Enrico -- Poke the same message(s) onto <rpm-devel@...> please. General lua hooking on all RPMRC_FOO returns, with fine grained hook dispatch...
Jeff Johnson
jbj@...
Feb 4, 2005 6:37 pm
25838
... Yes, no way, by design: Only one static arch value per build. Loop on the build, either external to rpmbuild, or with --target if you must. External loop...