Hello community,
here is the log from the commit of package skelcd-control-openSUSE for
openSUSE:Factory checked in at 2016-05-23 16:36:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-openSUSE"
Changes:
--------
---
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
2016-04-22 16:18:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
2016-05-23 16:36:54.000000000 +0200
@@ -1,0 +2,15 @@
+Thu May 19 08:56:56 UTC 2016 - [email protected]
+
+- Include the Ruby debugger (byebug) in the inst-sys for easier
+ YaST debugging (FATE#318421)
+- 13.2.29
+
+-------------------------------------------------------------------
+Mon May 16 18:44:49 UTC 2016 - [email protected]
+
+- Removed not longer necessary items from copy_to_system section
+- Added SSH keys import section to the proposal
+- Fate#319624
+- 13.2.28
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change
Old:
----
skelcd-control-openSUSE-13.2.27.tar.bz2
New:
----
skelcd-control-openSUSE-13.2.29.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.43O7UJ/_old 2016-05-23 16:36:58.000000000 +0200
+++ /var/tmp/diff_new_pack.43O7UJ/_new 2016-05-23 16:36:58.000000000 +0200
@@ -27,7 +27,7 @@
#
######################################################################
Name: skelcd-control-openSUSE-promo
-Version: 13.2.27
+Version: 13.2.29
Release: 0
Summary: The openSUSE Installation Control file
License: MIT
@@ -72,6 +72,9 @@
Requires: yast2-update
Requires: yast2-users
Requires: yast2-x11
+# Ruby debugger in the inst-sys (FATE#318421)
+Requires: rubygem(%{rb_default_ruby_abi}:byebug)
+
Conflicts: product_control
Provides: product_control
BuildRoot: %{_tmppath}/%{name}-%{version}-build
skelcd-control-openSUSE.spec: same change
++++++ skelcd-control-openSUSE-13.2.27.tar.bz2 ->
skelcd-control-openSUSE-13.2.29.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-openSUSE-13.2.27/control/control.openSUSE.xml
new/skelcd-control-openSUSE-13.2.29/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-13.2.27/control/control.openSUSE.xml
2016-04-15 14:17:10.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.29/control/control.openSUSE.xml
2016-05-17 10:47:12.000000000 +0200
@@ -54,44 +54,6 @@
</save_instsys_item>
</save_instsys_content>
- <!-- FATE #305019: configure the files to copy from a previous
installation -->
- <copy_to_system config:type="list">
- <!-- FATE #300421: Import ssh keys from previous installations -->
- <copy_to_system_item>
- <id>import_ssh_keys</id>
- <copy_to_dir>/</copy_to_dir>
- <!-- Files that must be all present on the previous system -->
- <mandatory_files config:type="list">
- <file_item>/etc/ssh/ssh_host_key</file_item>
- <file_item>/etc/ssh/ssh_host_key.pub</file_item>
- </mandatory_files>
- <!-- Files thay may be present -->
- <optional_files config:type="list">
- <file_item>/etc/ssh/ssh_host_dsa_key</file_item>
- <file_item>/etc/ssh/ssh_host_dsa_key.pub</file_item>
- <file_item>/etc/ssh/ssh_host_rsa_key</file_item>
- <file_item>/etc/ssh/ssh_host_rsa_key.pub</file_item>
- <file_item>/etc/ssh/ssh_host_ecdsa_key</file_item>
- <file_item>/etc/ssh/ssh_host_ecdsa_key.pub</file_item>
- <file_item>/etc/ssh/ssh_host_ed25519_key</file_item>
- <file_item>/etc/ssh/ssh_host_ed25519_key.pub</file_item>
- </optional_files>
- </copy_to_system_item>
-
- <!-- FATE #120103: Import Users From Existing Partition -->
- <copy_to_system_item>
- <id>import_users</id>
- <copy_to_dir>/var/lib/YaST2/imported/userdata/</copy_to_dir>
- <!-- Files that must be all present on the previous system -->
- <mandatory_files config:type="list">
- <file_item>/etc/shadow</file_item>
- <file_item>/etc/passwd</file_item>
- <file_item>/etc/login.defs</file_item>
- <file_item>/etc/group</file_item>
- </mandatory_files>
- </copy_to_system_item>
- </copy_to_system>
-
<!-- FATE #303395, Kexec instead of reboot (default 'false') -->
<kexec_reboot config:type="boolean">true</kexec_reboot>
@@ -445,6 +407,11 @@
<name>firewall_stage1</name>
<presentation_order>95</presentation_order>
</proposal_module>
+ <!-- Fate #319624 - proposal and dialog for existing SSH host
keys -->
+ <proposal_module>
+ <name>ssh_import</name>
+ <presentation_order>97</presentation_order>
+ </proposal_module>
<proposal_module>
<name>clone</name>
<presentation_order>99</presentation_order>
@@ -500,6 +467,11 @@
<name>firewall_stage1</name>
<presentation_order>99</presentation_order>
</proposal_module>
+ <!-- Fate #319624 - proposal and dialog for existing SSH host
keys -->
+ <proposal_module>
+ <name>ssh_import</name>
+ <presentation_order>90</presentation_order>
+ </proposal_module>
</proposal_modules>
</proposal>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-openSUSE-13.2.27/package/skelcd-control-openSUSE.changes
new/skelcd-control-openSUSE-13.2.29/package/skelcd-control-openSUSE.changes
--- old/skelcd-control-openSUSE-13.2.27/package/skelcd-control-openSUSE.changes
2016-04-15 14:17:10.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.29/package/skelcd-control-openSUSE.changes
2016-05-19 13:32:08.000000000 +0200
@@ -1,4 +1,19 @@
-------------------------------------------------------------------
+Thu May 19 08:56:56 UTC 2016 - [email protected]
+
+- Include the Ruby debugger (byebug) in the inst-sys for easier
+ YaST debugging (FATE#318421)
+- 13.2.29
+
+-------------------------------------------------------------------
+Mon May 16 18:44:49 UTC 2016 - [email protected]
+
+- Removed not longer necessary items from copy_to_system section
+- Added SSH keys import section to the proposal
+- Fate#319624
+- 13.2.28
+
+-------------------------------------------------------------------
Thu Apr 14 08:36:07 UTC 2016 - [email protected]
- Remove vm_keep_unpartitioned_region
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-openSUSE-13.2.27/package/skelcd-control-openSUSE.spec
new/skelcd-control-openSUSE-13.2.29/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-13.2.27/package/skelcd-control-openSUSE.spec
2016-04-15 14:17:10.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.29/package/skelcd-control-openSUSE.spec
2016-05-19 13:32:08.000000000 +0200
@@ -27,7 +27,7 @@
#
######################################################################
Name: skelcd-control-openSUSE
-Version: 13.2.27
+Version: 13.2.29
Release: 0
Summary: The openSUSE Installation Control file
License: MIT
@@ -72,6 +72,9 @@
Requires: yast2-update
Requires: yast2-users
Requires: yast2-x11
+# Ruby debugger in the inst-sys (FATE#318421)
+Requires: rubygem(%{rb_default_ruby_abi}:byebug)
+
Conflicts: product_control
Provides: product_control
BuildRoot: %{_tmppath}/%{name}-%{version}-build