Add changelog and man page entry for --rmsource.
authormarc <devnull@localhost>
Tue, 13 Jan 1998 19:59:26 +0000 (19:59 +0000)
committermarc <devnull@localhost>
Tue, 13 Jan 1998 19:59:26 +0000 (19:59 +0000)
CVS patchset: 1960
CVS date: 1998/01/13 19:59:26

CHANGES
rpm.8

diff --git a/CHANGES b/CHANGES
index 37aa4f7..975d8ba 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@
        - added many more i18n strings
         - merged in large rewrite of build code, which includes the following
          changes:
+            - new option --rmsource
            - all scripts can now take -p <prog>
            - more strict about %package placement and use of main package 
              preamble
diff --git a/rpm.8 b/rpm.8
index 84fae02..7d08a6c 100644 (file)
--- a/rpm.8
+++ b/rpm.8
@@ -337,6 +337,9 @@ in seconds, the maximum age of a file being packaged.  Warnings
 will be printed for all files beyond the timecheck age.
 .IP "\fB\-\-clean\fP"
 Remove the build tree after the packages are made.
+.IP "\fB\-\-rmsource\fP"
+Remove the sources and spec file after the build (may also be
+used standalone, eg. "\fBrpm \-\-rmsource foo.spec\fP").
 .IP "\fB\-\-test\fP"
 Do not execute any build stages.
 Useful for testing out spec files.