summaryrefslogtreecommitdiffstats
path: root/src/rpmbuild-md5
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2009-07-13 08:44:27 -0500
committerDennis Gilmore <dennis@ausil.us>2009-07-13 08:44:27 -0500
commit2e58e8b7d92c7b2f376a6bbcf50ebdb3412a63b6 (patch)
tree9742f6d5918e180a7bf0c9ce7cd2997f35892235 /src/rpmbuild-md5
parentac10ab6c14e2c9839b5d27e6ecb21395f5272d65 (diff)
downloadfedora-packager-2e58e8b7d92c7b2f376a6bbcf50ebdb3412a63b6.tar.gz
fedora-packager-2e58e8b7d92c7b2f376a6bbcf50ebdb3412a63b6.tar.xz
fedora-packager-2e58e8b7d92c7b2f376a6bbcf50ebdb3412a63b6.zip
add rpmbuild-md5 so that srpms can easily be made for oldstyle hases to do scratch builds on old distros from newer ones
Diffstat (limited to 'src/rpmbuild-md5')
-rw-r--r--src/rpmbuild-md52
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpmbuild-md5 b/src/rpmbuild-md5
new file mode 100644
index 0000000..11fdb21
--- /dev/null
+++ b/src/rpmbuild-md5
@@ -0,0 +1,2 @@
+#!/bin/bash
+rpmbuild --define "_source_filedigest_algorithm md5" --define "_binary_filedigest_algorithm md5" $@