- Remove memtest86+ from example kickstarts (bcl@redhat.com)
- fedora-livemedia: Update example kickstart (bcl@redhat.com) - mount: Switch to using pycdio instead of pycdlib (bcl@redhat.com) - Move default releasever into pylorax DEFAULT_RELEASEVER (bcl@redhat.com) - runtime-postinstall: Drop raidstart/stop stub code (bcl@redhat.com) - runtime-install: Fix grub2 epoch, it is 1 not 0 (bcl@redhat.com) - Update runtime-install/cleanup for Marvell Prestera fw split (awilliam@redhat.com)
This commit is contained in:
parent
fe817d06d8
commit
a3bb519e91
1
.gitignore
vendored
1
.gitignore
vendored
@ -205,3 +205,4 @@
|
||||
/lorax-35.7.tar.gz
|
||||
/lorax-36.0.tar.gz
|
||||
/lorax-36.1.tar.gz
|
||||
/lorax-36.2.tar.gz
|
||||
|
13
lorax.spec
13
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 36.1
|
||||
Version: 36.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -51,7 +51,7 @@ Requires: python3-mako
|
||||
Requires: python3-kickstart >= 3.19
|
||||
Requires: python3-dnf >= 3.2.0
|
||||
Requires: python3-librepo
|
||||
Requires: python3-pycdlib
|
||||
Requires: python3-pycdio
|
||||
|
||||
%if 0%{?fedora}
|
||||
# Fedora specific deps
|
||||
@ -175,6 +175,15 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 10 2021 Brian C. Lane <bcl@redhat.com> 36.2-1
|
||||
- Remove memtest86+ from example kickstarts (bcl@redhat.com)
|
||||
- fedora-livemedia: Update example kickstart (bcl@redhat.com)
|
||||
- mount: Switch to using pycdio instead of pycdlib (bcl@redhat.com)
|
||||
- Move default releasever into pylorax DEFAULT_RELEASEVER (bcl@redhat.com)
|
||||
- runtime-postinstall: Drop raidstart/stop stub code (bcl@redhat.com)
|
||||
- runtime-install: Fix grub2 epoch, it is 1 not 0 (bcl@redhat.com)
|
||||
- Update runtime-install/cleanup for Marvell Prestera fw split (awilliam@redhat.com)
|
||||
|
||||
* Thu Oct 28 2021 Brian C. Lane <bcl@redhat.com> 36.1-1
|
||||
- dnfbase: Handle defaults better (bcl@redhat.com)
|
||||
- ltmpl: Add version compare support to installpkg (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-36.1.tar.gz) = 4ccb514ac867ff1d52d3458c5a21561ddafe79a9b5c7d536911e500114ec4ee363798d8e720a11e45ff78d1b640797bf7b723ffc3251e4def93c1fce5f9b970f
|
||||
SHA512 (lorax-36.2.tar.gz) = 8f71f8001513c3da834bbfbc3bd71865754b175b3565d4dd1fb286fb5dbad1d0d6fb0590fe79f46fa3e257288f772d68c772947f0a92302eb36c6a151568b1c2
|
||||
|
Loading…
Reference in New Issue
Block a user