Make sure perl-interpreter is installed
This commit is contained in:
parent
7e1d359a82
commit
475afdc844
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/lorax-templates-rhel-8.0-0.tar.gz
|
||||
/lorax-templates-rhel-8.0-3.tar.gz
|
||||
/lorax-templates-rhel-8.0-4.tar.gz
|
||||
/lorax-templates-rhel-8.0-5.tar.gz
|
||||
|
5
README
5
README
@ -6,8 +6,11 @@ Hi there! If you're trying to fix something here, do the following:
|
||||
4. `make tar` to make a new tarball
|
||||
5. `make update-spec` to update specfile
|
||||
6. Add changelog entry to .spec
|
||||
7. `rhpkg new-sources` the new tarball
|
||||
7. `rhpkg-sha512 new-sources` the new tarball
|
||||
8. `git add lorax-templates-rhel.spec SERIAL`
|
||||
9. `git commit`
|
||||
|
||||
Steps 8 and 9 can be combined as:
|
||||
`rhpkg-sha512 clog && rhpkg-sha512 ci -F clog`
|
||||
|
||||
You're now ready to do a new build. Isn't spec wonderful?
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 8.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?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-4.tar.gz
|
||||
Source0: lorax-templates-rhel-8.0-5.tar.gz
|
||||
|
||||
# Where are these supposed to end up?
|
||||
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
||||
@ -31,7 +31,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-4
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user