Hello community, here is the log from the commit of package cobbler for openSUSE:Factory checked in at 2020-04-09 23:14:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cobbler (Old) and /work/SRC/openSUSE:Factory/.cobbler.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cobbler" Thu Apr 9 23:14:46 2020 rev:54 rq:792600 version:3.1.1+git20200316.25209de3 Changes: -------- --- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes 2019-11-27 13:54:54.496310558 +0100 +++ /work/SRC/openSUSE:Factory/.cobbler.new.3248/cobbler.changes 2020-04-09 23:14:52.122224172 +0200 @@ -1,0 +2,69 @@ +Mon Feb 24 11:40:36 UTC 2020 - Thomas Renninger <[email protected]> + +- Removed not needed files in obs. This is now all mainline: +D logrotate_cobbler +D fix_hardcoded_libpath_for_websession.patch +D fence_ipmitool.template +D cobbler_management_mac.diff +D AUTHORS +- Added source files: +A cobbler.obsinfo +A cobbler-rpmlintrc +D exclude_get-loaders_command.patch + +Spec file is mostly adopted to mainline spec file. +Still it is not directly extracted from mainline tarball. +First the remaining diff has to be submitted mainline. + +- Change group to Productivity/Networking/Boot/Servers + +- Disable any python_*_dependency_generator macros + According to Tomas Chvatal they are much too experimental yet + in OBS to be used. They have to be undefined, because of a half + baken implementation in SLE 15 SP2 build env (defined but not + properly implemented). At some point of time the introduced + undefine python_*_dependency_generator + will be conditionally removed via suse_version. + +------------------------------------------------------------------- +Mon Jan 13 09:35:02 UTC 2020 - Enno Gotthold <[email protected]> + +- Updated to version 3.1.1. + * Introduce new packaging from upstream + * Changelog see below + +- New: + * We are now having a cross-distro specfile which can be build in the OBS + (#2220) - before rewritten it was improved by #2144 & #2174 + * Grub Submenu for net-booting machines (#2217) + * Building the Cent-OS RPMs in Docker (#2190 #2189) + * Reintroduced manpage build in setup.py (#2185) + * mgmt_parameters are now passed to the dhcp template (#2182) + * Using the standard Pyhton3 logger instead of a custom one (#2160 #2139 #2151) + * Script for converting the settings file from 3.0.0 to 3.0.1 (#2154) + * Docs now inside the repo instead of cobbler.github.io and improved with sphinx (#2117) + +- Changes: + * The default tftpboot directory is now /var/lib/tftpboot instead of previously /srv/tftpboot (#2220) + * Distro signatures were adjusted where necessary (#2219 #2134) + * Removed requirements.txt and placed the requirements in setup.py (#2204) + * Display only entries in grub which are from the same arch (#2191 #2216) + * Change the name of the cobbler manpage form cobbler-cli to cobbler back and move it to section 8 (#2188 #2186) + +- Bugfixes: + * Incremented Version to 3.1.1 from 3.0.1 + * S390 Support was cleaned up (#2207 #2178) + * PowerPC Support was cleaned up (#2178) + * Added a missing import while importing a distro with cobbler import (#2201) + * Fixed a case where a stacktrace would be produced so pass none instead (#2203) + * Rename of suse_kopts_textmode_overwrite to kops_overwrite to utils (#2143 #2200) + * Fix rsync subprocess call (#2199 #2179) + * Fixed an error where the template rendering did not work (#2176) + * Fixed some cobbler import errors (#2172) + * Wrong shebang in various scripts (#2148) + * Fix some imports which fixes errors introduced by the remodularization (#2150 #2153) + +- Other: + * Issue Templates for Github (#2187) + +------------------------------------------------------------------- Old: ---- AUTHORS cobbler-3.0.1+git20191120.24c4ae8e.tar.xz cobbler_management_mac.diff exclude_get-loaders_command.patch fence_ipmitool.template fix_hardcoded_libpath_for_websession.patch logrotate_cobbler New: ---- cobbler-3.1.1+git20200316.25209de3.tar.gz cobbler-rpmlintrc cobbler.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cobbler.spec ++++++ ++++ 697 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cobbler/cobbler.spec ++++ and /work/SRC/openSUSE:Factory/.cobbler.new.3248/cobbler.spec ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Po6A02/_old 2020-04-09 23:14:53.426224926 +0200 +++ /var/tmp/diff_new_pack.Po6A02/_new 2020-04-09 23:14:53.426224926 +0200 @@ -1,19 +1,19 @@ <services> - <service mode="disabled" name="tar_scm"> - <param name="url">https://github.com/cobbler/cobbler</param> + <service mode="disabled" name="obs_scm"> + <param name="url">git://github.com/cobbler/cobbler.git</param> <param name="scm">git</param> - <param name="revision">HEAD</param> - <param name="changesgenerate">disable</param> - <param name="filename">cobbler</param> - <!-- - <param name="versionformat">3.0.1</param> - --> - <param name="versionformat">3.0.1+git%cd.%h</param> - + <param name="revision">master</param> + <param name="versionformat">3.1.1+git%cd.%h</param> +<!-- + <param name="versionformat">3.1.1</param> +--> + <param name="extract">cobbler.spec</param> + <param name="extract">cobbler.rpmlintrc</param> </service> + <service mode="disabled" name="set_version"/> + <service mode="disabled" name="tar"/> <service mode="disabled" name="recompress"> + <param name="compression">gz</param> <param name="file">*.tar</param> - <param name="compression">xz</param> </service> - <service mode="disabled" name="set_version"/> </services> ++++++ cobbler-rpmlintrc ++++++ addFilter('files-duplicate') addFilter('incoherent-logrotate-file') addFilter('non-executable-script') addFilter('systemd-service-without-service_add_post') addFilter('systemd-service-without-service_add_pre') ++++++ cobbler.obsinfo ++++++ name: cobbler version: 3.1.1+git20200316.25209de3 mtime: 1584347863 commit: 25209de345ebe79c1cd1cca79f5a99366225dbb1
