diff --git a/container-exception-logger.spec b/container-exception-logger.spec index c61ff0d..8896f6a 100644 --- a/container-exception-logger.spec +++ b/container-exception-logger.spec @@ -2,7 +2,7 @@ Name: container-exception-logger Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Logging from a container to a host License: GPLv3+ @@ -24,7 +24,7 @@ a container which is able to get its input outside of the container. %setup -q %build -gcc %{optflags} src/container-exception-logger.c -o src/container-exception-logger +%{__cc} %{optflags} src/container-exception-logger.c -o src/container-exception-logger a2x -d manpage -f manpage man/container-exception-logger.1.asciidoc %install @@ -40,6 +40,9 @@ cp man/container-exception-logger.1 %{buildroot}/%{_mandir}/man1/container-excep %license COPYING %changelog +* Mon Jan 13 2020 Tom Stellard - 1.0.3-3 +- Use __cc macro instead of hard-coding gcc + * Wed Jul 24 2019 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild