summaryrefslogtreecommitdiff
path: root/python-galaxy-ng.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:04:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:04:57 +0000
commitb0cd91e8410d8f088cf9bde9562c7918c6da5ccc (patch)
tree1817fa186e1979ebb234ccf8dbc650cdd501dfb0 /python-galaxy-ng.spec
parentf5028829010b9d7c86ee1476c036768ac4f1430c (diff)
automatic import of python-galaxy-ngopeneuler20.03
Diffstat (limited to 'python-galaxy-ng.spec')
-rw-r--r--python-galaxy-ng.spec32
1 files changed, 16 insertions, 16 deletions
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