Add BuildRequires

This commit is contained in:
zhangy1317 2021-01-30 11:07:00 +08:00
parent cb7ede5a97
commit a75c4aed44

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-oslo-rootwrap Name: python-oslo-rootwrap
Version: 6.2.0 Version: 6.2.0
Release: 1 Release: 2
Summary: Oslo Rootwrap Summary: Oslo Rootwrap
License: Apache-2.0 License: Apache-2.0
URL: https://opendev.org/openstack/oslo.rootwrap URL: https://opendev.org/openstack/oslo.rootwrap
@ -19,6 +19,8 @@ Summary: Oslo Rootwrap
Provides: python-oslo-rootwrap Provides: python-oslo-rootwrap
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-oslo-rootwrap %description -n python3-oslo-rootwrap
OpenStack library for rootwrap OpenStack library for rootwrap
@ -71,5 +73,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org> * Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated