Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2018-02-13 10:23:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Tue Feb 13 10:23:48 2018 rev:234 rq:575758 version:4.0.31 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2018-02-12 10:06:52.907524087 +0100 +++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2018-02-13 10:23:50.601113455 +0100 @@ -1,0 +2,7 @@ +Mon Feb 12 11:29:24 UTC 2018 - [email protected] + +- fate#319119 + - yast2-ca-management is dropped +- 4.0.31 + +------------------------------------------------------------------- Old: ---- autoyast2-4.0.30.tar.bz2 New: ---- autoyast2-4.0.31.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.aBSpL1/_old 2018-02-13 10:23:51.349086506 +0100 +++ /var/tmp/diff_new_pack.aBSpL1/_new 2018-02-13 10:23:51.353086362 +0100 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.0.30 +Version: 4.0.31 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ autoyast2-4.0.30.tar.bz2 -> autoyast2-4.0.31.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.0.30/package/autoyast2.changes new/autoyast2-4.0.31/package/autoyast2.changes --- old/autoyast2-4.0.30/package/autoyast2.changes 2018-02-09 09:26:51.000000000 +0100 +++ new/autoyast2-4.0.31/package/autoyast2.changes 2018-02-12 13:26:06.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Feb 12 11:29:24 UTC 2018 - [email protected] + +- fate#319119 + - yast2-ca-management is dropped +- 4.0.31 + +------------------------------------------------------------------- Fri Feb 9 07:55:00 UTC 2018 - [email protected] - fate#323373 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.0.30/package/autoyast2.spec new/autoyast2-4.0.31/package/autoyast2.spec --- old/autoyast2-4.0.30/package/autoyast2.spec 2018-02-09 09:26:51.000000000 +0100 +++ new/autoyast2-4.0.31/package/autoyast2.spec 2018-02-12 13:26:06.000000000 +0100 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.0.30 +Version: 4.0.31 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.0.30/src/modules/Profile.rb new/autoyast2-4.0.31/src/modules/Profile.rb --- old/autoyast2-4.0.30/src/modules/Profile.rb 2018-02-09 09:26:51.000000000 +0100 +++ new/autoyast2-4.0.31/src/modules/Profile.rb 2018-02-12 13:26:06.000000000 +0100 @@ -38,7 +38,9 @@ # Defined in SUSE Manager but will not be used anymore. (bnc#955878) "cobbler", # FATE#323373 drop xinetd from distro and yast2-inetd - "inetd" + "inetd", + # FATE#319119 drop yast2-ca-manament + "ca_mgm" ] # Sections that are handled by AutoYaST clients included in autoyast2 package. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.0.30/test/Y2ModuleConfig_test.rb new/autoyast2-4.0.31/test/Y2ModuleConfig_test.rb --- old/autoyast2-4.0.30/test/Y2ModuleConfig_test.rb 2018-02-09 09:26:51.000000000 +0100 +++ new/autoyast2-4.0.31/test/Y2ModuleConfig_test.rb 2018-02-12 13:26:06.000000000 +0100 @@ -19,6 +19,7 @@ allow(Yast::WFM).to receive(:ClientExists).with("files_auto").and_return(true) allow(Yast::WFM).to receive(:ClientExists).with("firstboot_auto").and_return(false) allow(Yast::WFM).to receive(:ClientExists).with("general_auto").and_return(true) + allow(Yast::WFM).to receive(:ClientExists).with("inetd_auto").and_return(false) allow(Yast::WFM).to receive(:ClientExists).with("language_auto").and_return(false) allow(Yast::WFM).to receive(:ClientExists).with("pxe_auto").and_return(false) allow(Yast::WFM).to receive(:ClientExists).with("restore_auto").and_return(false) @@ -42,11 +43,9 @@ Yast::Y2ModuleConfig.instance_variable_set("@ModuleMap", DESKTOP_DATA) Yast::Profile.ReadXML(profile_unhandled) - expect(Yast::Y2ModuleConfig.unhandled_profile_sections.sort).to eq( - [ - "audit-laf", "autofs", "ca_mgm", "cobbler", "firstboot", "language", "restore", - "sshd", "sysconfig", "unknown_profile_item_1", "unknown_profile_item_2" - ].sort + expect(Yast::Y2ModuleConfig.unhandled_profile_sections).to contain_exactly( + "audit-laf", "autofs", "ca_mgm", "cobbler", "firstboot", "inetd", "language", "restore", + "sshd", "sysconfig", "unknown_profile_item_1", "unknown_profile_item_2" ) end end @@ -58,8 +57,8 @@ Yast::Profile.ReadXML(profile_unsupported) Yast::Y2ModuleConfig.instance_variable_set("@ModuleMap", DESKTOP_DATA) - expect(Yast::Y2ModuleConfig.unsupported_profile_sections.sort).to eq( - ["autofs", "cobbler", "restore", "sshd"].sort + expect(Yast::Y2ModuleConfig.unsupported_profile_sections).to contain_exactly( + "autofs", "ca_mgm", "cobbler", "inetd", "restore", "sshd" ) end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.0.30/test/fixtures/profiles/unhandled_and_obsolete.xml new/autoyast2-4.0.31/test/fixtures/profiles/unhandled_and_obsolete.xml --- old/autoyast2-4.0.30/test/fixtures/profiles/unhandled_and_obsolete.xml 2018-02-09 09:26:51.000000000 +0100 +++ new/autoyast2-4.0.31/test/fixtures/profiles/unhandled_and_obsolete.xml 2018-02-12 13:26:06.000000000 +0100 @@ -14,6 +14,12 @@ <cobbler> <x config:type="boolean">false</x> </cobbler> + <ca_mgm> + <x config:type="boolean">false</x> + </ca_mgm> + <inetd> + <x config:type="boolean">false</x> + </inetd> <!-- These are unknown --> <unknown_profile_item_1> @@ -37,7 +43,6 @@ <files><x config:type="boolean">false</x></files> <pxe><x config:type="boolean">false</x></pxe> <language><x config:type="boolean">false</x></language> - <ca_mgm><x config:type="boolean">false</x></ca_mgm> <bootloader/> <upgrade> <x config:type="boolean">false</x>
