- Makefile: Add local-srpm target to create a .src.rpm from HEAD (bcl)
Related: rhbz#2088631 - mkksiso: Fix s390x support (bcl) Related: rhbz#2088631 - mkksiso: Remove use of os.path.join (bcl) Related: rhbz#2088631 - Makefile: Add mkksiso to coverage report (bcl) Related: rhbz#2088631 - setup.py: Install mkksiso to /usr/bin (bcl) Related: rhbz#2088631 - mkksiso: Fix grub2 editing error (bcl) Related: rhbz#2088631 - mkksiso: Rewrite to use xorriso features (bcl) Resolves: rhbz#2088631
This commit is contained in:
parent
b10dbfa7d1
commit
7f3b52ec74
1
.gitignore
vendored
1
.gitignore
vendored
@ -208,3 +208,4 @@
|
|||||||
/lorax-34.9.13.tar.gz
|
/lorax-34.9.13.tar.gz
|
||||||
/lorax-34.9.14.tar.gz
|
/lorax-34.9.14.tar.gz
|
||||||
/lorax-34.9.15.tar.gz
|
/lorax-34.9.15.tar.gz
|
||||||
|
/lorax-34.9.16.tar.gz
|
||||||
|
20
lorax.spec
20
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 34.9.15
|
Version: 34.9.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -161,7 +161,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_sbindir}/lorax
|
%{_sbindir}/lorax
|
||||||
%{_sbindir}/mkefiboot
|
%{_sbindir}/mkefiboot
|
||||||
%{_sbindir}/livemedia-creator
|
%{_sbindir}/livemedia-creator
|
||||||
%{_sbindir}/mkksiso
|
%{_bindir}/mkksiso
|
||||||
%{_bindir}/image-minimizer
|
%{_bindir}/image-minimizer
|
||||||
%dir %{_sysconfdir}/lorax
|
%dir %{_sysconfdir}/lorax
|
||||||
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
||||||
@ -185,6 +185,22 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 17 2022 Brian C. Lane <bcl@redhat.com> 34.9.16-1
|
||||||
|
- Makefile: Add local-srpm target to create a .src.rpm from HEAD (bcl)
|
||||||
|
Related: rhbz#2088631
|
||||||
|
- mkksiso: Fix s390x support (bcl)
|
||||||
|
Related: rhbz#2088631
|
||||||
|
- mkksiso: Remove use of os.path.join (bcl)
|
||||||
|
Related: rhbz#2088631
|
||||||
|
- Makefile: Add mkksiso to coverage report (bcl)
|
||||||
|
Related: rhbz#2088631
|
||||||
|
- setup.py: Install mkksiso to /usr/bin (bcl)
|
||||||
|
Related: rhbz#2088631
|
||||||
|
- mkksiso: Fix grub2 editing error (bcl)
|
||||||
|
Related: rhbz#2088631
|
||||||
|
- mkksiso: Rewrite to use xorriso features (bcl)
|
||||||
|
Resolves: rhbz#2088631
|
||||||
|
|
||||||
* Wed Apr 06 2022 Brian C. Lane <bcl@redhat.com> 34.9.15-1
|
* Wed Apr 06 2022 Brian C. Lane <bcl@redhat.com> 34.9.15-1
|
||||||
- tito: Add the LoraxRHELTagger from rhel8-branch (bcl)
|
- tito: Add the LoraxRHELTagger from rhel8-branch (bcl)
|
||||||
Related: rhbz#2070910
|
Related: rhbz#2070910
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-34.9.15.tar.gz) = 63be6e36fee52563b56b5a51c1fa10283097349c8d170b464096afb7534ffc9433bcf234282e44decf7e9861a3096f549228b2c9429adb9965688994901222f2
|
SHA512 (lorax-34.9.16.tar.gz) = eea40a7ace9f50fe074539d8c5e39182e97166725a1586815d63b576ee22e240b3fd6ad6aee572d9357a805d803da9478f96b11a1cabb5837d594aaae766508a
|
||||||
|
Loading…
Reference in New Issue
Block a user