Name: | git-lfs |
---|---|
Version: | 2.4.0 |
Release: | 3.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 7222459 |
License: | MIT |
RPM: | git-lfs-2.4.0-3.el7.aarch64.rpm |
Source RPM: | git-lfs-2.4.0-3.el7.src.rpm |
Build Date: | Tue Jun 26 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://git-lfs.github.io/ |
Summary: | Git extension for versioning large files |
Description: | Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server. |
- Fix %preun to correctly remove the lfs filter on uninstall (rhbz#1580357)
- Add %go_arches fallback to work around Koji issues
- Update to latest release.
- Add patches to build with Go 1.10.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Use vendored libraries on RHEL - Skip test on RHEL - Don't build man pages on RHEL due to missing ronn - Don't build html versions of man pages
- Require git-core instead of git.
- Patch tests to work on slow systems like arm and aarch builders. - Fix "git lfs help" command.
- Update to latest release. - Run all tests during build.
- Remove redundant doc tag on manpages. - Use path macros in %post/%postun.