I was asked to pass this on: http://cekirdek.uludag.org.tr/~meren/php_rpm/ Paul _______________________________________________ Rpm-list mailing list ...
Paul Nasrat
pnasrat@...
Sep 1, 2004 9:38 am
25182
... Normally when upgrading a package the epoch, version, release has incremented. In your case I am guessing this is a dev package that someone did not...
James Olin Oden
joden@...
Sep 1, 2004 12:56 pm
25183
... On Tue, 31 Aug 2004, Sateesh wrote: Would be better to scan the files payload of all the rpms that your are going to install/upgrade and then see if they...
James Olin Oden
joden@...
Sep 1, 2004 1:02 pm
25184
I think the problem is that Xavier is using a --file name-- in the 'rpm -e' command. Xavier, use only the package name for the 'rpm -e' command. For the...
Aaron Hanson
a.hanson@...
Sep 1, 2004 3:45 pm
25185
... Well understand what --force does. Its a combination of 3 other options. I install two versions of a few different pieces of software, both of which I want...
Scot Mc Pherson
scot@...
Sep 1, 2004 3:47 pm
25186
Hi All- I'm managing an embedded system with rpm. My upgrade process passes a complete list of package filenames to 'rpm -U' (version 4.2). I've discovered...
Aaron Hanson
a.hanson@...
Sep 1, 2004 6:13 pm
25187
Thanks James. I am not clear about this solution. Let me clarify my problem I have created a package ABC-1.1-0.rpm. This package has some bugs, and So i create...
Sateesh
sahegde@...
Sep 2, 2004 9:31 am
25188
... rpm does not support patch rpms. Your choices are: distribute a full update ( this is probably best) use an out of tree patch rpm/delta mechanism What you...
Paul Nasrat
pnasrat@...
Sep 2, 2004 9:47 am
25189
... Point taken. I basically use force in development quite a bit, where I am updating a package, installing, seeing what broken, fixing that, re-installing...
James Olin Oden
joden@...
Sep 4, 2004 3:37 pm
25190
... Ahhh, a much more succint and timely reply than my verbose late reply. Thanks Paul...james _______________________________________________ Rpm-list mailing...
James Olin Oden
joden@...
Sep 4, 2004 3:57 pm
25191
Hi Is there a way to determine the arch of the rpm being created by rpmbuild, other than looking at the output for the following lines: Wrote:...
Tsai Li Ming
mailinglist@...
Sep 4, 2004 4:02 pm
25192
Thanks Paul and James. ... From: rpm-list-bounces@... [mailto:rpm-list-bounces@...]On Behalf Of James Olin Oden Sent: Saturday, September 04,...
Sateesh
sahegde@...
Sep 6, 2004 3:10 am
25193
... You mean inside specfile? %{_arch} contains it, eg in above case 'ia64'. - Panu - _______________________________________________ Rpm-list mailing list ...
Panu Matilainen
pmatilai@...
Sep 6, 2004 8:51 am
25194
... I am more interested into the supported arch that the rpmbuild on a specified platform. The rpmbuild --showrc does show the build arch but is there a more...
Tsai Li Ming
mailinglist@...
Sep 6, 2004 10:54 am
25195
... I'm not quite sure what you mean here... You can't reliably know what a given rpmbuild command is doing outside the build process itself, meaning the...
Panu Matilainen
pmatilai@...
Sep 6, 2004 11:46 am
25196
... Hi Thanks for your help. I was looking for a way to get the arch of the rpm before it was being built. rpm -q --specfile --qf "%{arch}\n" specfile will...
Tsai Li Ming
mailinglist@...
Sep 6, 2004 12:04 pm
25197
Hello, is there a way to make rpm not remove config files during package upgrade? For example, I marked some foo file as configuration (%config foo). When I...
Alexei Snisarenko
asnisarenko@...
Sep 6, 2004 3:32 pm
25198
... Use "%config(noreplace) foo". On another note: Is there a similar option to %config that also leaves the file in place upon uninstall, e.g...
Lars Heill
lars.heill@...
Sep 6, 2004 3:39 pm
25199
Hello. I'd like to announce auto2rpm 1.2. auto2rpm is a tool for converting source tarballs using the autotools (autoconf, automake and libtool) into rpms. It...
Richard Dawe
rich@...
Sep 6, 2004 7:30 pm
25200
Hi there, Could you shed some light on this issue? Thx in advance. I have a RHEL3.0 Update2 server (updated with all changes found in RHN subscription...
csu4@...
Sep 7, 2004 5:04 am
25201
... rm -f /var/lib/rpm/__db*. 73 de Jeff -- Jeff Johnson ARS N3NPQ jbj@... (jbj@...) Chapel Hill, NC _______________________________________________...
Jeff Johnson
jbj@...
Sep 7, 2004 3:59 pm
25202
My package adds an essential line to an /etc/sysconfig file in the %post script, and removes it in the %preun script . During upgrade of an older version to a...
Jason Vas Dias
jvdias@...
Sep 7, 2004 6:58 pm
25203
... Yep, that is how rpm does things. An upgrade is an install of the new package followed by the erase of the old package. Additionally, all installs are...
James Olin Oden
joden@...
Sep 7, 2004 7:01 pm
25204
Aha, thanks! That was it. The new script does check if ["$1" = "0"] before removing the line - the older version does not . But what to do about detecting /...
Jason Vas Dias
jvdias@...
Sep 7, 2004 7:31 pm
25205
... Hi Richard, It's similar to the mzbuild tool in Mezzanine [http://www.kainx.org/mezzanine/] by Michael Jennings. Have you ever taken a look at mezzanine?...
Didier Casse
didierbe@...
Sep 8, 2004 4:06 am
25206
... You could add a versioned trigger against the old package removal to add the line back in. Ensure that it's versioned and ensure that it's correct. For...
Paul Nasrat
pnasrat@...
Sep 8, 2004 9:04 am
25207
Hi, I'm running AS 3.0 on all of my servers and I keep drooling over the new features MySQL 4.1 adds. They've declared 4.1 to be stable, but the AS 3.0 ...
Martin Holste
martin.holste@...
Sep 8, 2004 2:49 pm
25208
Jeff, I tried this and no luck. Any other clues? Thx & Rgds, schyu Jeff Johnson <jbj@...> To: RPM Package Manager <rpm-list@...> Sent...
csu4@...
Sep 9, 2004 12:57 am
25209
Dear all , here is a problem I am stuck with. Problem statement: 1. The guy working on this project before me created a non relocatable rpm ( say...
Sudeep_Das@...
Sep 9, 2004 7:34 am
25210
Yes, I learned this the other day from a response from this list: use "%triggerpostun" - see /usr/share/doc/rpm-{version}/triggers for details. This will...