- 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)
This commit is contained in:
parent
52072bb3c5
commit
1869e05bd2
1
.gitignore
vendored
1
.gitignore
vendored
@ -214,3 +214,4 @@
|
|||||||
/lorax-36.8.tar.gz
|
/lorax-36.8.tar.gz
|
||||||
/lorax-36.9.tar.gz
|
/lorax-36.9.tar.gz
|
||||||
/lorax-37.0.tar.gz
|
/lorax-37.0.tar.gz
|
||||||
|
/lorax-37.1.tar.gz
|
||||||
|
15
lorax.spec
15
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 37.0
|
Version: 37.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ URL: https://github.com/weldr/lorax
|
|||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
|
||||||
@ -153,7 +154,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
|
||||||
@ -176,6 +177,16 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 11 2022 Brian C. Lane <bcl@redhat.com> 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 <bcl@redhat.com> 37.0-1
|
* Mon Mar 28 2022 Brian C. Lane <bcl@redhat.com> 37.0-1
|
||||||
- New lorax documentation - 37.0 (bcl@redhat.com)
|
- New lorax documentation - 37.0 (bcl@redhat.com)
|
||||||
- runtime-cleanup: keep 'unshare' binary present from util-linux-core (kkoukiou@redhat.com)
|
- runtime-cleanup: keep 'unshare' binary present from util-linux-core (kkoukiou@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-37.0.tar.gz) = cc2ae4bb84c2fdfc056b2dc96b6e0948014c092b419821c9bf159fdd5b92fe908009614d42a54a1b5b9dfd3e9ab605df0861386735363b7e4bbd3598f78e8938
|
SHA512 (lorax-37.1.tar.gz) = f2fb20119e0b580a311b8d06d93d2f91e640dd66080674ed76b8d97611d2d51f47d100519486b13f70460bdc7968c7c6c8b0e5241ff48ab1bb8c2080bd23b9f7
|
||||||
|
Loading…
Reference in New Issue
Block a user