From 16425c6b41c33dede950112fb08cc3d9662d29af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 1 Apr 2017 08:57:26 +0200 Subject: drop EL-5 compat for .src.rpm --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit