import container-exception-logger-1.0.2-3.el8

This commit is contained in:
CentOS Sources 2020-01-21 18:03:08 -05:00 committed by Stepan Oksanichenko
parent 682bfe99a6
commit f9ca2beb6d

View File

@ -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 <mkutlak@redhat.com> 1.0.2-3
- Build with ldflags
* Thu Jun 13 2019 Martin Kutlak <mkutlak@redhat.com> 1.0.2-2
- Drop the setuid wrapper
- Use a correct command name in helper