Remove unnecessary BR on tofrodos

Makefile.am uses “todos”, but only when a tool called “advd2” is
installed.
This commit is contained in:
Benjamin A. Beasley 2022-09-28 09:11:53 -04:00
commit d02c67597f

View file

@ -20,7 +20,6 @@ BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: dos2unix
BuildRequires: tofrodos
# System library supported by upstream
BuildRequires: zlib-devel
@ -133,6 +132,7 @@ export LDFLAGS="-lzopfli ${LDFLAGS-}"
- Use modern spec file macros (make_build/make_install/etc.)
- Unbundle libdeflate
- Unbundle zopfli where it is available as a system library (i.e., Fedora)
- Remove unnecessary BR on tofrodos
* Mon Jul 27 2020 Jeff Law <law@redhat.com> - 2.1-15
- Force C++14 as the code is not ready for C++17