Temp turn off -p "foo foo foo" in CHANGELOG.
authormarc <devnull@localhost>
Tue, 13 Jan 1998 19:53:07 +0000 (19:53 +0000)
committermarc <devnull@localhost>
Tue, 13 Jan 1998 19:53:07 +0000 (19:53 +0000)
Forgot to turn on rmsource.

CVS patchset: 1958
CVS date: 1998/01/13 19:53:07

CHANGES
rpm.c

diff --git a/CHANGES b/CHANGES
index 22dcc63..37aa4f7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,6 @@
         - merged in large rewrite of build code, which includes the following
          changes:
            - all scripts can now take -p <prog>
-           - all scripts can now take -p "<prog> <arg>..."
            - more strict about %package placement and use of main package 
              preamble
            - %attr(mode, user, group [, dirmode])
diff --git a/rpm.c b/rpm.c
index 098c786..e6d563d 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -712,6 +712,7 @@ int main(int argc, char ** argv) {
            if (bigMode != MODE_UNKNOWN && bigMode != MODE_BUILD)
                argerror(_("only one major mode may be specified"));
            bigMode = MODE_BUILD;
+           rmsource = 1;
            break;
 
          case GETOPT_RECOMPILE: