diff --git a/python-django-mailman3.changes b/python-django-mailman3.changes index 14d3d82..0a77f2f 100644 --- a/python-django-mailman3.changes +++ b/python-django-mailman3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 2 10:47:10 UTC 2019 - pgajdos@suse.com + +- call spec-cleaner + ------------------------------------------------------------------- Tue Nov 26 09:12:06 UTC 2019 - pgajdos@suse.com diff --git a/python-django-mailman3.spec b/python-django-mailman3.spec index cef471f..2d2e368 100644 --- a/python-django-mailman3.spec +++ b/python-django-mailman3.spec @@ -23,7 +23,6 @@ Version: 1.3.0 Release: 0 Summary: Django library to help interaction with Mailman License: GPL-3.0-only -Group: Development/Languages/Python URL: https://gitlab.com/mailman/django-mailman3 Source: https://files.pythonhosted.org/packages/source/d/django-mailman3/django-mailman3-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -59,7 +58,7 @@ Django library to help interaction with Mailman %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH='.' $python /usr/bin/django-admin.py test --settings=django_mailman3.tests.settings_test +%python_expand PYTHONPATH='.' $python %{_bindir}/django-admin.py test --settings=django_mailman3.tests.settings_test %files %{python_files} %doc README.rst