Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2021-09-26 21:48:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cobbler (Old)
 and      /work/SRC/openSUSE:Factory/.cobbler.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cobbler"

Sun Sep 26 21:48:50 2021 rev:64 rq:921529 version:3.2.1.336+git.5639a3af

Changes:
--------
--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2021-06-01 
10:36:26.868709473 +0200
+++ /work/SRC/openSUSE:Factory/.cobbler.new.1899/cobbler.changes        
2021-09-26 21:49:39.570847862 +0200
@@ -1,0 +2,45 @@
+Sun Sep 19 18:19:37 UTC 2021 - tr...@suse.de
+
+- Update to version 3.2.1.336+git.5639a3af:
+  * Autoinstall Manager: Fix utils.die calls and removed unused variable
+  * Docs: Add the mkgrub command to the CLI
+  * Add docstring to new API method
+  * Added new keys to the migration module for 3.3.0
+  * spec file needs an open source license header to be build in open build 
service
+  * Expose GrubImage Action in api.py and cli.py
+  * Add GrubImage action
+  * Refactor the hardlink command to support non default web directories.
+  * Cobbler-settings: Change options order
+  * docs: Fix docstrings and logger formatting
+  * Adjustments to cobbler-settings validate
+  * Update sleep time in setup-supervisor script
+  * reposync_ssl
+  * Feat.: add support for Debian 11 Bullseye
+  * fix: cobbler reposync
+
+-------------------------------------------------------------------
+Fri Sep  3 12:07:14 UTC 2021 - Thomas Renninger <tr...@suse.de>
+
+- Do not export spec file from git, due to bad licence format
+- Add rpmlintrc to sources
+
+-------------------------------------------------------------------
+Thu Sep 02 09:46:37 UTC 2021 - tr...@suse.de
+
+- Update to version v3.2.1.295+git.af118f52:
+  * Refactor the hardlink command to support non default web directories.
+  * Cobbler-settings: Change options order
+  * docs: Fix docstrings and logger formatting
+  * docs: Update and cleanup
+  * Adjustments to cobbler-settings validate
+  * fix/windows
+  * Applied suggestions from @agraul and @vzhestkov
+  * Update sleep time in setup-supervisor script
+  * reposync_ssl
+  * Feat.: add support for Debian 11 Bullseye
+  * fix: cobbler reposync
+- Set disabled service to localonly
+- Remove unused patch
+D    prevent-race-condition-writting-tftpboot-files-bsc1186124.patch
+
+-------------------------------------------------------------------

Old:
----
  cobbler-3.2.1+git20210315.f7482f6b.tar.gz
  cobbler.rpmlintrc
  prevent-race-condition-writting-tftpboot-files-bsc1186124.patch

New:
----
  cobbler-3.2.1.336+git.5639a3af.obscpio
  cobbler.obsinfo

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

Other differences:
------------------
++++++ cobbler.spec ++++++
--- /var/tmp/diff_new_pack.Vwkzig/_old  2021-09-26 21:49:40.042848445 +0200
+++ /var/tmp/diff_new_pack.Vwkzig/_new  2021-09-26 21:49:40.046848450 +0200
@@ -1,6 +1,6 @@
-# RPM spec file for all Cobbler packages
 #
-# Copyright (c) 2021 SUSE LLC
+# spec file for package cobbler
+#
 # Copyright (c) 2006 Michael DeHaan <mdeh...@redhat.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,8 +12,6 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 #
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
-#
 # Supported/tested build targets:
 # - Fedora: 30, 31, Rawhide
 # - CentOS + EPEL: 7, 8
@@ -145,7 +143,7 @@
 %endif
 
 Name:           cobbler
-Version:        3.2.1+git20210315.f7482f6b
+Version:        3.2.1.336+git.5639a3af
 Release:        0%{?dist}
 Summary:        Boot server configurator
 URL:            https://cobbler.github.io/
@@ -161,10 +159,8 @@
 %endif
 
 License:        GPL-2.0-or-later
-Source0:        %{name}-%{version}.tar.gz
-Source1:        %{name}.rpmlintrc
+Source:         %{name}-%{version}.tar.gz
 BuildArch:      noarch
-Patch0:         prevent-race-condition-writting-tftpboot-files-bsc1186124.patch
 
 BuildRequires:  git-core
 BuildRequires:  %{system_release_pkg}
@@ -189,7 +185,6 @@
 BuildRequires:  bash-completion
 BuildRequires:  %{apache_pkg}
 BuildRequires:  %{tftpsrv_pkg}
-BuildRequires:  aaa_base
 %endif
 
 %if 0%{?rhel}
@@ -227,7 +222,6 @@
 Requires:       python%{python3_pkgversion}-netaddr
 Requires:       %{py3_module_pyyaml}
 Requires:       python%{python3_pkgversion}-requests
-Requires:       python%{python3_pkgversion}-simplejson
 Requires:       python%{python3_pkgversion}-distro
 Requires:       python%{python3_pkgversion}-schema
 Requires:       %{py3_module_file}
@@ -279,7 +273,6 @@
 
 %prep
 %setup
-%patch0 -p1
 
 %if 0%{?suse_version}
 # Set tftpboot location correctly for SUSE distributions
@@ -318,7 +311,7 @@
 mkdir -p %{buildroot}%{_unitdir}
 mv %{buildroot}%{_sysconfdir}/cobbler/cobblerd.service %{buildroot}%{_unitdir}
 %if 0%{?suse_version}
