Hello community, here is the log from the commit of package yast2-network for openSUSE:Factory checked in at 2015-08-11 08:25:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-network (Old) and /work/SRC/openSUSE:Factory/.yast2-network.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-network" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes 2015-08-10 09:09:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 2015-08-11 08:25:48.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Aug 10 08:15:39 UTC 2015 - [email protected] + +- bnc#916013 + - IPv4 forwarding always enabled upon finishing setup +- 3.1.125 + +------------------------------------------------------------------- Old: ---- yast2-network-3.1.124.tar.bz2 New: ---- yast2-network-3.1.125.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-network.spec ++++++ --- /var/tmp/diff_new_pack.Az6bR7/_old 2015-08-11 08:25:49.000000000 +0200 +++ /var/tmp/diff_new_pack.Az6bR7/_new 2015-08-11 08:25:49.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.124 +Version: 3.1.125 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-network-3.1.124.tar.bz2 -> yast2-network-3.1.125.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.124/package/yast2-network.changes new/yast2-network-3.1.125/package/yast2-network.changes --- old/yast2-network-3.1.124/package/yast2-network.changes 2015-08-07 10:07:12.000000000 +0200 +++ new/yast2-network-3.1.125/package/yast2-network.changes 2015-08-10 10:52:10.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Aug 10 08:15:39 UTC 2015 - [email protected] + +- bnc#916013 + - IPv4 forwarding always enabled upon finishing setup +- 3.1.125 + +------------------------------------------------------------------- Wed Aug 5 08:18:49 UTC 2015 - [email protected] - bnc#916013 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.124/package/yast2-network.spec new/yast2-network-3.1.125/package/yast2-network.spec --- old/yast2-network-3.1.124/package/yast2-network.spec 2015-08-07 10:07:12.000000000 +0200 +++ new/yast2-network-3.1.125/package/yast2-network.spec 2015-08-10 10:52:10.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.124 +Version: 3.1.125 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.124/src/modules/Routing.rb new/yast2-network-3.1.125/src/modules/Routing.rb --- old/yast2-network-3.1.124/src/modules/Routing.rb 2015-08-07 10:07:12.000000000 +0200 +++ new/yast2-network-3.1.125/src/modules/Routing.rb 2015-08-10 10:52:10.000000000 +0200 @@ -172,10 +172,10 @@ sysctl_val ) SCR.Write(path(SYSCTL_AGENT_PATH), nil) - - SCR.Execute(path(".target.bash"), "sysctl -w #{IPV4_SYSCTL}=#{sysctl_val}") end + SCR.Execute(path(".target.bash"), "sysctl -w #{IPV4_SYSCTL}=#{sysctl_val}") + nil end
