- Use inst.rescue to trigger rescue mode (awilliam)
- Use image dependencies metapackage (vslavik)
This commit is contained in:
parent
1e0dcdc7e5
commit
1bfa7d0e64
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
||||
/lorax-templates-rhel-9.0-7.tar.gz
|
||||
/lorax-templates-rhel-9.0-8.tar.gz
|
||||
/lorax-templates-rhel-9.0-9.tar.gz
|
||||
/lorax-templates-rhel-9.0-10.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 9.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: RHEL8 build templates for lorax and livemedia-creator
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://github.com/weldr/lorax
|
||||
BuildArch: noarch
|
||||
Source0: lorax-templates-rhel-9.0-9.tar.gz
|
||||
Source0: lorax-templates-rhel-9.0-10.tar.gz
|
||||
|
||||
# Where are these supposed to end up?
|
||||
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
||||
@ -31,6 +31,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 16 2021 Brian C. Lane <bcl@redhat.com> - 9.0-10
|
||||
- Use inst.rescue to trigger rescue mode (awilliam)
|
||||
- Use image dependencies metapackage (vslavik)
|
||||
|
||||
* Tue Feb 02 2021 Brian C. Lane <bcl@redhat.com> - 9.0-9
|
||||
- runtime-install: Remove system-storage-manager
|
||||
Resolves: rhbz#1924154
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-templates-rhel-9.0-9.tar.gz) = 28c815b2734b1ebd46ed239c14d6bb5c8bc3b9373aaf6cadd71f92cb0619af6271e8e7ff2efeb14a1f366ad4a5c34020128a16d9b7cb1f51b714e04eccbccd29
|
||||
SHA512 (lorax-templates-rhel-9.0-10.tar.gz) = 0fa7c9c5e2de46d9049bb586a2cc7e6f8663d8892f3f7f90f7c3f0687439208cd415ea73bd1fc4ce73e2c2447ae72b732bdf2098209d7fa39c800e7185b0a143
|
||||
|
Loading…
Reference in New Issue
Block a user