-mkdir %{buildroot}%{_sbindir}
+mkdir -p %{buildroot}%{_sbindir}
 ln -sf service %{buildroot}%{_sbindir}/rccobblerd
 %endif
 
@@ -390,37 +383,19 @@
 %dir %{_sysconfdir}/cobbler
 %config(noreplace) %{_sysconfdir}/cobbler/auth.conf
 %dir %{_sysconfdir}/cobbler/boot_loader_conf
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/bootcfg_esxi5.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/bootcfg_esxi51.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/bootcfg_esxi55.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/bootcfg_esxi60.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/bootcfg_esxi65.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/bootcfg_esxi67.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/bootcfg_esxi70.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/gpxe_system_esxi5.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/gpxe_system_esxi6.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/gpxe_system_esxi7.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/gpxe_system_freebsd.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/gpxe_system_linux.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/gpxe_system_local.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/gpxe_system_windows.template
-%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/grublocal.template
-%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/grubprofile.template
-%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/grubsystem.template
-%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/pxedefault.template
-%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/pxelocal.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/pxelocal_ia64.template
-%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/pxeprofile.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/pxeprofile_arm.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/pxeprofile_esxi.template
-%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/pxesystem.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/pxesystem_arm.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/pxesystem_esxi.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/pxesystem_ia64.template
-%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/pxesystem_ppc.template
-%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/yaboot_ppc.template
+%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/bootcfg.template
+%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/grub.template
+%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/grub_menu.template
+%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/grub_submenu.template
+%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/ipxe.template
+%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/ipxe_menu.template
+%config(noreplace) 
%{_sysconfdir}/cobbler/boot_loader_conf/ipxe_submenu.template
+%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/pxe.template
+%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/pxe_menu.template
+%config(noreplace) %{_sysconfdir}/cobbler/boot_loader_conf/pxe_submenu.template
 %config(noreplace) %{_sysconfdir}/cobbler/cheetah_macros
 %config(noreplace) %{_sysconfdir}/cobbler/dhcp.template
+%config(noreplace) %{_sysconfdir}/cobbler/dhcp6.template
 %config(noreplace) %{_sysconfdir}/cobbler/dnsmasq.template
 %config(noreplace) %{_sysconfdir}/cobbler/genders.template
 %config(noreplace) %{_sysconfdir}/cobbler/import_rsync_whitelist
@@ -441,6 +416,7 @@
 %config(noreplace) %{_sysconfdir}/cobbler/settings.d/bind_manage_ipmi.settings
 %config(noreplace) %{_sysconfdir}/cobbler/settings.d/manage_genders.settings
 %config(noreplace) %{_sysconfdir}/cobbler/settings.d/nsupdate.settings
+%config(noreplace) %{_sysconfdir}/cobbler/settings.d/windows.settings
 %config(noreplace) %{_sysconfdir}/cobbler/users.conf
 %config(noreplace) %{_sysconfdir}/cobbler/users.digest
 %config(noreplace) %{_sysconfdir}/cobbler/version
@@ -449,9 +425,14 @@
 %config(noreplace) %{_sysconfdir}/cobbler/zone_templates/foo.example.com
 %config(noreplace) %{_sysconfdir}/logrotate.d/cobblerd
 %config(noreplace) %{apache_webconfigdir}/cobbler.conf
+%dir %{_sysconfdir}/cobbler/windows
+%config(noreplace) %{_sysconfdir}/cobbler/windows/answerfile.template
+%config(noreplace) %{_sysconfdir}/cobbler/windows/post_inst_cmd.template
+%config(noreplace) %{_sysconfdir}/cobbler/windows/startnet.template
 %{_bindir}/cobbler
 %{_bindir}/cobbler-ext-nodes
 %{_bindir}/cobblerd
+%{_bindir}/cobbler-settings
 %dir %{_datadir}/cobbler
 %{_datadir}/cobbler/bin
 %{_mandir}/man1/cobbler.1*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Vwkzig/_old  2021-09-26 21:49:40.074848485 +0200
+++ /var/tmp/diff_new_pack.Vwkzig/_new  2021-09-26 21:49:40.074848485 +0200
@@ -1,19 +1,16 @@
 <services>
-  <service mode="disabled" name="obs_scm">
+  <service name="obs_scm" mode="localonly">
     <param name="url">git://github.com/cobbler/cobbler.git</param>
     <param name="scm">git</param>
     <param name="revision">master</param>
     <param name="changesgenerate">enable</param>
-    <param name="versionformat">3.2.1+git%cd.%h</param>
+    <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
     <param name="extract">cobbler.spec</param>
-<!--
-    <param name="versionformat">3.2.0</param>
-    <param name="extract">cobbler.rpmlintrc</param>
--->
   </service>
-  <service mode="disabled" name="set_version"/>
-  <service mode="disabled" name="tar"/>
-  <service mode="disabled" name="recompress">
+  <service name="set_version" mode="localonly"/>
+  <service name="tar" mode="buildtime"/>
+  <service name="recompress" mode="buildtime">
     <param name="compression">gz</param>
     <param name="file">*.tar</param>
   </service>

++++++ cobbler.obsinfo ++++++
name: cobbler
version: 3.2.1.336+git.5639a3af
mtime: 1631879432
commit: 5639a3afdb379bd0631fdce9ad494ed98479b7f3

Reply via email to