Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2021-06-05 23:30:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Sat Jun  5 23:30:24 2021 rev:40 rq:896336 version:4.4.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2021-04-23 17:50:39.086796836 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.1898/yast2-installation-control.changes
  2021-06-05 23:30:44.168354922 +0200
@@ -1,0 +2,6 @@
+Mon May 31 07:50:39 UTC 2021 - Knut Anderssen <[email protected]>
+
+- Allow to modify IPv4 and IPv6 forwarding defaults (bsc#1186280)
+- 4.4.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-control-4.4.1.tar.bz2

New:
----
  yast2-installation-control-4.4.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.G1c0PY/_old  2021-06-05 23:30:44.592355659 +0200
+++ /var/tmp/diff_new_pack.G1c0PY/_new  2021-06-05 23:30:44.596355666 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        YaST2 - RNG schema for installation control files
 License:        GPL-2.0-only

++++++ yast2-installation-control-4.4.1.tar.bz2 -> 
yast2-installation-control-4.4.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.4.1/control/control.rnc 
new/yast2-installation-control-4.4.2/control/control.rnc
--- old/yast2-installation-control-4.4.1/control/control.rnc    2021-04-21 
09:57:03.000000000 +0200
+++ new/yast2-installation-control-4.4.2/control/control.rnc    2021-05-31 
12:26:35.000000000 +0200
@@ -818,10 +818,15 @@
     force_static_ip
     | network_manager
     | startmode
+    | ipv4_forward
+    | ipv6_forward
 
 force_static_ip =      element force_static_ip { BOOLEAN }
 network_manager =      element network_manager { STRING }
 startmode =            element startmode { STRING }
+ipv4_forward = element ipv4_forward { BOOLEAN }
+ipv6_forward = element ipv6_forward { BOOLEAN }
+
 
 ## Network configuration-related variables
 network = element network {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.4.1/control/control.rng 
new/yast2-installation-control-4.4.2/control/control.rng
--- old/yast2-installation-control-4.4.1/control/control.rng    2021-04-21 
09:57:03.000000000 +0200
+++ new/yast2-installation-control-4.4.2/control/control.rng    2021-05-31 
12:26:35.000000000 +0200
@@ -1785,6 +1785,8 @@
       <ref name="force_static_ip"/>
       <ref name="network_manager"/>
       <ref name="startmode"/>
+      <ref name="ipv4_forward"/>
+      <ref name="ipv6_forward"/>
     </choice>
   </define>
   <define name="force_static_ip">
@@ -1802,6 +1804,16 @@
       <ref name="STRING"/>
     </element>
   </define>
+  <define name="ipv4_forward">
+    <element name="ipv4_forward">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
+  <define name="ipv6_forward">
+    <element name="ipv6_forward">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
   <define name="network">
     <a:documentation>Network configuration-related variables</a:documentation>
     <element name="network">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.4.1/package/yast2-installation-control.changes 
new/yast2-installation-control-4.4.2/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.4.1/package/yast2-installation-control.changes 
    2021-04-21 09:57:03.000000000 +0200
+++ 
new/yast2-installation-control-4.4.2/package/yast2-installation-control.changes 
    2021-05-31 12:26:35.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon May 31 07:50:39 UTC 2021 - Knut Anderssen <[email protected]>
+
+- Allow to modify IPv4 and IPv6 forwarding defaults (bsc#1186280)
+- 4.4.2
+
+-------------------------------------------------------------------
 Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]>
 
 - stop packaging docdir, it only contained the license which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.4.1/package/yast2-installation-control.spec 
new/yast2-installation-control-4.4.2/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.4.1/package/yast2-installation-control.spec    
    2021-04-21 09:57:03.000000000 +0200
+++ 
new/yast2-installation-control-4.4.2/package/yast2-installation-control.spec    
    2021-05-31 12:26:35.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        YaST2 - RNG schema for installation control files
 License:        GPL-2.0-only

Reply via email to