podman-2:3.1.0-0.65.dev.git87e2056
- built 87e2056 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
4be6829d06
commit
1e30f2bb40
1
.gitignore
vendored
1
.gitignore
vendored
@ -1697,3 +1697,4 @@
|
||||
/podman-7497dcb.tar.gz
|
||||
/podman-c726732.tar.gz
|
||||
/podman-426178a.tar.gz
|
||||
/podman-87e2056.tar.gz
|
||||
|
11
podman.spec
11
podman.spec
@ -31,7 +31,7 @@
|
||||
# To build a random user's fork/commit, comment out above line,
|
||||
# uncomment below line and replace the placeholders and commit0 below with the right info
|
||||
#%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO
|
||||
%global commit0 426178a49991106ffe222f12cc42409ae78dd257
|
||||
%global commit0 87e20560ac885c541784af1341098ce8e1e7a940
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global repo_plugins dnsname
|
||||
@ -56,7 +56,7 @@ Version: 3.1.0
|
||||
# N.foo if released, 0.N.foo if unreleased
|
||||
# Rawhide almost always ships unreleased builds,
|
||||
# so release tag should be of the form 0.N.foo
|
||||
Release: 0.64.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.65.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io/
|
||||
@ -411,6 +411,7 @@ file. Each CNI network will have its own dnsmasq instance.
|
||||
%prep
|
||||
%autosetup -Sgit -n %{name}-%{commit0}
|
||||
rm -f docs/source/markdown/containers-mounts.conf.5.md
|
||||
sed -i 's/install.docker-docs: docker-docs/install.docker-docs-nobuild:/' Makefile
|
||||
|
||||
# untar dnsname
|
||||
tar zxf %{SOURCE1}
|
||||
@ -461,7 +462,7 @@ export GOPATH=$(pwd)/_build:$(pwd)
|
||||
%gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname
|
||||
popd
|
||||
|
||||
%{__make} docs
|
||||
%{__make} docs docker-docs
|
||||
|
||||
%install
|
||||
install -dp %{buildroot}%{_unitdir}
|
||||
@ -472,6 +473,7 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build
|
||||
install.systemd \
|
||||
install.completions \
|
||||
install.docker \
|
||||
install.docker-docs-nobuild \
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
install.remote-nobuild \
|
||||
%endif
|
||||
@ -633,6 +635,9 @@ exit 0
|
||||
|
||||
# rhcontainerbot account currently managed by lsm5
|
||||
%changelog
|
||||
* Wed Mar 03 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:3.1.0-0.65.dev.git87e2056
|
||||
- built 87e2056
|
||||
|
||||
* Tue Mar 02 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:3.1.0-0.64.dev.git426178a
|
||||
- autobuilt 426178a
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0
|
||||
SHA512 (podman-426178a.tar.gz) = badd07d2f125c722583c4779a8f489daec29e02aede78b9866a1a2a08f3ffcd6692a5abf92c8ba325b4fe459e39211022c4f7a045e4f4f8fbb1b40fc279359be
|
||||
SHA512 (podman-87e2056.tar.gz) = 109230e81bf36fdea3072dea5e8755f0ac17570c77bfcfba4831e0176fb9f8b326528a3c96dd6249b3b644e84bf1df1dd792adf9487bd7dcbfcde91c5050bc2b
|
||||
|
Loading…
Reference in New Issue
Block a user