Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2022-06-03 14:17:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cobbler (Old)
 and      /work/SRC/openSUSE:Factory/.cobbler.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cobbler"

Fri Jun  3 14:17:11 2022 rev:68 rq:980623 version:3.3.3.0+git.5c498dbf

Changes:
--------
--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2022-03-11 
21:42:05.078108292 +0100
+++ /work/SRC/openSUSE:Factory/.cobbler.new.1548/cobbler.changes        
2022-06-03 14:17:25.501375636 +0200
@@ -1,0 +2,42 @@
+Fri Jun  3 10:51:18 UTC 2022 - Pablo Su??rez Hern??ndez 
<pablo.suarezhernan...@suse.com>
+
+- Update to version 3.3.3
+  * New:
+    * Uyuni Proxies can now be set with the schema validation.
+    * Cobbler should now build on AlmaLinux.
+    * The initrd is not required anymore as it is an optional file.
+    * XML-RPC: Added dump_vars endpoint. This is intended to replace 
get_blended_data as of 3.4.0.
+    * XML-RPC: Added get_item_resolved_value & set_item_resolved_value 
endpoints.
+  * Breaking Changes:
+    * The field virt_file_size is now a float and the related settings as well.
+  * Changes: 
+    * The error messages for duplicated objects now contains the name of the 
duplicated object.
+  * Bugfixes:
+    * Dictionaries had the wrong value set for <<inherit>>.
+    * There were some cases in which the autoinstallation manager was handed 
the wrong object and then crashed.
+    * The inheritance of the owners field was fixed.
+    * Serial Console options should not contain bogous -1 value anymore.
+    * HTTP API should not throw permission errors anymore.
+    * During build the log was not visible due to a custom logger without 
output.
+    * cobbler mkloaders now also copies dependencies of menu.c32.
+    * We now generate the grub configuration for the architectures correct 
again.
+    * virt_file_size now is a float at all times.
+    * Cobbler should restart successfully now if you have attached an image to 
a system.
+    * If you have a system named default the bootloader was not removed 
properly before.
+    * cobbler buildiso: The isolinux.cfg was not properly formatted.
+    * There were unharmful templating errors in the log related to 
redhat_management_type. The parts depending on this were removed.
+    * The DNS managers were non-functional before because of a not existing 
function call.
+    * cobbler buildiso failed with --tmpdirs that don't end in buildiso.
+    * cobbler buildiso had outdated docs and help messages for some parameters.
+    * cobbler import: It was impossible to import Rocky Linux 8.5 successfully.
+    * Cobbler created duplicated settings files before.
+    * cobbler sync was broken by refactoring to shell=False before.
+- Removed:
+  * cobbler332alma.patch 
+
+-------------------------------------------------------------------
+Thu Mar 31 18:18:15 UTC 2022 - Stefan Bluhm <stefan.bl...@clacee.eu>
+
+- Added workaround to build Cobbler 3.3.2 on AlmaLinux.
+
+-------------------------------------------------------------------

Old:
----
  cobbler-3.3.2.0+git.9044aa99.obscpio

New:
----
  cobbler-3.3.3.0+git.5c498dbf.obscpio

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

Other differences:
------------------
++++++ cobbler.spec ++++++
--- /var/tmp/diff_new_pack.m2An6Y/_old  2022-06-03 14:17:26.005376292 +0200
+++ /var/tmp/diff_new_pack.m2An6Y/_new  2022-06-03 14:17:26.009376297 +0200
@@ -151,7 +151,7 @@
 %endif
 
 Name:           cobbler
-Version:        3.3.2.0+git.9044aa99
+Version:        3.3.3.0+git.5c498dbf
 Release:        0%{?dist}
 Summary:        Boot server configurator
 URL:            https://cobbler.github.io/
@@ -353,16 +353,12 @@
 # Fixup permission for world readable settings files
 chmod 640 %{_sysconfdir}/cobbler/settings.yaml
 chmod 600 %{_sysconfdir}/cobbler/mongodb.conf
