Initial package import
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
b8729fdce1
commit
4bbf120ec6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/lorax-templates-rhel-10.0-1.tar.gz
|
39
lorax-templates-rhel.spec
Normal file
39
lorax-templates-rhel.spec
Normal file
@ -0,0 +1,39 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user