From 06491eb2b7845bd676aa4ae6b08e6d386fdf9d2e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 4 Feb 2022 16:38:38 -0500 Subject: [PATCH] remove useless conditional Signed-off-by: Lokesh Mandvekar --- skopeo.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index df10d8c..e2ffeff 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -4,7 +4,7 @@ %global _find_debuginfo_dwz_opts %{nil} %global _dwz_low_mem_die_limit 0 %else -%global debug_package %{nil} +%global debug_package %{nil} %endif %if 0%{?fedora} && ! 0%{?rhel} @@ -34,9 +34,7 @@ License: ASL 2.0 and BSD and ISC and MIT URL: %{git0} ExclusiveArch: %{go_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz -%if 0%{?fedora} BuildRequires: btrfs-progs-devel -%endif BuildRequires: git-core BuildRequires: golang >= 1.16.6 BuildRequires: go-md2man