Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-agama for openSUSE:Factory 
checked in at 2023-12-01 21:26:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-agama (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-agama.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-agama"

Fri Dec  1 21:26:58 2023 rev:5 rq:1130248 version:6

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-agama/rubygem-agama.changes      
2023-10-23 23:41:30.888726763 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-agama.new.25432/rubygem-agama.changes   
2023-12-01 21:27:23.490337460 +0100
@@ -1,0 +2,27 @@
+Wed Nov 29 11:26:39 UTC 2023 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Update the software proposal when the locale changes
+  (gh#openSUSE/agama#881).
+
+-------------------------------------------------------------------
+Fri Nov 24 14:50:22 UTC 2023 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Install recommended packages (gh#openSUSE/agama#889).
+
+-------------------------------------------------------------------
+Thu Nov 16 16:27:37 UTC 2023 - Ladislav Slezák <lsle...@suse.com>
+
+- Software service - correctly change the locale, pass the changed
+  locale to libzypp (gh#openSUSE/agama#875).
+
+-------------------------------------------------------------------
+Wed Nov 15 12:31:10 UTC 2023 - José Iván López González <jlo...@suse.com>
+
+- Add D-Bus API for registering a product (gh#openSUSE/agama#869).
+
+-------------------------------------------------------------------
+Thu Nov  2 14:00:01 UTC 2023 - Ancor Gonzalez Sosa <an...@suse.com>
+
+- Delegate TPM-based encryption to YaST (gh#openSUSE/agama#826)
+
+-------------------------------------------------------------------

Old:
----
  agama-5.gem

New:
----
  agama-6.gem

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

Other differences:
------------------
++++++ rubygem-agama.spec ++++++
--- /var/tmp/diff_new_pack.oFtz7t/_old  2023-12-01 21:27:24.142361455 +0100
+++ /var/tmp/diff_new_pack.oFtz7t/_new  2023-12-01 21:27:24.142361455 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-agama
-Version:        5
+Version:        6
 Release:        0
 %define mod_name agama
 %define mod_full_name %{mod_name}-%{version}
@@ -63,7 +63,8 @@
 install -m 0644 
--target-directory=%{buildroot}%{_datadir}/dbus-1/agama-services 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/share/org.opensuse.Agama*.service
 install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/share/agama.service 
%{buildroot}%{_unitdir}/agama.service
 install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/share/agama-proxy-setup.service 
%{buildroot}%{_unitdir}/agama-proxy-setup.service
-install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/etc/agama.yaml 
%{buildroot}%{_sysconfdir}/agama.yaml
+install --directory %{buildroot}/usr/share/agama/conf.d
+install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/conf.d/*.yaml 
%{buildroot}/usr/share/agama/conf.d/
 # /MANUAL
 
 %gem_packages

++++++ agama-5.gem -> agama-6.gem ++++++
++++ 2925 lines of diff (skipped)

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.oFtz7t/_old  2023-12-01 21:27:24.290366902 +0100
+++ /var/tmp/diff_new_pack.oFtz7t/_new  2023-12-01 21:27:24.290366902 +0100
@@ -10,14 +10,14 @@
   install -m 0644 
--target-directory=%{buildroot}%{_datadir}/dbus-1/agama-services 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/share/org.opensuse.Agama*.service
   install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/share/agama.service 
%{buildroot}%{_unitdir}/agama.service
   install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/share/agama-proxy-setup.service 
%{buildroot}%{_unitdir}/agama-proxy-setup.service
-  install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/etc/agama.yaml 
%{buildroot}%{_sysconfdir}/agama.yaml
+  install --directory %{buildroot}/usr/share/agama/conf.d
+  install -D -m 0644 
%{buildroot}%{gem_base}/gems/%{mod_full_name}/conf.d/*.yaml 
%{buildroot}/usr/share/agama/conf.d/
 :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
@@ -29,8 +29,14 @@
     Requires:       open-iscsi
     Requires:       yast2-iscsi-client >= 4.5.7
     Requires:       yast2-users
+    # required for registration
+    Requires:       suseconnect-ruby-bindings
     # yast2 with ArchFilter
     Requires:       yast2 >= 4.5.20
+    # storage dependencies
+    Requires:       ntfs-3g
+    Requires:       ntfsprogs
+    Requires:       snapper
     %ifarch s390 s390x
     Requires:       yast2-s390 >= 4.6.4
     %endif
@@ -39,5 +45,7 @@
     %{_datadir}/dbus-1/agama-services/org.opensuse.Agama*.service\n
     %{_unitdir}/agama.service\n
     %{_unitdir}/agama-proxy-setup.service\n
-    %config %{_sysconfdir}/agama.yaml\n"
+    %dir %{_datadir}/agama\n
+    %dir %{_datadir}/agama/conf.d\n
+    %{_datadir}/agama/conf.d\n"
 

Reply via email to