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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e40236a8ec58c914d31e3f47a89e9a8af1dd29501fd93606f28cb86c96521def
size 813379

3
pykickstart-3.53.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50cfffdf49e958ae9fda9fe7bdbc8702589c7c632069648227ecb877119bb5ad
size 816499

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Apr 20 21:21:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 7 09:15:48 UTC 2023 - pgajdos@suse.com Tue Mar 7 09:15:48 UTC 2023 - pgajdos@suse.com

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