diff --git a/SPECS/container-exception-logger.spec b/SPECS/container-exception-logger.spec index 17d3596..df91e5f 100644 --- a/SPECS/container-exception-logger.spec +++ b/SPECS/container-exception-logger.spec @@ -2,7 +2,7 @@ Name: container-exception-logger Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Logging from a container to a host License: GPLv2+ @@ -29,7 +29,7 @@ a container which is able to get its input outside of the container. %autosetup -S git_am %build -gcc %{optflags} src/container-exception-logger.c -o src/container-exception-logger +gcc %{build_cflags} %{build_ldflags} src/container-exception-logger.c -o src/container-exception-logger a2x -d manpage -f manpage man/container-exception-logger.1.asciidoc %install @@ -45,6 +45,9 @@ cp man/container-exception-logger.1 %{buildroot}/%{_mandir}/man1/container-excep %license COPYING %changelog +* Thu Jul 4 2019 Martin Kutlak 1.0.2-3 +- Build with ldflags + * Thu Jun 13 2019 Martin Kutlak 1.0.2-2 - Drop the setuid wrapper - Use a correct command name in helper