repair build error

This commit is contained in:
付善庆 2022-03-29 05:45:15 +00:00 committed by fushanqing
parent 4daf674cb8
commit 2ba385304f

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