From 7a1ca241c3e90f557b2b2a1d8a7caa6bccabf2b9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 7 Oct 2022 13:36:54 -0400 Subject: [PATCH] Revert "auto bump to v1.2.6" This reverts commit f695fe07571fffdc0dc274c5bc55d077d913bf3e by autobuilder. --- oci-seccomp-bpf-hook.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oci-seccomp-bpf-hook.spec b/oci-seccomp-bpf-hook.spec index a2bc40e..821b169 100644 --- a/oci-seccomp-bpf-hook.spec +++ b/oci-seccomp-bpf-hook.spec @@ -16,14 +16,14 @@ %global git0 https://%{import_path} %global built_tag v1.2.6 -%global built_tag_strip 1.2.6 +%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) # use the same arch definitions as present in the bcc package ExclusiveArch: x86_64 %{power64} aarch64 s390x armv7hl Name: %{repo} -Version: 1.2.6 +Version: %{gen_version} License: ASL 2.0 and BSD and ISC and MIT Release: %autorelease Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container