summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <devnull@localhost>1996-03-29 01:24:38 +0000
committerroot <devnull@localhost>1996-03-29 01:24:38 +0000
commit1bd9ff15cc40281a2137336f2ef195f48dda5164 (patch)
tree2d36dbeebba90f449f5fa37ee06c9a48ae6dc770
parentf28ce8f6943ade8f2a279d3906a589a711b0d3e4 (diff)
downloadrpm-1bd9ff15cc40281a2137336f2ef195f48dda5164.tar.gz
rpm-1bd9ff15cc40281a2137336f2ef195f48dda5164.tar.bz2
rpm-1bd9ff15cc40281a2137336f2ef195f48dda5164.zip
added --rebuild and --recompile
CVS patchset: 491 CVS date: 1996/03/29 01:24:38
-rw-r--r--rpm.819
1 files changed, 15 insertions, 4 deletions
diff --git a/rpm.8 b/rpm.8
index c61492222..26fa7b698 100644
--- a/rpm.8
+++ b/rpm.8
@@ -178,14 +178,25 @@ and the origin of the package.
PGP configuration information is read from /etc/rpmrc.
See the section on PGP SIGNATURES for details.
-.SH REBUILD OPTION
+.SH REBUILD AND RECOMPILE OPTIONS
-There is another way to invoke rpm:
+There are two other ways to invoke rpm:
+
+.I "\fBrpm \-\-recompile <source_package_file>+\fP"
.I "\fBrpm \-\-rebuild <source_package_file>+\fP"
-When invoked this way, rpm installs the named source package, and
-builds a binary package from it as if it were invoked as:
+When invoked this way, rpm installs the named source package, and does
+a prep, compile and install. In addition, \-\-rebuild builds a new
+binary package.
+
+.SH SIGNING AN EXISTING RPM
+
+.I "\fBrpm \-\-resign <binary_package_file>+\fP"
+
+This option generates and inserts new signatures for the listed packages.
+Any existing signatures are removed.
+
.SH WHERE OPTION