14
0

- update to 3.53:

* Do some workflow maintenance
  * Add RHEL 10 handler to master branch
  * Add Fedora 41 support
  * Update kickstart-docs.rst
  * Add missing rhsm and syspurpose commands
- update to 3.47:
  * displaymode: Update description to describe behavior
  * network: Move new options to Fedora 39
- update to 3.46:
  * Add conflict test between ostree sources
  * Fix missing seen check for output generation
  * Add new ostreecontainer command
  * Check the conflicting commands automatically (vponcova)
  * Fix tests for conflicting commands (vponcova)
  * Add conflicting commands support (bcl)
  * Fix handling of package section arguments in older versions
- update to 3.45:
  * Don't allow to use --sdboot and --extlinux together
  * tests: add bootloader sdboot option (jeremy.linton)
  * bootloader: Add systemd-boot support with --sdboot
  * Add %changelog section to pykickstart.spec.in (jkonecny)
  * Do not request sign for rc-release Makefile target (jkonecny)
  * Do not require SPECFILE for rc-release (jkonecny)
  * Add missing docs copy to scratch Makefile (jkonecny)
  * Add support for Fedora 39 (vslavik)
- Update to version 3.34

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykickstart?expand=0&rev=11
This commit is contained in:
2024-04-20 21:22:32 +00:00
committed by Git OBS Bridge
parent e879d961a8
commit 63979d17fa
4 changed files with 37 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-pykickstart
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2020 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@@ -23,7 +23,7 @@
%global skip_python2 1
Name: python-%{mod_name}
Version: 3.43
Version: 3.53
Release: 0
Summary: Python module for parsing and writing kickstart files
Group: Development/Libraries/Python