import container-exception-logger-1.0.2-3.el8
This commit is contained in:
parent
682bfe99a6
commit
f9ca2beb6d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: container-exception-logger
|
Name: container-exception-logger
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Logging from a container to a host
|
Summary: Logging from a container to a host
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -29,7 +29,7 @@ a container which is able to get its input outside of the container.
|
|||||||
%autosetup -S git_am
|
%autosetup -S git_am
|
||||||
|
|
||||||
%build
|
%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
|
a2x -d manpage -f manpage man/container-exception-logger.1.asciidoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -45,6 +45,9 @@ cp man/container-exception-logger.1 %{buildroot}/%{_mandir}/man1/container-excep
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 13 2019 Martin Kutlak <mkutlak@redhat.com> 1.0.2-2
|
||||||
- Drop the setuid wrapper
|
- Drop the setuid wrapper
|
||||||
- Use a correct command name in helper
|
- Use a correct command name in helper
|
||||||
|
Loading…
Reference in New Issue
Block a user