diff --git a/python-postorius.changes b/python-postorius.changes index 7cb83c9..0eb0323 100644 --- a/python-postorius.changes +++ b/python-postorius.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Wed Nov 13 01:19:25 UTC 2024 - Steve Kowalik +Thu Nov 14 03:16:20 UTC 2024 - Steve Kowalik - Use correct PDM package to build, it's pdm-backend. +- Due to bsc#1231027, add /srv/www to %files. ------------------------------------------------------------------- Sat Sep 21 07:30:43 UTC 2024 - Andreas Schneider diff --git a/python-postorius.spec b/python-postorius.spec index cf6db6f..9101f57 100644 --- a/python-postorius.spec +++ b/python-postorius.spec @@ -24,7 +24,8 @@ %global django_max_version 5.1 %global mailmanclient_min_version 3.3.3 -%global webapps_dir /srv/www/webapps +%global srv_www_dir /srv/www +%global webapps_dir %{srv_www_dir}/webapps %global postorius_pkgname postorius @@ -267,6 +268,7 @@ fi %dir %{webapps_dir}/mailman %defattr(-,root,postorius) +%dir %{srv_www_dir} %dir %{postorius_basedir} %{postorius_basedir}/__init__.py %{postorius_basedir}/manage.py