- /usr/sbin instead of /sbin in mailman.cfg

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=12
This commit is contained in:
Petr Gajdos 2019-11-20 16:07:00 +00:00 committed by Git OBS Bridge
parent 87da75a35a
commit a36ad872fb
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 20 16:06:34 UTC 2019 - pgajdos@suse.com
- /usr/sbin instead of /sbin in mailman.cfg
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 5 19:05:56 UTC 2019 - pgajdos@suse.com Tue Nov 5 19:05:56 UTC 2019 - pgajdos@suse.com

View File

@ -109,6 +109,7 @@ done
popd popd
sed '/importlib_resources/d' -i src/mailman.egg-info/requires.txt setup.py sed '/importlib_resources/d' -i src/mailman.egg-info/requires.txt setup.py
%python_build %python_build
sed 's:/sbin:/usr/bin:' src/mailman/config/mailman.cfg
%install %install
%if !%{with test} %if !%{with test}