diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:59:33 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:59:33 +0000 |
| commit | 256a2922d9a6414f954278201c01b20e788266e4 (patch) | |
| tree | a54b7ed38703d87a04e5c9c1ba3ef422dabbb9ce | |
| parent | 97eacfff478c7062ccf809c7f8e39bd59e8e0c48 (diff) | |
automatic import of python-edc-authopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-edc-auth.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /edc-auth-0.3.59.tar.gz +/edc-auth-0.3.60.tar.gz diff --git a/python-edc-auth.spec b/python-edc-auth.spec index af43f34..6254d18 100644 --- a/python-edc-auth.spec +++ b/python-edc-auth.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-edc-auth -Version: 0.3.59 +Version: 0.3.60 Release: 1 Summary: Authentication for clinicedc/edc projects License: GPL license, see LICENSE URL: https://github.com/clinicedc/edc-auth -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/84/31/13c5b52cfcdfacc4696b7e07a97079e6ff7f654269de2300ebe3d910c430/edc-auth-0.3.59.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/df/5a/6c4c73b8f378b82d5ae1d050ec23c65b63892e7ffe70d0b01350d0b16aeb/edc-auth-0.3.60.tar.gz BuildArch: noarch Requires: python3-mempass @@ -470,7 +470,7 @@ Copy the same table from ``edc_base`` and fake the ``edc_auth`` migration. You can now run the ``edc_base`` migration safely. %prep -%autosetup -n edc-auth-0.3.59 +%autosetup -n edc-auth-0.3.60 %build %py3_build @@ -484,20 +484,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 . @@ -510,5 +510,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.59-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.60-1 - Package Spec generated @@ -1 +1 @@ -8ca10f830669e4b9d96fc8978102cf97 edc-auth-0.3.59.tar.gz +ee718d8986ffab8925f0a5020feb2826 edc-auth-0.3.60.tar.gz |