-chmod 600 %{_sysconfdir}/cobbler/modules.conf
+chmod 640 %{_sysconfdir}/cobbler/modules.conf
 chmod 640 %{_sysconfdir}/cobbler/users.conf
 chmod 640 %{_sysconfdir}/cobbler/users.digest
 chmod 750 %{_sysconfdir}/cobbler/settings.d
 chmod 640 %{_sysconfdir}/cobbler/settings.d/*
 chgrp %{apache_group} %{_sysconfdir}/cobbler/settings.yaml
-chgrp %{apache_group} %{_sysconfdir}/cobbler/users.conf
-chgrp %{apache_group} %{_sysconfdir}/cobbler/users.digest
-chgrp %{apache_group} %{_sysconfdir}/cobbler/settings.d
-chgrp %{apache_group} %{_sysconfdir}/cobbler/settings.d/*
 
 %preun
 %{py3_bytecompile_preun %{name}}
@@ -377,16 +373,12 @@
 # Fixup permission for world readable settings files
 chmod 640 %{_sysconfdir}/cobbler/settings.yaml
 chmod 600 %{_sysconfdir}/cobbler/mongodb.conf
-chmod 600 %{_sysconfdir}/cobbler/modules.conf
+chmod 640 %{_sysconfdir}/cobbler/modules.conf
 chmod 640 %{_sysconfdir}/cobbler/users.conf
 chmod 640 %{_sysconfdir}/cobbler/users.digest
 chmod 750 %{_sysconfdir}/cobbler/settings.d
 chmod 640 %{_sysconfdir}/cobbler/settings.d/*
 chgrp %{apache_group} %{_sysconfdir}/cobbler/settings.yaml
-chgrp %{apache_group} %{_sysconfdir}/cobbler/users.conf
-chgrp %{apache_group} %{_sysconfdir}/cobbler/users.digest
-chgrp %{apache_group} %{_sysconfdir}/cobbler/settings.d
-chgrp %{apache_group} %{_sysconfdir}/cobbler/settings.d/*
 
 
 %preun
@@ -422,7 +414,7 @@
 %dir %{_sysconfdir}/cobbler/iso
 %config(noreplace) %{_sysconfdir}/cobbler/iso/buildiso.template
 %config(noreplace) %{_sysconfdir}/cobbler/logging_config.conf
-%attr(600, root, root) %config(noreplace) %{_sysconfdir}/cobbler/modules.conf
+%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/modules.conf
 %attr(600, root, root) %config(noreplace) %{_sysconfdir}/cobbler/mongodb.conf
 %config(noreplace) %{_sysconfdir}/cobbler/named.template
 %config(noreplace) %{_sysconfdir}/cobbler/ndjbdns.template
@@ -445,13 +437,13 @@
 %attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/users.digest
 %else
 %attr(640, root, %{apache_group}) %config(noreplace) 
%{_sysconfdir}/cobbler/settings.yaml
-%attr(750, root, %{apache_group}) %dir %{_sysconfdir}/cobbler/settings.d
-%attr(640, root, %{apache_group}) %config(noreplace) 
%{_sysconfdir}/cobbler/settings.d/bind_manage_ipmi.settings
-%attr(640, root, %{apache_group}) %config(noreplace) 
%{_sysconfdir}/cobbler/settings.d/manage_genders.settings
-%attr(640, root, %{apache_group}) %config(noreplace) 
%{_sysconfdir}/cobbler/settings.d/nsupdate.settings
-%attr(640, root, %{apache_group}) %config(noreplace) 
%{_sysconfdir}/cobbler/settings.d/windows.settings
-%attr(640, root, %{apache_group}) %config(noreplace) 
%{_sysconfdir}/cobbler/users.conf
-%attr(640, root, %{apache_group}) %config(noreplace) 
%{_sysconfdir}/cobbler/users.digest
+%attr(750, root, root) %dir %{_sysconfdir}/cobbler/settings.d
+%attr(640, root, root) %config(noreplace) 
%{_sysconfdir}/cobbler/settings.d/bind_manage_ipmi.settings
+%attr(640, root, root) %config(noreplace) 
%{_sysconfdir}/cobbler/settings.d/manage_genders.settings
+%attr(640, root, root) %config(noreplace) 
%{_sysconfdir}/cobbler/settings.d/nsupdate.settings
+%attr(640, root, root) %config(noreplace) 
%{_sysconfdir}/cobbler/settings.d/windows.settings
+%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/users.conf
+%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/users.digest
 %endif
 %config(noreplace) %{_sysconfdir}/cobbler/version
 %config(noreplace) %{_sysconfdir}/cobbler/zone.template

++++++ _service ++++++
--- /var/tmp/diff_new_pack.m2An6Y/_old  2022-06-03 14:17:26.041376338 +0200
+++ /var/tmp/diff_new_pack.m2An6Y/_new  2022-06-03 14:17:26.045376344 +0200
@@ -1,9 +1,9 @@
 <services>
   <service name="obs_scm" mode="localonly">
-    <param name="url">git://github.com/cobbler/cobbler.git</param>
+    <param name="url">https://github.com/cobbler/cobbler.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">3.3.2.@TAG_OFFSET@+git.%h</param>
-    <param name="revision">v3.3.2</param>
+    <param name="versionformat">3.3.3.@TAG_OFFSET@+git.%h</param>
+    <param name="revision">v3.3.3</param>
     <param name="extract">cobbler.spec</param>
   </service>
   <service name="set_version" mode="localonly"/>

++++++ cobbler-3.3.2.0+git.9044aa99.obscpio -> 
cobbler-3.3.3.0+git.5c498dbf.obscpio ++++++
/work/SRC/openSUSE:Factory/cobbler/cobbler-3.3.2.0+git.9044aa99.obscpio 
/work/SRC/openSUSE:Factory/.cobbler.new.1548/cobbler-3.3.3.0+git.5c498dbf.obscpio
 differ: char 49, line 1

++++++ cobbler.obsinfo ++++++
--- /var/tmp/diff_new_pack.m2An6Y/_old  2022-06-03 14:17:26.077376385 +0200
+++ /var/tmp/diff_new_pack.m2An6Y/_new  2022-06-03 14:17:26.081376390 +0200
@@ -1,5 +1,5 @@
 name: cobbler
-version: 3.3.2.0+git.9044aa99
-mtime: 1646989175
-commit: 9044aa990a94752fa5bd5a24051adde099280bfa
+version: 3.3.3.0+git.5c498dbf
+mtime: 1654185693
+commit: 5c498dbf2af6e3782b37605a477759e1aacc16b2
 

Reply via email to