- workflow: Update to use released python 3.11 version (bcl)
- Don't allow to use --sdboot and --extlinux together (vponcova) - tests: add bootloader sdboot option (jeremy.linton) - bootloader: Add systemd-boot support with --sdboot (jeremy.linton) - 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)
This commit is contained in:
parent
977477db9d
commit
877caefd64
2
.gitignore
vendored
2
.gitignore
vendored
@ -242,3 +242,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.43.tar.gz.asc
|
||||
/pykickstart-3.44.tar.gz
|
||||
/pykickstart-3.44.tar.gz.asc
|
||||
/pykickstart-3.45.tar.gz
|
||||
/pykickstart-3.45.tar.gz.asc
|
||||
|
@ -1,9 +1,10 @@
|
||||
# Enable tests by default. To disable them use:
|
||||
# rpmbuild -ba --without runtests pykickstart.spec
|
||||
%bcond_without runtests
|
||||
%bcond_with signed
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.44
|
||||
Version: 3.45
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only AND MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -12,7 +13,9 @@ Url: http://fedoraproject.org/wiki/pykickstart
|
||||
# our distribution. Thus the source is only available from
|
||||
# within this srpm.
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
%if %{with signed}
|
||||
Source1: %{name}-%{version}.tar.gz.asc
|
||||
%endif
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.44.tar.gz) = c962fdfb77db8cf566568bb3bba98b1f3294bb90eeeb609c7c6ce1d9eb7a99dc2617d2bb741ed4d3c413288af0c96483b92f1776f26a97fe8b85d27712ab0737
|
||||
SHA512 (pykickstart-3.44.tar.gz.asc) = 2bd5b575d9dcf147c4eb4cff42e386dcdf1264ef0319334e9e186d96b0f35e17952ebec93f68f57509c86b112359ec9175e3578f5c8851337d8deecf2fa2d773
|
||||
SHA512 (pykickstart-3.45.tar.gz) = 1a940b5fa9682437d7eed1ec7909458a61d062327d2a91c86754bae212fbabb878f2f0a09b7792b5bffc6713250f3287dcae626ac551205e9aca2c451757b006
|
||||
SHA512 (pykickstart-3.45.tar.gz.asc) = 12c41f3564f49dc0b52f222a06a2fb32337e47b05037a05bd3c5ee2501ae1ab7c5d26e7f42eb93f59195631dfcf5f09a295487875335e7197c6d031e04623c5e
|
||||
|
Loading…
Reference in New Issue
Block a user