- Due to bsc#1231027, add /srv/www to %files.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-postorius?expand=0&rev=65
This commit is contained in:
parent
5308866e11
commit
2b75c35837
@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 01:19:25 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
Thu Nov 14 03:16:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
- Use correct PDM package to build, it's pdm-backend.
|
- 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 <asn@cryptomilk.org>
|
Sat Sep 21 07:30:43 UTC 2024 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
%global django_max_version 5.1
|
%global django_max_version 5.1
|
||||||
%global mailmanclient_min_version 3.3.3
|
%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
|
%global postorius_pkgname postorius
|
||||||
|
|
||||||
@ -267,6 +268,7 @@ fi
|
|||||||
%dir %{webapps_dir}/mailman
|
%dir %{webapps_dir}/mailman
|
||||||
|
|
||||||
%defattr(-,root,postorius)
|
%defattr(-,root,postorius)
|
||||||
|
%dir %{srv_www_dir}
|
||||||
%dir %{postorius_basedir}
|
%dir %{postorius_basedir}
|
||||||
%{postorius_basedir}/__init__.py
|
%{postorius_basedir}/__init__.py
|
||||||
%{postorius_basedir}/manage.py
|
%{postorius_basedir}/manage.py
|
||||||
|
Loading…
Reference in New Issue
Block a user