... As far as I know this is not possible. The best I can suggest is to run 'find' looking for .rpmsave files and then merging the changes manually and...
Bob Proulx
bob@...
Sep 4, 2005 11:09 pm
26712
... Not sure what you mean about C++. C++ code generates ELF binaries and all required shared libraries are listed as dependencies. So shared libraries'...
Frank Cusack
fcusack@...
Sep 5, 2005 1:30 am
26713
Hi £¡ Linux £ºLinux mail.skinova.cn 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 i386 GNU/Linux ¡°rpm¡±description fo the problem£º after...
hosander
hosander@...
Sep 5, 2005 3:39 am
26714
... You might want to try to rebuild your rpm database. make a back-up of the databases: mv /var/lib/rpm/__db* /tmp/ then rebuild the datases: rpm -vv...
jeffd
jeffd@...
Sep 5, 2005 4:35 am
26715
Hi ,jeffd £¡ It works! Thank you very much:-) Best Regards£¡ ... hosander hosander@... ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2005-09-05 ...
hosander
hosander@...
Sep 5, 2005 5:57 am
26716
Dear all, I am happy to announce the release of the new rpmt tool called rpmt-py (rpmt in python). As you may know, rpmt stands for "Transactional RPM", and it...
Nicolas
nicolas.pinto@...
Sep 5, 2005 9:19 am
26717
Hi All, I am trying to pack a source package into rpm. I need to include the shortcut for my software as Start Menu icon and as well some more short cuts as an...
shekhar vaggu
vaggushekhar@...
Sep 6, 2005 10:25 am
26718
Hello all, I've been having a problem with automatic dependencies and rpmbuild. I've tried both rpm-4.2 and rpm-4.1. I'm building on an LFS i686 system...
Tarek Ghaleb
turmeric2005@...
Sep 6, 2005 12:32 pm
26719
I have installed in my PC Fedora Core 3. I want know in which directory i have to install my programs (as Real Player) in order that any user can utilize them...
Orbisaglia Maurizio
orbisaglia@...
Sep 6, 2005 12:53 pm
26720
I have installed in my PC Fedora Core 3. I have a sound card GENIUS Legacy Audio. Linux use a driver called Fortemedia, Model:IncXwave QS300A, DRIVER: snd FM...
Orbisaglia Maurizio
orbisaglia@...
Sep 6, 2005 12:53 pm
26721
Hi list, RHAS3, soon 4, rpm-4.2.3-10. I've got to the stage where I install just about all of my extra stuff and utilities using spec files and tarballs. Red...
Tony Earnshaw
tonye@...
Sep 6, 2005 1:14 pm
26722
... Maybe you didn't notice but this list is about RPM, the package manager. This mail is clearly out of topic and I don't think you'll get any constructive ...
Olivier Thauvin
olivier.thauvin@...
Sep 6, 2005 1:23 pm
26723
... If you're installing from an rpm, it will be put in the right place anyway. If you're installing from Real's source, install to /usr/local and have each...
Tony Earnshaw
tonye@...
Sep 6, 2005 2:39 pm
26724
... The C++ analogy is probably not a good one - never mind. The essential point is that Perl package names may occur in Perl code without indicating an...
Dan Franklin
dfranklin@...
Sep 6, 2005 7:18 pm
26725
I'm new at writing spec files so please be gentle. I'm running a specfile I wrote on a Red Hat 9 system. rpm-4.2-0.69 I run the rpm -bb and I get this in the...
Steven W. Orr
steveo@...
Sep 6, 2005 8:28 pm
26726
... Are you installing the rpm on the same machine you built it on? The machine you've built on may have a later version of glibc. Doesn't seem to be the...
Frank Cusack
fcusack@...
Sep 6, 2005 8:56 pm
26727
On Tuesday, Sep 6th 2005 at 13:54 -0700, quoth Frank Cusack: =>On September 6, 2005 4:27:59 PM -0400 "Steven W. Orr" <steveo@...> =>wrote: =>> I run...
Steven W. Orr
steveo@...
Sep 6, 2005 9:06 pm
26728
Hi, I am working on a project where I have one rpm with 2 shared libs. Both of these .so files gets installed in /usr/lib64/ file /usr/lib64/<libname>.so ELF...
gmane
ysharma@...
Sep 6, 2005 9:12 pm
26729
Dear Group, I am under the understanding that in versions of Fedora previous to FC4, one had to add new repositories manually to /etc/sysconfig/rhn/sources in...
Steven Stromer
filter@...
Sep 6, 2005 11:42 pm
26730
--On Tuesday, September 06, 2005 3:22 PM +0530 shekhar vaggu ... RPM's use isn't limited to systems with graphical interfaces. On systems with GUI's, there's a...
Kenneth Porter
shiva@...
Sep 7, 2005 2:42 am
26731
I would like to know whether I can use debian rpm(for update) or not on redhat9. Regards, yui _______________________________________________ Rpm-list mailing...
Yui Hiroaki
yui@...
Sep 7, 2005 5:45 am
26732
... hello Shekhar, Create a desktop file (for more info refer files in /usr/share/applications ). and copy to /usr/share/applications/. A sample desktop file...
Manilal K M
manilalkm@...
Sep 7, 2005 7:37 am
26733
Hello, I want to reinstall a rpm package with the same version for test purposes. For example: 1. rpm -i package_2.1.0 2. rpm -u package_2.1.0 Then the system...
Thorsten Geelhaar
thorsten.geelhaar@...
Sep 7, 2005 12:55 pm
26734
In my %post I want to cp /etc/inittab /etc/inittab-$(date "+%Y%m%d-%k%M%S") but it doesn't do what I want because the %S seems to expand to SOURCE. How do I...
Steven W. Orr
steveo@...
Sep 7, 2005 2:45 pm
26735
Replace % to %% Valery ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Valery Reznic
valery_reznic@...
Sep 7, 2005 2:46 pm
26736
I have the following snippet: Name: guard_stap Version: 1.0 Release: 1 Prefix: /usr/local/guardium %define InstRoot %{Prefix}/%{Name}-%{Version}-%{Release} ...
Steven W. Orr
steveo@...
Sep 7, 2005 3:10 pm
26737
... You can change it as following: ADD: %define MY_PREFIX /usr/local/guardium ... < Prefix: %{MY_PREFIX} ... END OF DELETE ... May be you need to strip...
Valery Reznic
valery_reznic@...
Sep 7, 2005 3:16 pm
26738
... One possibility is that there's a binary (built somewhere else against a newer glibc) included somewhere in the guard_stap source tarball which ends up...
Panu Matilainen
pmatilai@...
Sep 7, 2005 6:58 pm
26739
... The 'Prefix:' tag does not define %prefix. %name, %version, %release are special that way, other tags are not. You can just define it. In the olden days...
Frank Cusack
fcusack@...
Sep 8, 2005 12:39 am
26740
... Have you tried --replacepkgs or --oldpackge. If that doesn't work then a 'rpm -Uvh --force some.rpm' should work. Bob -- Bob Kashani ...