Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2024-07-16 22:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cobbler (Old)
 and      /work/SRC/openSUSE:Factory/.cobbler.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cobbler"

Tue Jul 16 22:04:47 2024 rev:71 rq:1187875 version:3.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2023-05-18 
15:19:59.598099897 +0200
+++ /work/SRC/openSUSE:Factory/.cobbler.new.17339/cobbler.changes       
2024-07-16 22:05:13.211990763 +0200
@@ -1,0 +2,18 @@
+Tue Jul 16 10:39:57 UTC 2024 - Enno Gotthold <egotth...@suse.com>
+
+- Update to 3.3.6
+  * Upstream all openSUSE specific patches that were maintained in Git
+  * Fix rename of items that had uppercase letters
+  * Skip inconsistent collections instead of crashing the daemon
+- Update to 3.3.5
+  * Added collection indicies for UUID's, MAC's, IP addresses and hostnames
+    bsc#1219933
+  * Re-added to_dict() caching
+  * Added lazy loading for the daemon (off by default)
+- Update to 3.3.4
+  * Added cobbler-tests-containers subpackage
+  * Updated the distro_signatures.json database
+  * The default name for grub2-efi changed to grubx64.efi to match
+    the DHCP template
+
+-------------------------------------------------------------------

Old:
----
  cobbler-3.3.3.obscpio

New:
----
  cobbler-3.3.6.obscpio

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

Other differences:
------------------
++++++ cobbler.spec ++++++
--- /var/tmp/diff_new_pack.JyI9Ai/_old  2024-07-16 22:05:14.060021713 +0200
+++ /var/tmp/diff_new_pack.JyI9Ai/_new  2024-07-16 22:05:14.060021713 +0200
@@ -69,7 +69,7 @@
 %define apache_group www
 
 %define apache_dir /srv/www
-%define apache_webconfigdir /etc/apache2/conf.d
+%define apache_webconfigdir /etc/apache2/vhosts.d
 %define apache_mod_wsgi apache2-mod_wsgi-python%{python3_pkgversion}
 %define tftpboot_dir /srv/tftpboot
 
@@ -104,8 +104,13 @@
 %define grub2_ia32_efi_pkg grub-efi-ia32
 %define system_release_pkg base-files
 
+# Ubuntu 22.04 and later moved to the C implementation of createrepo
+%if 0%{?ubuntu} >= 22
+%define createrepo_pkg createrepo-c
+%endif
+
 # Debian 11 moved to the C implementation of createrepo
-%if 0%{?debian} == 11
+%if 0%{?debian} >= 11
 %define createrepo_pkg createrepo-c
 %endif
 
@@ -153,7 +158,7 @@
 %endif
 
 Name:           cobbler
-Version:        3.3.3
+Version:        3.3.6
 Release:        0%{?dist}
 Summary:        Boot server configurator
 URL:            https://cobbler.github.io/
@@ -288,7 +293,6 @@
 %description tests-containers
 Dockerfiles and scripts to setup testing containers
 
-
 %prep
 %setup
 
@@ -298,7 +302,14 @@
 %endif
 
 %build
+if [ -d "%{_sourcedir}/%{name}-%{version}/.git" ]; then
+    cp -r %{_sourcedir}/%{name}-%{version}/.git %{_builddir}/%{name}-%{version}
+fi
+%if 0%{?fedora} || 0%{?rhel}
+. distro_build_configs.sh FEDORA
+%else
 . distro_build_configs.sh
+%endif
 
 # Check distro specific variables for consistency
 [ "${DOCPATH}" != %{_mandir} ] && echo "ERROR: DOCPATH: ${DOCPATH} does not 
match %{_mandir}"
@@ -317,7 +328,11 @@
 make man
 
 %install
+%if 0%{?fedora} || 0%{?rhel}
+. distro_build_configs.sh FEDORA
+%else
 . distro_build_configs.sh
+%endif
 %py3_install
 
 # cobbler

++++++ _service ++++++
--- /var/tmp/diff_new_pack.JyI9Ai/_old  2024-07-16 22:05:14.092022881 +0200
+++ /var/tmp/diff_new_pack.JyI9Ai/_new  2024-07-16 22:05:14.096023026 +0200
@@ -1,5 +1,5 @@
 <services>
-  <service name="obs_scm" mode="disabled">
+  <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/openSUSE/cobbler.git</param>
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
@@ -7,7 +7,7 @@
     <param name="revision">openSUSE/factory</param>
     <param name="extract">cobbler.spec</param>
   </service>
-  <service name="set_version" mode="disabled"/>
+  <service name="set_version" mode="manual"/>
   <service name="tar" mode="buildtime"/>
   <service name="recompress" mode="buildtime">
     <param name="compression">gz</param>

++++++ cobbler-3.3.3.obscpio -> cobbler-3.3.6.obscpio ++++++
/work/SRC/openSUSE:Factory/cobbler/cobbler-3.3.3.obscpio 
/work/SRC/openSUSE:Factory/.cobbler.new.17339/cobbler-3.3.6.obscpio differ: 
char 48, line 1

++++++ cobbler.obsinfo ++++++
--- /var/tmp/diff_new_pack.JyI9Ai/_old  2024-07-16 22:05:14.132024340 +0200
+++ /var/tmp/diff_new_pack.JyI9Ai/_new  2024-07-16 22:05:14.136024487 +0200
@@ -1,5 +1,5 @@
 name: cobbler
-version: 3.3.3
-mtime: 1684337086
-commit: d6c763f7d66fb7bde900720633c4caa7ee7ccb10
+version: 3.3.6
+mtime: 1721123884
+commit: 3eddf05deb37e359a5803d563942bad88bbc0f1c
 

Reply via email to