diff --git a/.gitignore b/.gitignore index f60e860..739638a 100644 --- a/.gitignore +++ b/.gitignore @@ -214,3 +214,4 @@ /lorax-36.8.tar.gz /lorax-36.9.tar.gz /lorax-37.0.tar.gz +/lorax-37.1.tar.gz diff --git a/lorax.spec b/lorax.spec index ab3c8f6..36d97ce 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 37.0 +Version: 37.1 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -16,6 +16,7 @@ URL: https://github.com/weldr/lorax Source0: %{name}-%{version}.tar.gz BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: make BuildRequires: systemd-rpm-macros @@ -153,7 +154,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_sbindir}/lorax %{_sbindir}/mkefiboot %{_sbindir}/livemedia-creator -%{_sbindir}/mkksiso +%{_bindir}/mkksiso %{_bindir}/image-minimizer %dir %{_sysconfdir}/lorax %config(noreplace) %{_sysconfdir}/lorax/lorax.conf @@ -176,6 +177,16 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Wed May 11 2022 Brian C. Lane 37.1-1 +- New lorax documentation - 37.1 (bcl@redhat.com) +- docs: Update the mkksiso documentation (bcl@redhat.com) +- setup.py: Install mkksiso to /usr/bin (bcl@redhat.com) +- pylorax: Move variable out of try block (bcl@redhat.com) +- setup.py: Use setup from setuptools not distutils (bcl@redhat.com) +- Makefile: Remove -it options for test-in-podman (bcl@redhat.com) +- mkksiso: Rewrite to use xorriso features (bcl@redhat.com) +- docs: Fix typo in index.html (bcl@redhat.com) + * Mon Mar 28 2022 Brian C. Lane 37.0-1 - New lorax documentation - 37.0 (bcl@redhat.com) - runtime-cleanup: keep 'unshare' binary present from util-linux-core (kkoukiou@redhat.com) diff --git a/sources b/sources index 369f7e0..e2edd0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lorax-37.0.tar.gz) = cc2ae4bb84c2fdfc056b2dc96b6e0948014c092b419821c9bf159fdd5b92fe908009614d42a54a1b5b9dfd3e9ab605df0861386735363b7e4bbd3598f78e8938 +SHA512 (lorax-37.1.tar.gz) = f2fb20119e0b580a311b8d06d93d2f91e640dd66080674ed76b8d97611d2d51f47d100519486b13f70460bdc7968c7c6c8b0e5241ff48ab1bb8c2080bd23b9f7