summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-04-12 04:17:30 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-04-12 04:17:30 +0000
commitdce3fa8bf320122d728c06b832de19a531f9ba17 (patch)
tree6cc0cd14cdc1234f69ba9f4b2305894bf0a58610
parentcdb78193a50acb2eaeb5863a05dbc1aa865ade11 (diff)
downloadrdiff-backup-dce3fa8bf320122d728c06b832de19a531f9ba17.tar.gz
Disabled redhat specific options
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@41 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rwxr-xr-xrdiff-backup/dist/makerpm8
1 files changed, 5 insertions, 3 deletions
diff --git a/rdiff-backup/dist/makerpm b/rdiff-backup/dist/makerpm
index 8fc3027..70c5edc 100755
--- a/rdiff-backup/dist/makerpm
+++ b/rdiff-backup/dist/makerpm
@@ -34,10 +34,12 @@ redhat_noarchrpm = base+"rh7x.noarch.rpm"
redhat_patch = "rdiff-backup-rh7x.patch"
redhat_specfile = "rdiff-backup-%s-1.rh7x.spec" % version
-os.system("install -o root -g root -m 644 %s %s /usr/src/redhat/SOURCES" %
- tarfile, redhat_patch)
+#os.system("install -o root -g root -m 644 %s %s /usr/src/redhat/SOURCES" %
+# (tarfile, redhat_patch))
+os.system("install -o root -g root -m 644 %s /usr/src/redhat/SOURCES" %
+ (tarfile,))
os.system("rpm -ba --sign -vv --target noarch " + specfile)
-os.system("rpm -ba --sign -vv --target noarch.rh7x " + redhat
+#os.system("rpm -ba --sign -vv --target noarch.rh7x " + redhat
#os.system("install -o ben -g ben -m 644 /usr/src/redhat/SRPMS/%s ." % srcrpm)
os.system("install -o ben -g ben -m 644 /usr/src/redhat/RPMS/noarch/%s ." %