podman-1:0.8.3-2.dev.git3d55721f
- Requires: conmon - use default %gobuild Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
f19a0db77f
commit
9e9e79b4a7
11
podman.spec
11
podman.spec
@ -18,10 +18,6 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
# %if ! 0% {?gobuild:1}
|
||||
%define gobuild(o:) go build -tags="$BUILDTAGS" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
|
||||
#% endif
|
||||
|
||||
%global provider github
|
||||
%global provider_tld com
|
||||
%global project projectatomic
|
||||
@ -40,7 +36,7 @@ Name: podman
|
||||
Epoch: 1
|
||||
%endif
|
||||
Version: 0.8.3
|
||||
Release: 1.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 2.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: %{git_podman}
|
||||
@ -71,6 +67,7 @@ Requires: containernetworking-cni >= 0.6.0-3
|
||||
Requires: iptables
|
||||
Requires: atomic-registries
|
||||
Requires: oci-systemd-hook
|
||||
Requires: conmon
|
||||
Recommends: container-selinux
|
||||
|
||||
# vendored libraries
|
||||
@ -536,6 +533,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Aug 12 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.3-2.dev.git3d55721f
|
||||
- Requires: conmon
|
||||
- use default %gobuild
|
||||
|
||||
* Sat Aug 11 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.3-1.dev.git3d55721f
|
||||
- bump to v0.8.3-dev
|
||||
- built commit 3d55721f
|
||||
|
Loading…
Reference in New Issue
Block a user