2018-06-18 16:43:58 +00:00
|
|
|
Name: lorax-templates-rhel
|
|
|
|
Version: 8.0
|
2018-06-20 19:53:57 +00:00
|
|
|
Release: 5%{?dist}
|
2018-06-18 16:43:58 +00:00
|
|
|
Summary: RHEL8 build templates for lorax and livemedia-creator
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://github.com/weldr/lorax
|
2018-06-18 18:56:22 +00:00
|
|
|
BuildArch: noarch
|
2018-06-20 19:53:57 +00:00
|
|
|
Source0: lorax-templates-rhel-8.0-5.tar.gz
|
2018-06-18 16:43:58 +00:00
|
|
|
|
|
|
|
# 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
|
2018-06-18 18:56:22 +00:00
|
|
|
%setup
|
2018-06-18 16:43:58 +00:00
|
|
|
|
|
|
|
%build
|
2018-06-18 18:56:22 +00:00
|
|
|
# nothing to build
|
2018-06-18 16:43:58 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{templatedir}
|
2018-06-18 18:56:22 +00:00
|
|
|
cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
2018-06-18 16:43:58 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%dir %{templatedir}
|
2018-06-18 18:56:22 +00:00
|
|
|
%{templatedir}/*
|
2018-06-18 16:43:58 +00:00
|
|
|
|
|
|
|
%changelog
|
2018-06-20 19:53:57 +00:00
|
|
|
* 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
|
2018-06-20 02:45:20 +00:00
|
|
|
- Comment where RHEL8 removals have taken place
|
|
|
|
- Temporarily remove X server and drivers from all architectures
|
|
|
|
|
2018-06-19 22:37:37 +00:00
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-3
|
|
|
|
- Properly update build environment to pull these changes in
|
|
|
|
|
2018-06-19 21:39:25 +00:00
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-2
|
|
|
|
- Remove several _more_ packages from installer - same reason as below
|
|
|
|
|
2018-06-19 20:58:43 +00:00
|
|
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-1
|
|
|
|
- Remove several packages from installer based on current state of BaseOS/AppStream
|
|
|
|
|
2018-06-18 18:56:22 +00:00
|
|
|
* Mon Jun 18 2018 Will Woods <wwoods@redhat.com> - 8.0-0
|
2018-06-18 16:43:58 +00:00
|
|
|
- Initial creation of lorax-templates-rhel package
|