diff --git a/openstack-cinder.spec b/openstack-cinder.spec index ef1d862024a2dc5e8bdda450ada8855324a119a6..de1b6aa97704bcc1d2edc403a2075f4979e8c870 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: 2%{?dist} +Release: 3 Summary: OpenStack Volume service License: Apache-2.0 @@ -36,7 +36,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-netaddr BuildRequires: systemd -BuildRequires: git-core BuildRequires: python3-os-brick BuildRequires: python3-pyparsing BuildRequires: python3-pytz @@ -269,7 +268,7 @@ This package contains documentation files for %{service}. %endif %prep -%autosetup -n %{service}-%{upstream_version} -S git +%autosetup -n %{service}-%{upstream_version} -p1 find . \( -name .gitignore -o -name .placeholder \) -delete @@ -420,6 +419,9 @@ 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