Compare commits
10 Commits
8bbdfaa50e
...
949f80e430
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
949f80e430 | ||
|
|
81036bb1fc | ||
|
|
9af056ef27 | ||
|
|
15768ec68e | ||
|
|
83b01a384e | ||
|
|
1464f84351 | ||
|
|
6ac618c313 | ||
|
|
58cb9bb505 | ||
|
|
49d884487a | ||
|
|
10eb806e5e |
BIN
container-exception-logger-1.0.3-1.tar.gz
Normal file
BIN
container-exception-logger-1.0.3-1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
Name: container-exception-logger
|
||||
Version: 1.0.3
|
||||
Release: 2
|
||||
Release: 5
|
||||
Summary: Logging from a container to a host
|
||||
License: GPLv3+
|
||||
URL: https://github.com/abrt/container-exception-logger
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRequires: asciidoc libxslt
|
||||
Source0: https://github.com/abrt/container-exception-logger/archive/%{name}-%{version}-1.tar.gz
|
||||
BuildRequires: asciidoc libxslt gcc
|
||||
|
||||
%description
|
||||
Container-exception-logger is a tool designed to run inside of a container
|
||||
@ -18,10 +18,10 @@ Summary: Help document for the %{name} package
|
||||
Help document for the %{name} package.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%autosetup -n %{name}-%{name}-%{version}-1 -p1
|
||||
|
||||
%build
|
||||
gcc %{optflags} src/%{name}.c -o src/container-exception-logger
|
||||
gcc %{optflags} -fPIE src/%{name}.c -o src/container-exception-logger
|
||||
a2x -d manpage -f manpage man/container-exception-logger.1.asciidoc
|
||||
|
||||
%install
|
||||
@ -39,5 +39,14 @@ cp man/container-exception-logger.1 %{buildroot}/%{_mandir}/man1/container-excep
|
||||
%{_mandir}/man1/container-exception-logger.1.*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 03 2023 wulei <wulei80@h-partners.com> - 1.0.3-5
|
||||
- Add the compilation option pie
|
||||
|
||||
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> 1.0.3-4
|
||||
- Add gcc in BuildRequires
|
||||
|
||||
* Tues Sept 8 2020 Ge Wang <wangge20@huawei.com> 1.0.3-3
|
||||
- Modify the Source0 Url
|
||||
|
||||
* Thu Dec 12 2019 shijian <shijian16@huawei.com> 1.0.3-2
|
||||
- Package init
|
||||
|
||||
4
container-exception-logger.yaml
Normal file
4
container-exception-logger.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: abrt/container-exception-logger
|
||||
tag_prefix: "container-exception-logger-"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user