Drop git dependency

This commit is contained in:
Endi S. Dewata 2021-05-26 18:13:27 -05:00
parent 9d6582a8f8
commit d17adf6943

View File

@ -9,7 +9,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
# For development (i.e. unsupported) releases, use x.y.z-0.n.<phase>.
# For official (i.e. supported) releases, use x.y.z-r where r >=1.
Version: 4.9.0
Release: 0.1.alpha1%{?_timestamp}%{?_commit_id}%{?dist}
Release: 0.2.alpha1%{?_timestamp}%{?_commit_id}%{?dist}
%global _phase -alpha1
# To generate the source tarball:
@ -32,8 +32,6 @@ Source: https://github.com/dogtagpki/%{name}/archive/v%{version}%{?_phas
# Build Dependencies
################################################################################
# autosetup
BuildRequires: git
BuildRequires: make
BuildRequires: cmake >= 3.14
BuildRequires: zip
@ -91,7 +89,7 @@ This package contains the API documentation for JSS.
################################################################################
%prep
%autosetup -n %{name}-%{version}%{?_phase} -p 1 -S git
%autosetup -n %{name}-%{version}%{?_phase} -p 1
################################################################################
%build
@ -162,6 +160,9 @@ cp -p *.txt $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
################################################################################
%changelog
* Wed May 26 2021 Dogtag PKI Team <pki-devel@redhat.com> - 4.9.0-0.2
- Drop git dependency
* Tue May 18 2021 Dogtag PKI Team <pki-devel@redhat.com> - 4.9.0-0.1
- Rebase to JSS 4.9.0-alpha1