git-lfs/rpm
brian m. carlson 47c13f7046
rpm: use old setup code on CentOS 7
We need to have different %setup invocations on CentOS 8 and older
CentOS versions.  Originally, CentOS 7 was thought to behave like CentOS
8, but the fact that it behaves like CentOS 6 was hidden by the
container images building the RPMs against Git LFS 2.4.0 as part of the
setup process.  As a consequence, we never built the RPMs using the new
versions of the spec files in master, and we never noticed that they
failed in this case.

Since we're no longer building RPMs against an ancient version of Git
LFS as part of the setup process, adjust the Ruby RPMs to call the
correct %setup invocation on CentOS 7.  Note that like the code with
%{?el6}, %{?el7} will expand to either 1 or nothing, so the condition
will be true (nonzero) for CentOS 6 or 7 and false (zero) for 8.
2019-12-02 16:09:46 +00:00
..
SOURCES Dockers working for centos and debian with GPG signing 2015-07-23 23:18:36 -04:00
SPECS rpm: use old setup code on CentOS 7 2019-12-02 16:09:46 +00:00
build_rpms.bsh rpm: fix order of exclude arguments 2019-11-26 14:47:19 +00:00
clean.bsh Bump for 0.5.3 2015-07-23 23:18:36 -04:00
golang_patch.bsh Fixed small bug for when epel is updating thier servers 2015-08-22 21:03:39 -04:00
INSTALL.md Remove trailing whitespace 2018-10-03 20:34:13 +00:00