diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-django-staff-sso-client.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /django_staff_sso_client-4.1.1.tar.gz +/django_staff_sso_client-4.2.0.tar.gz diff --git a/python-django-staff-sso-client.spec b/python-django-staff-sso-client.spec index 2fb4973..73964cd 100644 --- a/python-django-staff-sso-client.spec +++ b/python-django-staff-sso-client.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-staff-sso-client -Version: 4.1.1 +Version: 4.2.0 Release: 1 Summary: Reusable Django app to facilitate gov.uk Staff Single Sign On License: MIT URL: https://github.com/uktrade/django-staff-sso-client/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/bb/72c4e748008683cadf89bef11211557d754ed99e20d433416fa6ff8f04a0/django_staff_sso_client-4.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/01/ee/54daf98d0932afa9f2ede94d4008d3bae6aa96c76b5ad902e55c600974cb/django_staff_sso_client-4.2.0.tar.gz BuildArch: noarch Requires: python3-Django @@ -656,7 +656,7 @@ where 'someCode' will then be provided as the 'access token' during the OAuth ca %prep -%autosetup -n django-staff-sso-client-4.1.1 +%autosetup -n django_staff_sso_client-4.2.0 %build %py3_build @@ -670,20 +670,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 . @@ -696,5 +696,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.0-1 - Package Spec generated @@ -1 +1 @@ -b42adca1f91d9b14daeb6390b43b6e76 django_staff_sso_client-4.1.1.tar.gz +db8e789ea327d8153978a281ee4c9614 django_staff_sso_client-4.2.0.tar.gz |
