- Update package version for 8.1 release
- Make sure lscpu is installed Resolves: rhbz#1684735
This commit is contained in:
parent
c6cf659e46
commit
c3b73e57da
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/lorax-templates-rhel-8.0-17.tar.gz
|
||||
/lorax-templates-rhel-8.0-18.tar.gz
|
||||
/lorax-templates-rhel-8.0-19.tar.gz
|
||||
/lorax-templates-rhel-8.1-1.tar.gz
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
NAME=lorax-templates-rhel
|
||||
# RHEL version these templates are designed for
|
||||
RHELVER=8.0
|
||||
RHELVER=8.1
|
||||
# Serial number for this release
|
||||
SERIAL=$(shell [ -f SERIAL ] && cat SERIAL || echo 0)
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 8.0
|
||||
Release: 19%{?dist}
|
||||
Version: 8.1
|
||||
Release: 1%{?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-19.tar.gz
|
||||
Source0: lorax-templates-rhel-8.1-1.tar.gz
|
||||
|
||||
# Where are these supposed to end up?
|
||||
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
||||
@ -31,6 +31,11 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 27 2019 Brian C. Lane <bcl@redhat.com> - 8.1-1
|
||||
- Update package version for 8.1 release
|
||||
- Make sure lscpu is installed
|
||||
Resolves: rhbz#1684735
|
||||
|
||||
* Wed Sep 19 2018 Brian C. Lane <bcl@redhat.com> - 8.0-19
|
||||
- Include python3-pyatspi on boot.iso (bcl)
|
||||
Resolves: rhbz#1543290
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-templates-rhel-8.0-19.tar.gz) = 1b59831afbfb6fb3e06a6d05281858c8ae60e4967f8340c74d372c7a409a45a8ee033a700b69407756d739b114344df976b925ad6c6cbe69f11e54fd69487331
|
||||
SHA512 (lorax-templates-rhel-8.1-1.tar.gz) = e126135a298e8271a96d4917bd2462119bacc7e8db8722913ea3de1923b63ce32b1b645bb2098f050d0f03cb67b06baa837b45a6c00dc98151f4f9956d953276
|
||||
|
Loading…
Reference in New Issue
Block a user