From c7e494a93cb4b195523a9abf78788fd09681f600 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: May 19 2021 18:41:40 +0000 Subject: bump to v1.0.0-rc95 Signed-off-by: Peter Hunt --- diff --git a/runc.spec b/runc.spec index ddd3e1b..6099f0a 100644 --- a/runc.spec +++ b/runc.spec @@ -30,14 +30,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.0.0-rc93 +%define built_tag v1.0.0-rc95 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz Name: %{repo} Epoch: 2 Version: 1.0.0 -Release: 377.rc93%{?dist} +Release: 378.rc95%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 URL: %{git0} @@ -309,6 +309,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Wed May 19 2021 Peter Hunt - 2:1.0.0-378.rc95 +- Bump to v1.0.0-rc95 + * Wed Apr 21 2021 Lokesh Mandvekar - 2:1.0.0-377.rc93 - add Provides: oci-runtime in the right place diff --git a/trimpath.patch b/trimpath.patch index 3fc3cb8..efe7d32 100644 --- a/trimpath.patch +++ b/trimpath.patch @@ -1,9 +1,9 @@ diff --git a/Makefile b/Makefile -index e13d8f1d..605d7109 100644 +index aff6d531..9a0ed3aa 100644 --- a/Makefile +++ b/Makefile -@@ -23,9 +23,9 @@ ifeq ($(shell $(GO) env GOOS),linux) - GO_BUILDMODE := "-buildmode=pie" +@@ -25,9 +25,9 @@ ifeq ($(shell $(GO) env GOOS),linux) + endif endif endif -GO_BUILD := $(GO) build -trimpath $(MOD_VENDOR) $(GO_BUILDMODE) $(EXTRA_FLAGS) -tags "$(BUILDTAGS)" \