Remove epoch tag
This commit is contained in:
parent
cf1171c743
commit
e056f86b83
@ -7,9 +7,8 @@ OpenStack Volume (codename Cinder) provides services to manage and \
|
||||
access block storage volumes for use by Virtual Machine instances.
|
||||
|
||||
Name: openstack-%{service}
|
||||
Epoch: 1
|
||||
Version: 17.0.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: OpenStack Volume service
|
||||
|
||||
License: Apache-2.0
|
||||
@ -43,7 +42,7 @@ BuildRequires: openstack-macros
|
||||
BuildRequires: python3-cursive
|
||||
BuildRequires: python3-google-api-client >= 1.4.2
|
||||
BuildRequires: python3-keystonemiddleware
|
||||
BuildRequires: python3-glanceclient >= 1:2.15.0
|
||||
BuildRequires: python3-glanceclient >= 2.15.0
|
||||
BuildRequires: python3-novaclient >= 9.1.0
|
||||
BuildRequires: python3-swiftclient >= 3.2.0
|
||||
BuildRequires: python3-oslo-db
|
||||
@ -91,7 +90,7 @@ BuildRequires: python3-rtslib
|
||||
BuildRequires: python3-tenacity
|
||||
|
||||
|
||||
Requires: python3-%{service} = %{epoch}:%{version}-%{release}
|
||||
Requires: python3-%{service} = %{version}-%{release}
|
||||
|
||||
Requires: python3-pbr
|
||||
|
||||
@ -112,7 +111,7 @@ Summary: OpenStack Volume Python libraries
|
||||
%{?python_provide:%python_provide python3-%{service}}
|
||||
Group: Applications/System
|
||||
|
||||
Requires: python3-%{service}-common = %{epoch}:%{version}-%{release}
|
||||
Requires: python3-%{service}-common = %{version}-%{release}
|
||||
|
||||
Requires: cryptsetup
|
||||
Requires: cracklib-dicts
|
||||
@ -127,8 +126,8 @@ Requires: python3-routes >= 2.3.1
|
||||
Requires: python3-webob >= 1.7.1
|
||||
|
||||
Requires: python3-barbicanclient >= 4.9.0
|
||||
Requires: python3-glanceclient >= 1:2.15.0
|
||||
Requires: python3-keystoneclient >= 1:3.15.0
|
||||
Requires: python3-glanceclient >= 2.15.0
|
||||
Requires: python3-keystoneclient >= 3.15.0
|
||||
Requires: python3-novaclient >= 9.1.0
|
||||
Requires: python3-swiftclient >= 3.2.0
|
||||
|
||||
@ -221,7 +220,7 @@ Common code for Cinder.
|
||||
%package -n python3-%{service}-tests
|
||||
Summary: Cinder tests
|
||||
%{?python_provide:%python_provide python3-%{service}-tests}
|
||||
Requires: openstack-%{service} = %{epoch}:%{version}-%{release}
|
||||
Requires: openstack-%{service} = %{version}-%{release}
|
||||
|
||||
Requires: python3-hacking
|
||||
Requires: python3-ddt
|
||||
@ -246,7 +245,7 @@ This package contains the Cinder test files.
|
||||
Summary: Documentation for OpenStack Volume
|
||||
Group: Documentation
|
||||
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: python3-sphinx
|
||||
@ -419,6 +418,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 06 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 17.0.0-4
|
||||
- Remove epoch tag
|
||||
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 17.0.0-3
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git-core
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user