|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
Name: lorax-templates-msvsphere
|
|
|
|
|
Version: 8.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 1%{?dist}.1
|
|
|
|
|
Summary: MSVSphere build templates for lorax and livemedia-creator
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://github.com/weldr/lorax
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Source0: lorax-templates-rhel-8.7-1.tar.gz
|
|
|
|
|
Source1: cp866-8x16.psf
|
|
|
|
|
Patch1: 0001-Remove-RHEL-specific-packages.patch
|
|
|
|
|
Patch2: 0002-Disable-oscap-anaconda-addon-install.patch
|
|
|
|
|
Patch3: 0003-Translate-installation-image-bootloader-to-Russian.patch
|
|
|
|
@ -35,12 +36,17 @@ placed in %{templatedir}
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{templatedir}
|
|
|
|
|
cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
|
|
|
|
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{templatedir}/config_files/x86/
|
|
|
|
|
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{templatedir}/live/config_files/x86/
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%dir %{templatedir}
|
|
|
|
|
%{templatedir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Dec 24 2023 Arkady L. Shane <tigro@msvspere-os.ru> - 8.7-1.1
|
|
|
|
|
- Added missing font
|
|
|
|
|
|
|
|
|
|
* Fri Dec 22 2023 Arkady L. Shane <tigro@msvspere-os.ru> - 8.7-1
|
|
|
|
|
- Rename package to lorax-templates-msvsphere
|
|
|
|
|
- Copy only EULA on live
|
|
|
|
|