Hello community, here is the log from the commit of package instlux for openSUSE:Factory checked in at 2017-10-11 23:04:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/instlux (Old) and /work/SRC/openSUSE:Factory/.instlux.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "instlux" Wed Oct 11 23:04:04 2017 rev:47 rq:533396 version:42.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/instlux/instlux.changes 2017-08-30 16:24:26.387052892 +0200 +++ /work/SRC/openSUSE:Factory/.instlux.new/instlux.changes 2017-10-11 23:04:07.369622086 +0200 @@ -1,0 +2,6 @@ +Tue Oct 10 09:42:29 UTC 2017 - [email protected] + +- use /usr/lib/skelcd conditionally for products that use the new product + builder + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ instlux.spec ++++++ --- /var/tmp/diff_new_pack.AT0Tn2/_old 2017-10-11 23:04:08.101590016 +0200 +++ /var/tmp/diff_new_pack.AT0Tn2/_new 2017-10-11 23:04:08.105589841 +0200 @@ -16,6 +16,10 @@ # +%if 0%{?suse_version} >= 1500 +%define skelcdpath /usr/lib/skelcd +%endif + Name: instlux Summary: Windows openSUSE installer License: GPL-2.0+ @@ -57,19 +61,22 @@ Have a lot of fun! EOF install -m644 %{S:2} %buildroot%_defaultdocdir/%name/README.BUILD -mkdir -p %buildroot/CD1 -install -m644 %{S:1} %buildroot/CD1/openSUSE_installer.exe +mkdir -p %buildroot%{?skelcdpath}/CD1 +install -m644 %{S:1} %buildroot%{?skelcdpath}/CD1/openSUSE_installer.exe -echo "[autorun]" > %buildroot/CD1/autorun.inf -echo "label = openSUSE installer" >> %buildroot/CD1/autorun.inf -echo "icon = susego.ico" >> %buildroot/CD1/autorun.inf -echo "open = openSUSE_installer.exe" >> %buildroot/CD1/autorun.inf -unix2dos %buildroot/CD1/autorun.inf +echo "[autorun]" > %buildroot%{?skelcdpath}/CD1/autorun.inf +echo "label = openSUSE installer" >> %buildroot%{?skelcdpath}/CD1/autorun.inf +echo "icon = susego.ico" >> %buildroot%{?skelcdpath}/CD1/autorun.inf +echo "open = openSUSE_installer.exe" >> %buildroot%{?skelcdpath}/CD1/autorun.inf +unix2dos %buildroot%{?skelcdpath}/CD1/autorun.inf %files %defattr(-, root, root) %dir %_defaultdocdir/%name %doc %_defaultdocdir/%name/* -/CD1 +%if %{defined skelcdpath} +%dir %{skelcdpath} +%endif +%{?skelcdpath}/CD1 %changelog
