hi!! All How to pass structure definition at compile time in a spec file. I have to pass one structure definition in spec file as its required to compile...
shweta vohra
shweta.vohra@...
Aug 1, 2005 9:48 am
26580
Forgive me if this is a very basic question, but I'm a little new to RPM. What I'm trying to do is setup a build enviroment for my users who depend on certain...
3kr1ltp02@...
Aug 4, 2005 8:46 pm
26581
... Why install RPMs into a chroot on each box? Why not just tar up the build environment, and anyone that needs it can untar it locally. Or, NFS export the...
Bart Whiteley
bwhiteley@...
Aug 4, 2005 9:00 pm
26582
... What makes you think "the list is ordered"? ... Install the packages in one command ("transaction set"), like rpm -Uvh --root /some/new/rootDir `cat...
Jos Vos
jos@...
Aug 4, 2005 9:06 pm
26583
... I usually use YUM to install into a chroot: 1. Create a yum repo (place your rpms in a dir i.e. /your/rpms) then run: createrepo /your/rpms 2. Create a...
Bobby Kashani
bobk@...
Aug 5, 2005 4:07 am
26584
... oops, I just looked at my script and it seems that I forgot a few things...lol :) ... gpgcheck=0 ... mkdir -p /some/new/rootdir/etc \ /some/new/rootdir/dev...
Bobby Kashani
bobk@...
Aug 5, 2005 5:08 am
26585
... _______________________________________________ Rpm-list mailing list Rpm-list@... https://www.redhat.com/mailman/listinfo/rpm-list...
3kr1ltp02@...
Aug 5, 2005 1:42 pm
26586
... It would be useful to use BuildRequires and file bug reports on any package that did not declare them usefully. Then you could use the declared...
Bob Proulx
bob@...
Aug 5, 2005 2:07 pm
26587
... yes we do this all the time too. ... scripting is your friend ... yes, after making a root for a project, we back it up as a tar ball too. This allows us...
Jason Pyeron
jpyeron@...
Aug 5, 2005 2:53 pm
26588
... -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron...
Jason Pyeron
jpyeron@...
Aug 5, 2005 3:00 pm
26589
... My personal experience is that all messages in the hold queue are silently discarded without any notification regardless of the autoresponder message to...
... No reason. Once the build environment is untarred and you chroot into it, you can query the RPM database, and even install/remove RPMs in the chrooted ...
Bart Whiteley
bwhiteley@...
Aug 5, 2005 3:34 pm
26595
... I assumed the list was ordered because the name of the file is 'install.log', which to me means a running tally of the packages as they are installed from...
3kr1ltp02@...
Aug 5, 2005 3:35 pm
26596
... Nope (not as to a lack of time -0- rather, I lack a masochistic inclination; there was no question asking if I considered it a problem) But it is true...
R P Herrold
herrold@...
Aug 6, 2005 2:33 am
26597
... I would like to see the autoresponder message changed so that it does not mislead people into thinking that held messages will have any action taken other...
Bob Proulx
bob@...
Aug 6, 2005 7:00 pm
26598
But what about patches, scripts, and things of the like? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -...
Jason Pyeron
jpyeron@...
Aug 6, 2005 7:40 pm
26599
... Nope. Not one which either of us will be able to solve further. The list address is on both virus target lists and UCE 'prospect' lists. Many of them....
R P Herrold
herrold@...
Aug 7, 2005 4:26 pm
26600
... Correct me if I am wrong but most of the items in the last 2 weeks which have been caught would not belong on the bugzilla.redhat.com. Secondly, b.r.c,...
Jason Pyeron
jpyeron@...
Aug 7, 2005 4:47 pm
26601
Is there any way to remove the GPG signature from an existing rpm file? No, I don't really want to do this, but I need to be able to install the rpm with an...
Toralf Lund
toralf@...
Aug 8, 2005 12:15 pm
26602
I know this is not the answer to your question per say but, does rpm --nosignature --nodigest -i help any? The bug does not indicate one way or another on...
Jason Pyeron
jpyeron@...
Aug 8, 2005 12:32 pm
26603
... Depends on how you see it. This will help if the key is actually missing, but redhat-install-packages seems to report key error even when it isn't (and the...
Toralf Lund
toralf@...
Aug 8, 2005 2:56 pm
26604
... I'm quite sure it does, at least with rpm 4.2. If you install two different (differently named) packages containing the same file (using --force or...
Toralf Lund
toralf@...
Aug 8, 2005 2:57 pm
26605
I am lost on where to start on this one. I am creating a rpm for some kernel modules, and I want the rpm to prevent the upgrade of the kernel. normally I would...
Jason Pyeron
jpyeron@...
Aug 9, 2005 11:55 am
26606
The RPM database used by rpm-4.0.4 seems to be upwardly compatible with rpm-4.2.3. If I "rpm-4.2 --rebuilddb", this makes the database incompatible with...
Albert Chin
rpm-list@...
Aug 9, 2005 4:52 pm
26607
... You can try rpmrebuild http://rpmrebuild.sourceforge.net/ Valery ____________________________________________________ Start your day with Yahoo! - make it...
Valery Reznic
valery_reznic@...
Aug 11, 2005 7:04 am
26608
Hi All, I am trying to excute some custom shell scripts written by me for some basic checks as part of my rpm install in {pre-install} %pre tag section in rpm...