Hello community, here is the log from the commit of package yast2-dhcp-server for openSUSE:Factory checked in at 2018-12-31 09:43:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-dhcp-server (Old) and /work/SRC/openSUSE:Factory/.yast2-dhcp-server.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-dhcp-server" Mon Dec 31 09:43:42 2018 rev:56 rq:657560 version:4.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-dhcp-server/yast2-dhcp-server.changes 2018-11-02 10:51:38.230275232 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-dhcp-server.new.28833/yast2-dhcp-server.changes 2018-12-31 09:43:43.582347464 +0100 @@ -1,0 +2,13 @@ +Wed Dec 12 13:16:55 UTC 2018 - [email protected] + +- Always use absolute path to binaries (bsc#1118291) +- Updated testsuite to pass with the new yast2 +- 4.1.5 + +------------------------------------------------------------------- +Sun Nov 25 11:56:52 UTC 2018 - Stasiek Michalski <[email protected]> + +- Provide icon with module (boo#1109310) +- 4.1.4 + +------------------------------------------------------------------- Old: ---- yast2-dhcp-server-4.1.3.tar.bz2 New: ---- yast2-dhcp-server-4.1.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-dhcp-server.spec ++++++ --- /var/tmp/diff_new_pack.cASHad/_old 2018-12-31 09:43:44.034347093 +0100 +++ /var/tmp/diff_new_pack.cASHad/_new 2018-12-31 09:43:44.038347090 +0100 @@ -17,7 +17,7 @@ Name: yast2-dhcp-server -Version: 4.1.3 +Version: 4.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -91,6 +91,7 @@ %{yast_agentdir}/ag_dhcpd_conf %doc %{yast_docdir} %license COPYING +%{yast_icondir} %{yast_schemadir}/autoyast/rnc/dhcp-server.rnc %changelog ++++++ yast2-dhcp-server-4.1.3.tar.bz2 -> yast2-dhcp-server-4.1.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/package/yast2-dhcp-server.changes new/yast2-dhcp-server-4.1.5/package/yast2-dhcp-server.changes --- old/yast2-dhcp-server-4.1.3/package/yast2-dhcp-server.changes 2018-10-16 17:43:37.000000000 +0200 +++ new/yast2-dhcp-server-4.1.5/package/yast2-dhcp-server.changes 2018-12-12 14:26:47.000000000 +0100 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Wed Dec 12 13:16:55 UTC 2018 - [email protected] + +- Always use absolute path to binaries (bsc#1118291) +- Updated testsuite to pass with the new yast2 +- 4.1.5 + +------------------------------------------------------------------- +Sun Nov 25 11:56:52 UTC 2018 - Stasiek Michalski <[email protected]> + +- Provide icon with module (boo#1109310) +- 4.1.4 + +------------------------------------------------------------------- Tue Oct 16 16:13:23 CEST 2018 - [email protected] - Added license file to spec. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/package/yast2-dhcp-server.spec new/yast2-dhcp-server-4.1.5/package/yast2-dhcp-server.spec --- old/yast2-dhcp-server-4.1.3/package/yast2-dhcp-server.spec 2018-10-16 17:43:37.000000000 +0200 +++ new/yast2-dhcp-server-4.1.5/package/yast2-dhcp-server.spec 2018-12-12 14:26:47.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-dhcp-server -Version: 4.1.3 +Version: 4.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -75,5 +75,6 @@ %{yast_agentdir}/ag_dhcpd_conf %doc %{yast_docdir} %license COPYING +%{yast_icondir} %{yast_schemadir}/autoyast/rnc/dhcp-server.rnc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/src/Makefile.am new/yast2-dhcp-server-4.1.5/src/Makefile.am --- old/yast2-dhcp-server-4.1.3/src/Makefile.am 2018-10-16 17:43:37.000000000 +0200 +++ new/yast2-dhcp-server-4.1.5/src/Makefile.am 2018-12-12 14:26:47.000000000 +0100 @@ -42,6 +42,13 @@ desktop_DATA = \ desktop/dhcp-server.desktop -EXTRA_DIST = $(module_DATA) $(module1_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) $(agent_SCRIPTS) $(schemafiles_DATA) $(desktop_DATA) +symbolicdir = @icondir@/hicolor/symbolic/apps +symbolic_DATA = \ + icons/hicolor/symbolic/apps/yast-dhcp-server-symbolic.svg +scalabledir = @icondir@/hicolor/scalable/apps +scalable_DATA = \ + icons/hicolor/scalable/apps/yast-dhcp-server.svg -include $(top_srcdir)/Makefile.am.common \ No newline at end of file +EXTRA_DIST = $(module_DATA) $(module1_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) $(agent_SCRIPTS) $(schemafiles_DATA) $(desktop_DATA) $(symbolic_DATA) $(scalable_DATA) + +include $(top_srcdir)/Makefile.am.common diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/src/icons/hicolor/scalable/apps/yast-dhcp-server.svg new/yast2-dhcp-server-4.1.5/src/icons/hicolor/scalable/apps/yast-dhcp-server.svg --- old/yast2-dhcp-server-4.1.3/src/icons/hicolor/scalable/apps/yast-dhcp-server.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-dhcp-server-4.1.5/src/icons/hicolor/scalable/apps/yast-dhcp-server.svg 2018-12-12 14:26:47.000000000 +0100 @@ -0,0 +1,115 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg enable-background="new" version="1.0" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"> +<defs> +<linearGradient id="a" x1="2" x2="30" y1="27" y2="27" gradientTransform="translate(0,-1)" gradientUnits="userSpaceOnUse"> +<stop stop-color="#5e5c64" offset="0"/> +<stop stop-color="#9a9996" offset=".035714"/> +<stop stop-color="#5e5c64" offset=".071429"/> +<stop stop-color="#5e5c64" offset=".92857"/> +<stop stop-color="#9a9996" offset=".96429"/> +<stop stop-color="#5e5c64" offset="1"/> +</linearGradient> +</defs> +<g transform="translate(0,-172)"> +<g transform="matrix(4,0,0,4,0,172)" enable-background="new"> +<rect x="2" y="6" width="28" height="6" ry="1" fill="#5e5c64"/> +<rect x="2" y="12" width="28" height="6" ry="1" fill="#5e5c64"/> +<rect x="2" y="18" width="28" height="6" ry="1.0587" fill="#5e5c64"/> +<rect x="2" y="23" width="28" height="5" ry="1" fill="url(#a)"/> +<rect x="2" y="3" width="28" height="5" ry="1" fill="#9a9996"/> +<rect x="2" y="9" width="28" height="5" ry="1" fill="#9a9996"/> +<rect x="2" y="15" width="28" height="5" ry="1" fill="#9a9996"/> +<rect x="2" y="21" width="28" height="5" ry="1" fill="#9a9996"/> +<rect x="14" y="4" width="15" height="3" ry="0" fill="#3d3846"/> +<rect x="14" y="5" width="15" height="2" ry="0" fill="#5e5c64"/> +<rect x="14" y="10" width="15" height="3" ry="0" fill="#3d3846"/> +<rect x="14" y="11" width="15" height="2" ry="0" fill="#5e5c64"/> +<rect x="14" y="16" width="15" height="3" ry="0" fill="#3d3846"/> +<rect x="14" y="17" width="15" height="2" ry="0" fill="#5e5c64"/> +<rect x="14" y="22" width="15" height="3" ry="0" fill="#3d3846"/> +<rect x="14" y="23" width="15" height="2" ry="0" fill="#5e5c64"/> +<rect x="4" y="4" width="1" height="2" ry=".5" fill="#5e5c64"/> +<rect x="4" y="5" width="1" height="1" ry=".5" fill="#f6d32d"/> +<rect x="6" y="4" width="1" height="2" ry=".5" fill="#5e5c64"/> +<rect x="6" y="5" width="1" height="1" ry=".5" fill="#33d17a"/> +<rect x="4" y="10" width="1" height="2" ry=".5" fill="#5e5c64"/> +<rect x="4" y="11" width="1" height="1" ry=".5" fill="#33d17a"/> +<rect x="6" y="10" width="1" height="2" ry=".5" fill="#5e5c64"/> +<rect x="6" y="11" width="1" height="1" ry=".5" fill="#e01b24"/> +<rect x="4" y="16" width="1" height="2" ry=".5" fill="#5e5c64"/> +<rect x="4" y="17" width="1" height="1" ry=".5" fill="#e01b24"/> +<rect x="6" y="16" width="1" height="2" ry=".5" fill="#5e5c64"/> +<rect x="6" y="17" width="1" height="1" ry=".5" fill="#f6d32d"/> +<rect x="4" y="22" width="1" height="2" ry=".5" fill="#5e5c64"/> +<rect x="4" y="23" width="1" height="1" ry=".5" fill="#f6d32d"/> +<rect x="6" y="22" width="1" height="2" ry=".5" fill="#5e5c64"/> +<rect x="6" y="23" width="1" height="1" ry=".5" fill="#33d17a"/> +<rect x="15" y="11" width="1" height="2" fill="#3d3846"/> +<rect x="15" y="10" width="1" height="1" fill="#241f31"/> +<rect x="17" y="11" width="1" height="2" fill="#3d3846"/> +<rect x="17" y="10" width="1" height="1" fill="#241f31"/> +<rect x="19" y="11" width="1" height="2" fill="#3d3846"/> +<rect x="19" y="10" width="1" height="1" fill="#241f31"/> +<rect x="21" y="11" width="1" height="2" fill="#3d3846"/> +<rect x="21" y="10" width="1" height="1" fill="#241f31"/> +<rect x="23" y="11" width="1" height="2" fill="#3d3846"/> +<rect x="23" y="10" width="1" height="1" fill="#241f31"/> +<rect x="25" y="11" width="1" height="2" fill="#3d3846"/> +<rect x="25" y="10" width="1" height="1" fill="#241f31"/> +<rect x="27" y="11" width="1" height="2" fill="#3d3846"/> +<rect x="27" y="10" width="1" height="1" fill="#241f31"/> +<rect x="15" y="5" width="1" height="2" fill="#3d3846"/> +<rect x="15" y="4" width="1" height="1" fill="#241f31"/> +<rect x="17" y="5" width="1" height="2" fill="#3d3846"/> +<rect x="17" y="4" width="1" height="1" fill="#241f31"/> +<rect x="19" y="5" width="1" height="2" fill="#3d3846"/> +<rect x="19" y="4" width="1" height="1" fill="#241f31"/> +<rect x="21" y="5" width="1" height="2" fill="#3d3846"/> +<rect x="21" y="4" width="1" height="1" fill="#241f31"/> +<rect x="23" y="5" width="1" height="2" fill="#3d3846"/> +<rect x="23" y="4" width="1" height="1" fill="#241f31"/> +<rect x="25" y="5" width="1" height="2" fill="#3d3846"/> +<rect x="25" y="4" width="1" height="1" fill="#241f31"/> +<rect x="27" y="5" width="1" height="2" fill="#3d3846"/> +<rect x="27" y="4" width="1" height="1" fill="#241f31"/> +<rect x="15" y="17" width="1" height="2" fill="#3d3846"/> +<rect x="15" y="16" width="1" height="1" fill="#241f31"/> +<rect x="17" y="17" width="1" height="2" fill="#3d3846"/> +<rect x="17" y="16" width="1" height="1" fill="#241f31"/> +<rect x="19" y="17" width="1" height="2" fill="#3d3846"/> +<rect x="19" y="16" width="1" height="1" fill="#241f31"/> +<rect x="21" y="17" width="1" height="2" fill="#3d3846"/> +<rect x="21" y="16" width="1" height="1" fill="#241f31"/> +<rect x="23" y="17" width="1" height="2" fill="#3d3846"/> +<rect x="23" y="16" width="1" height="1" fill="#241f31"/> +<rect x="25" y="17" width="1" height="2" fill="#3d3846"/> +<rect x="25" y="16" width="1" height="1" fill="#241f31"/> +<rect x="27" y="17" width="1" height="2" fill="#3d3846"/> +<rect x="27" y="16" width="1" height="1" fill="#241f31"/> +<rect x="15" y="23" width="1" height="2" fill="#3d3846"/> +<rect x="15" y="22" width="1" height="1" fill="#241f31"/> +<rect x="17" y="23" width="1" height="2" fill="#3d3846"/> +<rect x="17" y="22" width="1" height="1" fill="#241f31"/> +<rect x="19" y="23" width="1" height="2" fill="#3d3846"/> +<rect x="19" y="22" width="1" height="1" fill="#241f31"/> +<rect x="21" y="23" width="1" height="2" fill="#3d3846"/> +<rect x="21" y="22" width="1" height="1" fill="#241f31"/> +<rect x="23" y="23" width="1" height="2" fill="#3d3846"/> +<rect x="23" y="22" width="1" height="1" fill="#241f31"/> +<rect x="25" y="23" width="1" height="2" fill="#3d3846"/> +<rect x="25" y="22" width="1" height="1" fill="#241f31"/> +<rect x="27" y="23" width="1" height="2" fill="#3d3846"/> +<rect x="27" y="22" width="1" height="1" fill="#241f31"/> +</g> +<g transform="translate(60,250)" enable-background="new"> +<path d="m16 32c-1.108 0-2 0.99111-2 2.2222v5.5556c0 1.2311 0.892 2.2222 2 2.2222h32c1.108 0 2-0.99111 2-2.2222v-5.5556c0-1.2311-0.892-2.2222-2-2.2222z" fill="#5e5c64"/> +<path d="m16 30c-1.108 0-2 0.99111-2 2.2222v5.5556c0 1.2311 0.892 2.2222 2 2.2222h32c1.108 0 2-0.99111 2-2.2222v-5.5556c0-1.2311-0.892-2.2222-2-2.2222z" fill="#9a9996"/> +<path d="m6-6c-1.108 0-2 0.91487-2 2.0513v35.897c0 1.1364 0.892 2.0513 2 2.0513h52c1.108 0 2-0.91487 2-2.0513v-35.897c0-1.1364-0.892-2.0513-2-2.0513z" fill="#5e5c64"/> +<path transform="translate(0,-16)" d="m6 8c-1.108 0-2 0.892-2 2v36c0 1.108 0.892 2 2 2h52c1.108 0 2-0.892 2-2v-36c0-1.108-0.892-2-2-2z" fill="#9a9996"/> +<rect x="6" y="-6" width="52" height="36" ry="0" fill="#3d3846"/> +<rect x="8" y="-4" width="48" height="32" ry="0" fill="#deddda"/> +<path d="m20.696 8.4902c-1.888 0-3.1582 1.5358-3.1582 3.8398 0 2.2613 1.2495 3.7773 3.1055 3.7773 1.8773 0 3.1465-1.5369 3.1465-3.8516 0-2.2613-1.2484-3.7656-3.0938-3.7656zm9.834 0c-1.888 0-3.1582 1.5358-3.1582 3.8398 0 2.2613 1.2475 3.7773 3.1035 3.7773 1.8773 0 3.1465-1.5369 3.1465-3.8516 0-2.2613-1.2465-3.7656-3.0918-3.7656zm9.832 0c-1.888 0-3.1563 1.5358-3.1563 3.8398 0 2.2613 1.2475 3.7773 3.1035 3.7773 1.8773 0 3.1465-1.5369 3.1465-3.8516 0-2.2613-1.2484-3.7656-3.0938-3.7656zm-25.717 0.10742-2.5488 1.4707l0.69336 1.3242 1.1094-0.57617v3.6055h-1.4297v1.5781h4.7051v-1.5781h-1.4297v-5.8242zm34.75 0-2.5488 1.4707 0.69336 1.3242 1.1094-0.57617v3.6055h-1.4297v1.5781h4.7051v-1.5781h-1.4297v-5.8242zm-28.742 1.4707c0.736 0 1.2383 0.9081 1.2383 2.2734 0 1.312-0.49041 2.1855-1.2051 2.1855-0.75733 0-1.248-0.9051-1.248-2.2598 0-1.3227 0.48951-2.1992 1.2148-2.1992zm9.834 0c0.736 0 1.2363 0.9081 1.2363 2.2734 0 1.312-0.49041 2.1855-1.2051 2.1855-0.75733 0-1.248-0.9051-1.248-2.2598 0-1.3227 0.49146-2.1992 1.2168-2.1992zm9.832 0c0.736 0 1.2383 0.9081 1.2383 2.2734 0 1.312-0.49041 2.1855-1.2051 2.1855-0.75733 0-1.248-0.9051-1.248-2.2598 0-1.3227 0.48951-2.1992 1.2148-2.1992zm-14.73 3.7344c-0.68267 0-1.1309 0.49116-1.1309 1.1738 0 0.64 0.44819 1.1309 1.1309 1.1309 0.68267 0 1.1309-0.49086 1.1309-1.1309 0-0.68267-0.44819-1.1738-1.1309-1.1738zm9.832 0c-0.68267 0-1.1309 0.49116-1.1309 1.1738 0 0.64 0.44819 1.1309 1.1309 1.1309s1.1309-0.49086 1.1309-1.1309c0-0.68267-0.44819-1.1738-1.1309-1.1738zm9.834 0c-0.68267 0-1.1309 0.49116-1.1309 1.1738 0 0.64 0.44819 1.1309 1.1309 1.1309 0.68266 0 1.1309-0.49086 1.1309-1.1309 0-0.68267-0.4482-1.1738-1.1309-1.1738z" fill="#241f31"/> +<path d="m8-4h36l-8 32h-28z" fill="#fff" opacity=".2"/> +</g> +</g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/src/icons/hicolor/symbolic/apps/yast-dhcp-server-symbolic.svg new/yast2-dhcp-server-4.1.5/src/icons/hicolor/symbolic/apps/yast-dhcp-server-symbolic.svg --- old/yast2-dhcp-server-4.1.3/src/icons/hicolor/symbolic/apps/yast-dhcp-server-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-dhcp-server-4.1.5/src/icons/hicolor/symbolic/apps/yast-dhcp-server-symbolic.svg 2018-12-12 14:26:47.000000000 +0100 @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"> + <path d="M 1 2 L 1 7 L 2 7 L 2 2 L 1 2 z M 4.5 2 C 3.669 2 3 2.669 3 3.5 L 3 5.5 C 3 6.331 3.669 7 4.5 7 C 5.331 7 6 6.331 6 5.5 L 6 3.5 C 6 2.669 5.331 2 4.5 2 z M 11.5 2 C 10.669 2 10 2.669 10 3.5 L 10 5.5 C 10 6.331 10.669 7 11.5 7 C 12.331 7 13 6.331 13 5.5 L 13 3.5 C 13 2.669 12.331 2 11.5 2 z M 4.5 3 C 4.777 3 5 3.223 5 3.5 L 5 5.5 C 5 5.777 4.777 6 4.5 6 C 4.223 6 4 5.777 4 5.5 L 4 3.5 C 4 3.223 4.223 3 4.5 3 z M 11.5 3 C 11.777 3 12 3.223 12 3.5 L 12 5.5 C 12 5.777 11.777 6 11.5 6 C 11.223 6 11 5.777 11 5.5 L 11 3.5 C 11 3.223 11.223 3 11.5 3 z M 8 5 C 7.446 5 7 5.446 7 6 C 7 6.554 7.446 7 8 7 C 8.554 7 9 6.554 9 6 C 9 5.446 8.554 5 8 5 z M 15 5 C 14.446 5 14 5.446 14 6 C 14 6.554 14.446 7 15 7 C 15.554 7 16 6.554 16 6 C 16 5.446 15.554 5 15 5 z M 2.5 9 C 1.669 9 1 9.669 1 10.5 L 1 12.5 C 1 13.331 1.669 14 2.5 14 C 3.331 14 4 13.331 4 12.5 L 4 10.5 C 4 9.669 3.331 9 2.5 9 z M 8 9 L 8 14 L 9 14 L 9 9 L 8 9 z M 2.5 10 C 2.777 10 3 10.223 3 10.5 L 3 12.5 C 3 12.777 2.777 13 2.5 13 C 2.223 13 2 12.777 2 12.5 L 2 10.5 C 2 10.223 2.223 10 2.5 10 z M 11 11 L 11 16 L 16 16 L 16 11 L 11 11 z M 6 12 C 5.446 12 5 12.446 5 13 C 5 13.554 5.446 14 6 14 C 6.554 14 7 13.554 7 13 C 7 12.446 6.554 12 6 12 z M 12 12 L 13 12 L 13 13 L 14 13 L 14 12 L 15 12 L 15 14 L 14 14 L 14 15 L 13 15 L 13 14 L 12 14 L 12 12 z " fill="#c0bfbc" /> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/src/include/dhcp-server/wizards.rb new/yast2-dhcp-server-4.1.5/src/include/dhcp-server/wizards.rb --- old/yast2-dhcp-server-4.1.3/src/include/dhcp-server/wizards.rb 2018-10-16 17:43:37.000000000 +0200 +++ new/yast2-dhcp-server-4.1.5/src/include/dhcp-server/wizards.rb 2018-12-12 14:26:47.000000000 +0100 @@ -10,6 +10,9 @@ # # Representation of the configuration of dhcp-server. # Input and output routines. + +require "shellwords" + module Yast module DhcpServerWizardsInclude def initialize_dhcp_server_wizards(include_target) @@ -177,7 +180,7 @@ if ret == :next SCR.Execute( path(".target.bash"), - Ops.add(Ops.add("touch ", Directory.vardir), "/dhcp_server_done_once") + "/usr/bin/touch #{File.join(Directory.vardir, "dhcp_server_done_once").shellescape}" ) end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPIAddDeclaration.out new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPIAddDeclaration.out --- old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPIAddDeclaration.out 2018-10-16 17:43:37.000000000 +0200 +++ new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPIAddDeclaration.out 2018-12-12 14:26:47.000000000 +0100 @@ -1,7 +1,7 @@ Dump ========================================================== Execute .target.bash_output "/bin/hostname --short" $["exit":0, "stderr":"localhost", "stdout":"localhost"] Execute .target.bash_output "/bin/hostname --fqdn" $["exit":0, "stderr":"localhost", "stdout":"localhost"] -Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] +Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 /usr/bin/systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] Read .sysconfig.dhcpd.DHCPD_RUN_CHROOTED "no" Read .sysconfig.dhcpd.DHCPD_INTERFACE "eth0 eth2" Read .sysconfig.dhcpd.DHCPD_OTHER_ARGS "-p 111" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPIDeleteDeclartion.out new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPIDeleteDeclartion.out --- old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPIDeleteDeclartion.out 2018-10-16 17:43:37.000000000 +0200 +++ new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPIDeleteDeclartion.out 2018-12-12 14:26:47.000000000 +0100 @@ -1,7 +1,7 @@ Dump ========================================================== Execute .target.bash_output "/bin/hostname --short" $["exit":0, "stderr":"localhost", "stdout":"localhost"] Execute .target.bash_output "/bin/hostname --fqdn" $["exit":0, "stderr":"localhost", "stdout":"localhost"] -Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] +Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 /usr/bin/systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] Read .sysconfig.dhcpd.DHCPD_RUN_CHROOTED "no" Read .sysconfig.dhcpd.DHCPD_INTERFACE "eth0 eth2" Read .sysconfig.dhcpd.DHCPD_OTHER_ARGS "-p 111" @@ -18,7 +18,7 @@ Dump ========================================================== Execute .target.bash_output "/bin/hostname --short" $["exit":0, "stderr":"localhost", "stdout":"localhost"] Execute .target.bash_output "/bin/hostname --fqdn" $["exit":0, "stderr":"localhost", "stdout":"localhost"] -Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] +Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 /usr/bin/systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] Read .sysconfig.dhcpd.DHCPD_RUN_CHROOTED "no" Read .sysconfig.dhcpd.DHCPD_INTERFACE "eth0 eth2" Read .sysconfig.dhcpd.DHCPD_OTHER_ARGS "-p 111" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPISetDeclarationDirectives.out new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPISetDeclarationDirectives.out --- old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPISetDeclarationDirectives.out 2018-10-16 17:43:37.000000000 +0200 +++ new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPISetDeclarationDirectives.out 2018-12-12 14:26:47.000000000 +0100 @@ -1,7 +1,7 @@ Dump ========================================================== Execute .target.bash_output "/bin/hostname --short" $["exit":0, "stderr":"localhost", "stdout":"localhost"] Execute .target.bash_output "/bin/hostname --fqdn" $["exit":0, "stderr":"localhost", "stdout":"localhost"] -Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] +Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 /usr/bin/systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] Read .sysconfig.dhcpd.DHCPD_RUN_CHROOTED "no" Read .sysconfig.dhcpd.DHCPD_INTERFACE "eth0 eth2" Read .sysconfig.dhcpd.DHCPD_OTHER_ARGS "-p 111" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPISetDeclarationOptions.out new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPISetDeclarationOptions.out --- old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPISetDeclarationOptions.out 2018-10-16 17:43:37.000000000 +0200 +++ new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPISetDeclarationOptions.out 2018-12-12 14:26:47.000000000 +0100 @@ -1,7 +1,7 @@ Dump ========================================================== Execute .target.bash_output "/bin/hostname --short" $["exit":0, "stderr":"localhost", "stdout":"localhost"] Execute .target.bash_output "/bin/hostname --fqdn" $["exit":0, "stderr":"localhost", "stdout":"localhost"] -Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] +Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 /usr/bin/systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] Read .sysconfig.dhcpd.DHCPD_RUN_CHROOTED "no" Read .sysconfig.dhcpd.DHCPD_INTERFACE "eth0 eth2" Read .sysconfig.dhcpd.DHCPD_OTHER_ARGS "-p 111" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPISetDeclarationParent.out new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPISetDeclarationParent.out --- old/yast2-dhcp-server-4.1.3/testsuite/tests/YaPISetDeclarationParent.out 2018-10-16 17:43:37.000000000 +0200 +++ new/yast2-dhcp-server-4.1.5/testsuite/tests/YaPISetDeclarationParent.out 2018-12-12 14:26:47.000000000 +0100 @@ -1,7 +1,7 @@ Dump ========================================================== Execute .target.bash_output "/bin/hostname --short" $["exit":0, "stderr":"localhost", "stdout":"localhost"] Execute .target.bash_output "/bin/hostname --fqdn" $["exit":0, "stderr":"localhost", "stdout":"localhost"] -Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] +Execute .target.bash_output " LANG=C TERM=dumb COLUMNS=1024 /usr/bin/systemctl --no-legend --no-pager --no-ask-password show dhcpd.service --property=Id --property=MainPID --property=Description --property=LoadState --property=ActiveState --property=SubState --property=UnitFileState --property=FragmentPath --property=CanReload " $["exit":0, "stderr":"localhost", "stdout":"localhost"] Read .sysconfig.dhcpd.DHCPD_RUN_CHROOTED "no" Read .sysconfig.dhcpd.DHCPD_INTERFACE "eth0 eth2" Read .sysconfig.dhcpd.DHCPD_OTHER_ARGS "-p 111"
