Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xpra for openSUSE:Factory checked in 
at 2021-02-09 21:16:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xpra (Old)
 and      /work/SRC/openSUSE:Factory/.xpra.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xpra"

Tue Feb  9 21:16:00 2021 rev:29 rq:869822 version:4.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xpra/xpra.changes        2021-01-01 
21:14:11.855418582 +0100
+++ /work/SRC/openSUSE:Factory/.xpra.new.28504/xpra.changes     2021-02-09 
21:16:01.358757302 +0100
@@ -1,0 +2,5 @@
+Fri Feb  5 15:15:15 UTC 2021 - o...@aepfle.de
+
+- Fix requires for /bin/bash
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xpra.spec ++++++
--- /var/tmp/diff_new_pack.cY2P9b/_old  2021-02-09 21:16:02.062758103 +0100
+++ /var/tmp/diff_new_pack.cY2P9b/_new  2021-02-09 21:16:02.066758107 +0100
@@ -115,18 +115,19 @@
 
 %prep
 %autosetup -p1
+
+%build
 # fix shebangs
 find -name '*.py' \
      -exec sed -i '1{\@^#!/usr/bin/env python@d}' {} +
 sed -i "1 s|^#!/usr/bin/env python\b|#!%__python3|" cups/xpraforwarder
-sed -i "1 s|^/usr/bin/bash|#!$(which bash)|" scripts/xpra_udev_product_version
+sed -i "1 s|^/usr/bin/bash|#!/bin/bash|" scripts/xpra_udev_product_version
 install -m0644 %{SOURCE1} -t xdg
 # set fillup dir
 sed -e 's|__FILLUPDIR__|%{_fillupdir}|' \
     -e 's|__UNITDIR__|%{_unitdir}|' \
     -i setup.py
 
-%build
 python3 setup.py build \
     --verbose \
     --with-enc_ffmpeg \

Reply via email to