Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package asciidoc for openSUSE:Factory checked in at 2024-06-18 22:50:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asciidoc (Old) and /work/SRC/openSUSE:Factory/.asciidoc.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asciidoc" Tue Jun 18 22:50:44 2024 rev:53 rq:1181426 version:10.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes 2022-06-25 10:23:50.838638211 +0200 +++ /work/SRC/openSUSE:Factory/.asciidoc.new.19518/asciidoc.changes 2024-06-18 22:50:46.520381987 +0200 @@ -1,0 +2,5 @@ +Tue Jun 11 07:50:00 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Remove python3 shebang from sitelib files (bsc#1212476) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asciidoc.spec ++++++ --- /var/tmp/diff_new_pack.Yk2Bv1/_old 2024-06-18 22:50:47.256409129 +0200 +++ /var/tmp/diff_new_pack.Yk2Bv1/_new 2024-06-18 22:50:47.256409129 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package asciidoc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -82,7 +82,9 @@ %prep %setup -q -n asciidoc-%{version} # do not use env -find ./ -name \*.py -exec sed -i -e 's:/usr/bin/env\ :%{_bindir}/:g' {} \; +# Remove python shebang from sitelib files, this will remove the +# automatic dependency on /usr/bin/python3 +find asciidoc -name \*.py -exec sed -i -e '/\/usr\/bin\/env/d' {} \; %if "%{flavor}" == "latextest" %build