diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-galaxy-ng.spec | 32 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 18 insertions, 17 deletions
@@ -1 +1,2 @@ /galaxy-ng-4.7.0.tar.gz +/galaxy-ng-4.7.1.tar.gz diff --git a/python-galaxy-ng.spec b/python-galaxy-ng.spec index 10df466..090ede1 100644 --- a/python-galaxy-ng.spec +++ b/python-galaxy-ng.spec @@ -1,24 +1,24 @@ %global _empty_manifest_terminate_build 0 Name: python-galaxy-ng -Version: 4.7.0 +Version: 4.7.1 Release: 1 Summary: galaxy-ng plugin for the Pulp Project License: GPLv2+ URL: https://github.com/ansible/galaxy_ng/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/33/7f/34b6afca2e05bec1af401b68186a8865b9408c75fb3812d67e4064038da0/galaxy-ng-4.7.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ae/df/a47175c0ccb785717a8659c681815c98a5d9d05fa5187a8b9ee54597b55c/galaxy-ng-4.7.1.tar.gz BuildArch: noarch -Requires: python3-galaxy-importer -Requires: python3-pulpcore -Requires: python3-pulp-ansible +Requires: python3-django-auth-ldap +Requires: python3-django-automated-logging Requires: python3-django-prometheus Requires: python3-drf-spectacular +Requires: python3-dynaconf +Requires: python3-galaxy-importer Requires: python3-pulp-container -Requires: python3-django-automated-logging -Requires: python3-social-auth-core +Requires: python3-pulp-ansible +Requires: python3-pulpcore Requires: python3-social-auth-app-django -Requires: python3-dynaconf -Requires: python3-django-auth-ldap +Requires: python3-social-auth-core %description @@ -39,7 +39,7 @@ Provides: python3-galaxy-ng-doc %prep -%autosetup -n galaxy-ng-4.7.0 +%autosetup -n galaxy-ng-4.7.1 %build %py3_build @@ -53,20 +53,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 4.7.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.7.1-1 - Package Spec generated @@ -1 +1 @@ -cf8f67802ceccb0624427094e6afdf29 galaxy-ng-4.7.0.tar.gz +e62262ddf6a2be753fd8895c61189689 galaxy-ng-4.7.1.tar.gz |
