|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Name: lorax-templates-msvsphere
|
|
|
|
|
Version: 9.0
|
|
|
|
|
Release: 35%{?dist}.1
|
|
|
|
|
Release: 37%{?dist}
|
|
|
|
|
Summary: MSVSphere 9 build templates for lorax and livemedia-creator
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://github.com/weldr/lorax
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Source0: lorax-templates-rhel-9.0-35.tar.gz
|
|
|
|
|
Source0: lorax-templates-rhel-9.0-37.tar.gz
|
|
|
|
|
|
|
|
|
|
# MSVSphere patches
|
|
|
|
|
Patch1001: 0001-Remove-RHEL-specific-packages.patch
|
|
|
|
@ -16,7 +16,7 @@ Patch1002: 0002-Disable-oscap-anaconda-addon-install.patch
|
|
|
|
|
Requires: lorax >= 34.9.1
|
|
|
|
|
|
|
|
|
|
# Where are these supposed to end up?
|
|
|
|
|
%define templatedir %{_datadir}/lorax/templates.d/70-msvsphere
|
|
|
|
|
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
MSVSphere 9 Lorax templates for creating the boot.iso and live isos are
|
|
|
|
@ -40,13 +40,19 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
|
|
|
|
%{templatedir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Apr 16 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 9.0-35.1
|
|
|
|
|
* Sat Jul 01 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 9.0-37
|
|
|
|
|
- Package renamed to lorax-templates-msvsphere
|
|
|
|
|
- Removed RHEL-specific packages from templates
|
|
|
|
|
- Temporarily disabled oscap-anaconda-addon installation
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Thu Apr 06 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 9.0-35
|
|
|
|
|
- Package renamed to lorax-templates-msvsphere
|
|
|
|
|
- Removed RHEL-specific packages
|
|
|
|
|
- Rebuilt for MSVSphere 9.1
|
|
|
|
|
* Wed Jan 11 2023 Brian C. Lane <bcl@redhat.com> - 9.0-37
|
|
|
|
|
- rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog (bcl)
|
|
|
|
|
Resolves: rhbz#2160070
|
|
|
|
|
|
|
|
|
|
* Mon Nov 28 2022 Brian C. Lane <bcl@redhat.com> - 9.0-36
|
|
|
|
|
- On ppc64le Use core.elf from grub2 package (bcl)
|
|
|
|
|
Resolves: rhbz#2143422
|
|
|
|
|
|
|
|
|
|
* Tue Apr 05 2022 Brian C. Lane <bcl@redhat.com> - 9.0-35
|
|
|
|
|
- Makefile: Making it easier to create releases (bcl)
|
|
|
|
|