[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
trouble with RPM erase
- From: "Deaton, Larry" <Larry Deaton Surgient com>
- To: <rpm-list redhat com>
- Subject: trouble with RPM erase
- Date: Fri, 24 May 2002 13:49:15 -0500
Everyone,
I am currently using RPM ( version 3.0.5 in RH 6.2 ) to package
a version of Apache throughout our company. I have the RPM creation and
installation working correctly. However, whenever I issue the RPM erase
command, it does not delete any of the files that were installed. If I
do the following command:
rpm -evv test_apache
I get the following for each of the files installed:
D: file:
/usr/local/apache/src/apache_1.3.23/icons/small/doc.png action: skip
The erase does seem to clear the package from the RPM database
sucessfully. Can anybody explain why this might be happening? I've
checked permissions on the files and everything looks fine. I'm running
both the install and erase commands as "root". I'm including my SPEC
file that I am using just for clarity.
-----------------------------------------------------------
Summary: test apache
Name: test_apache
Version: 1.3.23
Release: 1
Group: System Environment/Daemons
Vendor: Surgient Networks, Inc.
Packager: Surgient Networks, Inc. <http://www.surgient.com>
Copyright: Apache Software License
Source: apache_1.3.23.tar.gz
Prefix: /usr/local
BuildRoot: /
%description
test package
%prep
%setup -n apache_<version>
%build
configure
make
%install
make install-quiet root=$RPM_BUILD_ROOT
#
# The following two lines copy the Apache source also under the apache
installation
mkdir -p $RPM_BUILD_ROOT/usr/local/apache/src/apache_1.3.23
cp -R * $RPM_BUILD_ROOT/usr/local/apache/src/apache_1.3.23
%files
/usr/local/apache
----------------------------------------------------------------
Thanks,
Larry Deaton
-------------------------------
This e-mail is for the sole use of the intended recipient and may
contain confidential and privileged information. Any unauthorized
review, use or disclosure is strictly prohibited. If you are not the
intended recipient of this e-mail, please notify sender and delete
all copies immediately.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]