summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2013-05-22 07:59:04 -0400
committerJakub Hrozek <jhrozek@redhat.com>2013-05-23 11:00:50 +0200
commit071962f5cb3bd8ddf33210640ff62c04f09ce5c3 (patch)
tree4c3df779058a256c44d251358e85bae86a134bdf
parent93aaa447a3082e94dd475fe004e960211f53096e (diff)
downloadsssd-071962f5cb3bd8ddf33210640ff62c04f09ce5c3.tar.gz
sssd-071962f5cb3bd8ddf33210640ff62c04f09ce5c3.tar.xz
sssd-071962f5cb3bd8ddf33210640ff62c04f09ce5c3.zip
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.
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
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