summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-04-01 08:57:26 +0200
committerRemi Collet <fedora@famillecollet.com>2017-04-01 08:57:26 +0200
commit16425c6b41c33dede950112fb08cc3d9662d29af (patch)
treefe6eac90af1bea31259e4acdd05ca96a24b3b5b1
parent9c62518cc25bbf6249e71394ab0e49a004a192fb (diff)
drop EL-5 compat for .src.rpmHEADmaster
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 25dc774..8fc649e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,7 @@ RPMDEFINES := --define "_sourcedir $(SRCDIR)" \
SRCDEFINES := --define "dist .remi" \
--define "fedora 1" \
- --define "nophptag 1" \
- --define "_source_filedigest_algorithm 1" \
- --define "_binary_filedigest_algorithm 1"
+ --define "nophptag 1"
arch:
mv *.src.rpm /data/rpms/SRPMS.remi/ && echo done || echo Nothing to do