diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2013-05-22 07:59:04 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-05-23 11:00:50 +0200 |
commit | 071962f5cb3bd8ddf33210640ff62c04f09ce5c3 (patch) | |
tree | 4c3df779058a256c44d251358e85bae86a134bdf | |
parent | 93aaa447a3082e94dd475fe004e960211f53096e (diff) | |
download | sssd-071962f5cb3bd8ddf33210640ff62c04f09ce5c3.tar.gz sssd-071962f5cb3bd8ddf33210640ff62c04f09ce5c3.tar.bz2 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.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cfac3061..2bcb7145 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 |