Commit ae421013 authored by ben's avatar ben

Disabled redhat specific options


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@41 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 5e01fd6a
......@@ -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 ." %
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment