From a084f560044b93998e83856a67f1296861783427 Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Fri, 2 Aug 2024 22:01:33 +0000 Subject: [PATCH] use %{?buildtag} in tdnf.spec --- tdnf.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdnf.spec.in b/tdnf.spec.in index 890ec951..05655f8f 100644 --- a/tdnf.spec.in +++ b/tdnf.spec.in @@ -1,7 +1,7 @@ Summary: dnf/yum equivalent using C libs Name: tdnf Version: @PROJECT_VERSION@ -Release: 0%{?dist} +Release: 0%{?buildtag}%{?dist} Vendor: VMware, Inc. Distribution: Photon License: LGPLv2.1,GPLv2