Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-d-installer for 
openSUSE:Factory checked in at 2023-03-21 17:43:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-d-installer (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-d-installer.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-d-installer"

Tue Mar 21 17:43:06 2023 rev:5 rq:1073333 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-d-installer/rubygem-d-installer.changes  
2023-02-28 12:48:51.940567567 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-d-installer.new.31432/rubygem-d-installer.changes
       2023-03-21 17:44:07.318574653 +0100
@@ -1,0 +2,29 @@
+Thu Mar 16 15:19:43 UTC 2023 - Imobach Gonzalez Sosa <[email protected]>
+
+- Version 0.8 
+
+-------------------------------------------------------------------
+Thu Mar 16 14:54:44 UTC 2023 - Knut Anderssen <[email protected]>
+
+- Adapted the service configuration for the s390x architecture
+  (gh#yast/d-installer#469).
+
+-------------------------------------------------------------------
+Thu Mar 16 13:45:21 UTC 2023 - Knut Anderssen <[email protected]>
+
+- Fix gem2rpm configuration requiring the dbus-1-common package
+  (gh#yast/d-installer#470).
+
+-------------------------------------------------------------------
+Wed Mar  8 07:46:54 UTC 2023 - Imobach Gonzalez Sosa <[email protected]>
+
+- Fix gem2rpm configuration to include YaST2 dependencies
+  (gh#yast/d-installer#459).
+
+-------------------------------------------------------------------
+Thu Mar  2 08:48:36 UTC 2023 - Ancor Gonzalez Sosa <[email protected]>
+
+- Write /iguana/mountlist if running on Iguana
+  (gh#yast/d-installer#445).
+
+-------------------------------------------------------------------
@@ -4 +33 @@
-- Add D-Bus API for iSCSI.
+- Add D-Bus API for iSCSI (gh#yast/d-installer#402).

Old:
----
  d-installer-0.7.gem

New:
----
  d-installer-0.8.gem

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

Other differences:
------------------
++++++ rubygem-d-installer.spec ++++++
--- /var/tmp/diff_new_pack.Qshbw4/_old  2023-03-21 17:44:07.986577849 +0100
+++ /var/tmp/diff_new_pack.Qshbw4/_new  2023-03-21 17:44:07.990577868 +0100
@@ -24,27 +24,14 @@
 #
 
 Name:           rubygem-d-installer
-Version:        0.7
+Version:        0.8
 Release:        0
 %define mod_name d-installer
 %define mod_full_name %{mod_name}-%{version}
 # MANUAL
-# Override build.rpm, see also 
https://github.com/openSUSE/obs-build/blob/master/configs/
 %global rb_build_versions %{rb_default_ruby}
 BuildRequires:  dbus-1-common
 Requires:       dbus-1-common
-Requires:       snapper
-Requires:       yast2-bootloader
-Requires:       yast2-country
-Requires:       yast2-hardware-detection
-Requires:       yast2-installation
-Requires:       yast2-iscsi-client >= 4.5.7
-Requires:       yast2-network
-Requires:       yast2-proxy
-Requires:       yast2-storage-ng
-Requires:       yast2-users
-# yast2 with ArchFilter
-Requires:       yast2 >= 4.5.20
 # /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.5.0}

++++++ d-installer-0.7.gem -> d-installer-0.8.gem ++++++
++++ 2023 lines of diff (skipped)

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.Qshbw4/_old  2023-03-21 17:44:08.202578881 +0100
+++ /var/tmp/diff_new_pack.Qshbw4/_new  2023-03-21 17:44:08.206578901 +0100
@@ -1,34 +1,36 @@
 ---
 :sourceurl: "%{mod_full_name}.gem"
 :preamble: |-
-  # Override build.rpm, see also 
https://github.com/openSUSE/obs-build/blob/master/configs/
   %global rb_build_versions %{rb_default_ruby}
   BuildRequires:  dbus-1-common
   Requires:       dbus-1-common
-  Requires:       snapper
-  Requires:       yast2-bootloader
-  Requires:       yast2-country
-  Requires:       yast2-hardware-detection
-  Requires:       yast2-installation
-  Requires:       yast2-network
-  Requires:       yast2-proxy
-  Requires:       yast2-storage-ng
-  Requires:       yast2-iscsi-client >= 4.5.7
-  Requires:       yast2-users
-  # yast2 with ArchFilter
-  Requires:       yast2 >= 4.5.20
-# ## used by gem2rpm
 :post_install: |-
   install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/share/dbus.conf 
%{buildroot}%{_datadir}/dbus-1/d-installer.conf
   install --directory %{buildroot}%{_datadir}/dbus-1/d-installer-services
   install -m 0644 
--target-directory=%{buildroot}%{_datadir}/dbus-1/d-installer-services 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/share/org.opensuse.DInstaller*.service
   install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/share/systemd.service 
%{buildroot}%{_unitdir}/d-installer.service
   install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/etc/d-installer.yaml 
%{buildroot}%{_sysconfdir}/d-installer.yaml
-# ## used by gem_packages
 :main:
+  :preamble: |-
+    # Override build.rpm, see also 
https://github.com/openSUSE/obs-build/blob/master/configs/
+    %global rb_build_versions %{rb_default_ruby}
+    BuildRequires:  dbus-1-common
+    Requires:       dbus-1-common
+    Requires:       snapper
+    Requires:       yast2-bootloader
+    Requires:       yast2-country
+    Requires:       yast2-hardware-detection
+    Requires:       yast2-installation
+    Requires:       yast2-network
+    Requires:       yast2-proxy
+    Requires:       yast2-storage-ng
+    Requires:       yast2-iscsi-client >= 4.5.7
+    Requires:       yast2-users
+    # yast2 with ArchFilter
+    Requires:       yast2 >= 4.5.20
   :filelist: "%{_datadir}/dbus-1/d-installer.conf\n
     %dir %{_datadir}/dbus-1/d-installer-services\n
     %{_datadir}/dbus-1/d-installer-services/org.opensuse.DInstaller*.service\n
     %{_unitdir}/d-installer.service\n
-    %{_sysconfdir}/d-installer.yaml\n"
+    %config %{_sysconfdir}/d-installer.yaml\n"
 

Reply via email to