| |
@@ -2,7 +2,7 @@
|
| |
|
| |
Name: python-%{srcname}
|
| |
Version: 1.8
|
| |
- Release: 2%{?dist}
|
| |
+ Release: 3%{?dist}
|
| |
Summary: Support for many storage backends in Django
|
| |
|
| |
License: BSD
|
| |
@@ -132,15 +132,32 @@
|
| |
%{python3_sitelib}/django_storages-*.egg-info/
|
| |
|
| |
%files -n python3-%{srcname}+azure
|
| |
+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info}
|
| |
+
|
| |
%files -n python3-%{srcname}+boto
|
| |
+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info}
|
| |
+
|
| |
%files -n python3-%{srcname}+boto3
|
| |
+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info}
|
| |
+
|
| |
%files -n python3-%{srcname}+dropbox
|
| |
+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info}
|
| |
+
|
| |
# Missing dependency for google connector
|
| |
#files -n python3-%{srcname}+google
|
| |
+ #{?python_extras_subpkg:%%ghost %%{python3_sitelib}/django_storages-*.egg-info}
|
| |
+
|
| |
%files -n python3-%{srcname}+libcloud
|
| |
+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info}
|
| |
+
|
| |
%files -n python3-%{srcname}+sftp
|
| |
+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info}
|
| |
+
|
| |
|
| |
%changelog
|
| |
+ * Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 1.8-3
|
| |
+ - Add metadata for Python extras subpackages
|
| |
+
|
| |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.8-2
|
| |
- Rebuilt for Python 3.9
|
| |
|
| |