009def3e13
- Add hostname to the rootfs for iscsi Resolves: rhbz#1599183
59 lines
1.7 KiB
RPMSpec
59 lines
1.7 KiB
RPMSpec
Name: lorax-templates-rhel
|
|
Version: 8.0
|
|
Release: 7%{?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.0-7.tar.gz
|
|
|
|
# Where are these supposed to end up?
|
|
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
|
|
|
%description
|
|
RHEL-specific Lorax templates for creating the boot.iso and live isos are
|
|
placed in %{templatedir}
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%build
|
|
# nothing to build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{templatedir}
|
|
cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
|
|
|
%files
|
|
%dir %{templatedir}
|
|
%{templatedir}/*
|
|
|
|
%changelog
|
|
* Mon Jul 09 2018 Brian C. Lane <bcl@redhat.com> - 8.0-7
|
|
- Add hostname to the rootfs for iscsi
|
|
Resolves: rhbz#1599183
|
|
|
|
* Thu Jun 21 2018 Ian McLeod <imcleod@redhat.com> - 8.0-6
|
|
- Temporarily disable dracut-fips to allow building images in VMs
|
|
|
|
* Wed Jun 20 2018 David Cantrell <dcantrell@redhat.com> - 8.0-5
|
|
- Make sure perl-interpreter is installed
|
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-4
|
|
- Comment where RHEL8 removals have taken place
|
|
- Temporarily remove X server and drivers from all architectures
|
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-3
|
|
- Properly update build environment to pull these changes in
|
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-2
|
|
- Remove several _more_ packages from installer - same reason as below
|
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-1
|
|
- Remove several packages from installer based on current state of BaseOS/AppStream
|
|
|
|
* Mon Jun 18 2018 Will Woods <wwoods@redhat.com> - 8.0-0
|
|
- Initial creation of lorax-templates-rhel package
|