!14 [sync] PR-13: Init Train release

From: @openeuler-sync-bot
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-16 00:35:46 +00:00 committed by Gitee
commit f9959513fe
3 changed files with 6 additions and 15 deletions

BIN
oslo.privsep-1.33.5.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-oslo-privsep Name: python-oslo-privsep
Version: 2.5.0 Version: 1.33.5
Release: 1 Release: 1
Summary: OpenStack library for privilege separation Summary: OpenStack library for privilege separation
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/oslo.privsep/latest/ URL: https://docs.openstack.org/oslo.privsep/latest/
Source0: https://files.pythonhosted.org/packages/47/61/7525977dcb8fc24c9c3f7a687445e58998e82e2c0bc641b81de7ac76314a/oslo.privsep-2.5.0.tar.gz Source0: https://files.pythonhosted.org/packages/74/a0/056d579ba04905378bdc629780e45fcf81ed6358a30cc68fd167fc38b20b/oslo.privsep-1.33.5.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
OpenStack library for privilege separation.This library helps applications OpenStack library for privilege separation.This library helps applications
perform actions which require more or less privileges than they were started perform actions which require more or less privileges than they were started
@ -40,8 +39,6 @@ Requires: python3-oslo-config
Requires: python3-oslo-i18n Requires: python3-oslo-i18n
Requires: python3-oslo-log Requires: python3-oslo-log
Requires: python3-oslo-utils Requires: python3-oslo-utils
%description -n python3-oslo-privsep %description -n python3-oslo-privsep
OpenStack library for privilege separation.This library helps applications OpenStack library for privilege separation.This library helps applications
perform actions which require more or less privileges than they were started perform actions which require more or less privileges than they were started
@ -50,14 +47,13 @@ with in a safe, easy to code and easy to use manner.
%package help %package help
Summary: OpenStack library for privilege separation Summary: OpenStack library for privilege separation
Provides: python3-oslo-privsep-doc Provides: python3-oslo-privsep-doc
%description help %description help
OpenStack library for privilege separation.This library helps applications OpenStack library for privilege separation.This library helps applications
perform actions which require more or less privileges than they were started perform actions which require more or less privileges than they were started
with in a safe, easy to code and easy to use manner. with in a safe, easy to code and easy to use manner.
%prep %prep
%autosetup -n oslo.privsep-2.5.0 %autosetup -n oslo.privsep-%{version}
%build %build
%py3_build %py3_build
@ -91,18 +87,13 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-oslo-privsep -f filelist.lst %files -n python3-oslo-privsep -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Jul 15 2021 yaozc701 <yaozc7@foxmail.com> - 2.5.0-1 * Mon Nov 15 2021 OpenStack_SIG <openstack@openeuler.org> - 1.33.5-1
- Upgrade version to 2.5.0 - Init package python3-oslo-privsep of version 1.33.5
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated