40 lines
991 B
RPMSpec
40 lines
991 B
RPMSpec
|
Name: lorax-templates-rhel
|
||
|
Version: 10.0
|
||
|
Release: 1%{?dist}
|
||
|
Summary: RHEL build templates for lorax and livemedia-creator
|
||
|
|
||
|
License: GPLv2+
|
||
|
URL: https://github.com/weldr/lorax
|
||
|
BuildArch: noarch
|
||
|
|
||
|
# This tarball is generated from the contents of this dist-git repository
|
||
|
# by running the command `make tar`.
|
||
|
# See README for full details of how to update this package
|
||
|
Source0: lorax-templates-rhel-10.0-1.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
|
||
|
mkdir -p $RPM_BUILD_ROOT/%{templatedir}
|
||
|
cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||
|
|
||
|
%files
|
||
|
%dir %{templatedir}
|
||
|
%{templatedir}/*
|
||
|
|
||
|
%changelog
|
||
|
* Mon May 10 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-1
|
||
|
- First release of lorax-templates-rhel for ELN
|
||
|
|