summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:01:58 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:01:58 +0000
commite01e8455d893138d13e578a34c422cede30deb61 (patch)
treed935540a76f766a75474c9d2e54d3d8e37a4c7f2
parentfa8ff221bac68015fee48dbd5123b68ed0a33d0c (diff)
automatic import of python-ansible-navigatoropeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-ansible-navigator.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 22a4204..7fe0541 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/ansible-navigator-3.2.0.tar.gz
+/ansible-navigator-3.3.1.tar.gz
diff --git a/python-ansible-navigator.spec b/python-ansible-navigator.spec
index b76b670..05035f0 100644
--- a/python-ansible-navigator.spec
+++ b/python-ansible-navigator.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-ansible-navigator
-Version: 3.2.0
+Version: 3.3.1
Release: 1
Summary: A text-based user interface (TUI) for the Red Hat Ansible Automation Platform
License: Apache
URL: https://pypi.org/project/ansible-navigator/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cd/f8/1ff54e1883b2e1a56b650c1a12ce6347f11d4726431835a46d3119a2504f/ansible-navigator-3.2.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/be/2e/0de219ab5c78dda5539ec23069df528e565fec0987e8ddbf4101e0f80377/ansible-navigator-3.3.1.tar.gz
BuildArch: noarch
Requires: python3-ansible-builder
@@ -428,7 +428,7 @@ ansible-navigator is released under the Apache License version 2. See the
%prep
-%autosetup -n ansible-navigator-3.2.0
+%autosetup -n ansible-navigator-3.3.1
%build
%py3_build
@@ -442,20 +442,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 .
@@ -468,5 +468,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3.1-1
- Package Spec generated
diff --git a/sources b/sources
index 3cf7409..73985dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6677d3ce9bba676c027732d9aba3d49e ansible-navigator-3.2.0.tar.gz
+17962de4af36dee6784e4ac99b64041b ansible-navigator-3.3.1.tar.gz