diff --git a/openstack-cinder.spec b/openstack-cinder.spec index de1b6aa97704bcc1d2edc403a2075f4979e8c870..ef1d862024a2dc5e8bdda450ada8855324a119a6 100644 --- a/openstack-cinder.spec +++ b/openstack-cinder.spec @@ -9,7 +9,7 @@ access block storage volumes for use by Virtual Machine instances. Name: openstack-%{service} Epoch: 1 Version: 17.0.0 -Release: 3 +Release: 2%{?dist} Summary: OpenStack Volume service License: Apache-2.0 @@ -36,6 +36,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-netaddr BuildRequires: systemd +BuildRequires: git-core BuildRequires: python3-os-brick BuildRequires: python3-pyparsing BuildRequires: python3-pytz @@ -268,7 +269,7 @@ This package contains documentation files for %{service}. %endif %prep -%autosetup -n %{service}-%{upstream_version} -p1 +%autosetup -n %{service}-%{upstream_version} -S git find . \( -name .gitignore -o -name .placeholder \) -delete @@ -419,9 +420,6 @@ exit 0 %endif %changelog -* Fri Jul 30 2021 chenyanpanHW - 17.0.0-3 -- DESC: delete -S git from %autosetup, and delete BuildRequires git-core - * Sat Feb 20 2021 yaozc701 - update spec file python3-migrate —> python3-sqlalchemy-migrate