!2 修复catatonit编译报错

From: @fu-shanqing 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-04-24 06:53:19 +00:00 committed by Gitee
commit 8abddd4008
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: catatonit Name: catatonit
Version: 0.1.7 Version: 0.1.7
Release: 1 Release: 2
Summary: A signal-forwarding process manager for containers Summary: A signal-forwarding process manager for containers
License: GPLv3+ License: GPLv3+
URL: https://github.com/openSUSE/catatonit URL: https://github.com/openSUSE/catatonit
@ -30,6 +30,7 @@ signalfd(2)) and has no additional features.
%prep %prep
%autosetup -Sgit -n %{name}-%{built_tag_strip} %autosetup -Sgit -n %{name}-%{built_tag_strip}
sed -i '$d' configure.ac
%build %build
autoreconf -fi autoreconf -fi
@ -59,5 +60,8 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name}
%{_libexecdir}/podman/%{name} %{_libexecdir}/podman/%{name}
%changelog %changelog
* Sat Mar 26 2022 fushanqing <fushanqing@kylinos.cn> - 0.1.7-2
- repair build error
* Mon Nov 22 2021 Li Jingwei <lijingwei@uniontech.com> - 0.1.7-1 * Mon Nov 22 2021 Li Jingwei <lijingwei@uniontech.com> - 0.1.7-1
- package init - package init