fix macros for autobuild
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
6161b48951
commit
512a3cfd3f
@ -1,6 +1,5 @@
|
||||
%define built_tag v0.1.5
|
||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%define download_url %{url}/archive/%{built_tag}.tar.gz
|
||||
%global built_tag v0.1.5
|
||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
|
||||
Name: catatonit
|
||||
Version: 0.1.5
|
||||
@ -8,7 +7,7 @@ Release: 1%{?dist}
|
||||
Summary: A signal-forwarding process manager for containers
|
||||
License: GPLv3+
|
||||
URL: https://github.com/openSUSE/catatonit
|
||||
Source0: %{download_url}
|
||||
Source0: %{url}/archive/%{built_tag}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: file
|
||||
@ -59,9 +58,6 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name}
|
||||
%{_libexecdir}/podman/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Aug 16 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.1.5-1
|
||||
- autobuilt v0.1.5
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user