From 1d979f1ccf98d3a080318f36082efffe46ac3210 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 1 Jun 2021 15:01:05 -0500 Subject: [PATCH] Drop git dependency --- dogtag-pki.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dogtag-pki.spec b/dogtag-pki.spec index dbf62b1..609a7ec 100644 --- a/dogtag-pki.spec +++ b/dogtag-pki.spec @@ -13,7 +13,7 @@ License: GPLv2 and LGPLv2 # For development (i.e. unsupported) releases, use x.y.z-0.n.. # For official (i.e. supported) releases, use x.y.z-r where r >=1. Version: 10.11.0 -Release: 0.1.alpha1%{?_timestamp}%{?_commit_id}%{?dist} +Release: 0.2.alpha1%{?_timestamp}%{?_commit_id}%{?dist} %global _phase -alpha1 # To create a tarball from a version tag: @@ -171,10 +171,7 @@ fi; # Build Dependencies ################################################################################ -# autosetup -BuildRequires: git BuildRequires: make - BuildRequires: cmake >= 3.0.2 BuildRequires: gcc-c++ BuildRequires: zip @@ -828,7 +825,7 @@ This package contains PKI test suite. %prep ################################################################################ -%autosetup -n pki-%{version}%{?_phase} -p 1 -S git +%autosetup -n pki-%{version}%{?_phase} -p 1 ################################################################################ %build @@ -1360,6 +1357,9 @@ fi ################################################################################ %changelog +* Tue Jun 1 2021 Dogtag PKI Team