From dce3fa8bf320122d728c06b832de19a531f9ba17 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 12 Apr 2002 04:17:30 +0000 Subject: Disabled redhat specific options git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@41 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/dist/makerpm | 8 +++++--- 1 file 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 ." % -- cgit v1.2.1