abfd0f7d2e
This package does not currently exist in Fedora ELN. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
50 lines
1.3 KiB
RPMSpec
50 lines
1.3 KiB
RPMSpec
Name: lorax-templates-rhel
|
|
Version: 10.0
|
|
Release: 3%{?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-3.tar.gz
|
|
|
|
# Required for the template branding support
|
|
Requires: lorax >= 34.9.1
|
|
|
|
# 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
|
|
* Thu Jul 15 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-3
|
|
- Drop prefixdevname
|
|
|
|
* Wed Jul 14 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-2
|
|
- Re-sync from CentOS Stream 9
|
|
|
|
* Mon May 10 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.0-1
|
|
- First release of lorax-templates-rhel for ELN
|
|
|