From 7b286e86ee6966fdb01dae49725027b6df26e61a Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Wed, 15 Jun 2022 09:51:40 +0800 Subject: [PATCH] Remove unnecessary Buildrequires git --- pki-core.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pki-core.spec b/pki-core.spec index 1025b38..5eee101 100644 --- a/pki-core.spec +++ b/pki-core.spec @@ -4,7 +4,7 @@ Name: pki-core Version: 10.7.3 -Release: 4 +Release: 5 Summary: The PKI Core Package License: GPLv2 and LGPLv2 URL: http://www.dogtagpki.org/ @@ -14,7 +14,7 @@ Patch1: 0001-Fix-URL-redirection-for-KRA-and-OCSP-web-UI-241.patch Patch2: remove-sslget-V-option.patch Patch3: remove-revoker-V-option.patch -BuildRequires: git make cmake >= 2.8.9-1 gcc-c++ zip java-1.8.0-openjdk-devel +BuildRequires: make cmake >= 2.8.9-1 gcc-c++ zip java-1.8.0-openjdk-devel BuildRequires: ldapjdk >= 4.21.0 apache-commons-cli apache-commons-codec apache-commons-io BuildRequires: apache-commons-lang jakarta-commons-httpclient glassfish-jaxb-api slf4j BuildRequires: slf4j-jdk14 nspr-devel nss-devel >= 3.36.1 python3-lxml python3-sphinx @@ -204,7 +204,7 @@ The PKI console is a Java application used to manage the PKI server. %endif %prep -%autosetup -n pki-%{version} -p1 -S git +%autosetup -n pki-%{version} -p1 tar -xf %{SOURCE1} %build -- Gitee