From 071962f5cb3bd8ddf33210640ff62c04f09ce5c3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 22 May 2013 07:59:04 -0400 Subject: 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 cfac3061d..2bcb71457 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 -- cgit