>From d3eadb3817f0f8c9318c10acc3ffcc516292f771 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 22 May 2013 07:59:04 -0400 Subject: [PATCH 2/2] Remove old hash support from example spec SSSD 1.10 and later will no longer support RHEL 5, so we should be using the native hash algorithm on the newer versions of RPM by default. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cfac3061d215940d124519f398e48523208273b7..2bcb71457af4a21ab4144a379148bc31820b7469 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1999,7 +1999,6 @@ endif srpm: rpmbrprep cd $(RPMBUILD); \ rpmbuild --define "_topdir $(RPMBUILD)" \ - --define _source_filedigest_algorithm=1 \ -bs SPECS/sssd.spec if GIT_CHECKOUT -- 1.8.2.1