- Use smarter multipath detection logic
Resolves: rhbz#1763906
This commit is contained in:
parent
127538f711
commit
606152b696
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/lorax-templates-rhel-8.2-4.tar.gz
|
||||
/lorax-templates-rhel-8.2-5.tar.gz
|
||||
/lorax-templates-rhel-8.2-6.tar.gz
|
||||
/lorax-templates-rhel-8.3-1.tar.gz
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
NAME=lorax-templates-rhel
|
||||
# RHEL version these templates are designed for
|
||||
RHELVER=8.2
|
||||
RHELVER=8.3
|
||||
# Serial number for this release
|
||||
SERIAL=$(shell [ -f SERIAL ] && cat SERIAL || echo 0)
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 8.2
|
||||
Release: 6%{?dist}
|
||||
Version: 8.3
|
||||
Release: 1%{?dist}
|
||||
Summary: RHEL8 build templates for lorax and livemedia-creator
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://github.com/weldr/lorax
|
||||
BuildArch: noarch
|
||||
Source0: lorax-templates-rhel-8.2-6.tar.gz
|
||||
Source0: lorax-templates-rhel-8.3-1.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
|
||||
* Wed May 13 2020 Brian C. Lane <bcl@redhat.com> - 8.3-1
|
||||
- Use smarter multipath detection logic
|
||||
Resolves: rhbz#1763906
|
||||
|
||||
* Thu Feb 27 2020 Brian C. Lane <bcl@redhat.com> - 8.2-6
|
||||
- Restore the 98dracut-systemd service files to the install.img (bcl)
|
||||
Related: rhbz#1805405
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-templates-rhel-8.2-6.tar.gz) = 2f431a0f7d24399180e77b298f9581971fa8720bcf12edaaafebaf9bc5b77a6fc5f8dec858ef19a21abe2b62ae51b439fa164885312eb2c387bf1db56021c0f6
|
||||
SHA512 (lorax-templates-rhel-8.3-1.tar.gz) = 6e1b9d55e1c3e3e40662a12270997168a611c5ff1ef2efa5e65fea7cc0dc0de8cf4cb61420091c6700d6dda8892fce661a649c1c31a6831df54975681ca88cd5
|
||||
|
Loading…
Reference in New Issue
Block a user