import lorax-28.14.58-1.el8
This commit is contained in:
parent
2ad18cbf03
commit
8cc17c5b62
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/lorax-28.14.55.tar.gz
|
SOURCES/lorax-28.14.58.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
fe7ec2654b4cacbf6212a8384d9cedf3f9228b57 SOURCES/lorax-28.14.55.tar.gz
|
7fafc36e1556a2eeb460c6221f66649661dc5298 SOURCES/lorax-28.14.58.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 28.14.55
|
Version: 28.14.58
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -71,6 +71,7 @@ Requires: grub2-tools
|
|||||||
|
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
Requires: openssh
|
Requires: openssh
|
||||||
|
Requires: s390utils >= 2.15.0-2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
@ -216,7 +217,6 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%{_sbindir}/mkefiboot
|
%{_sbindir}/mkefiboot
|
||||||
%{_sbindir}/livemedia-creator
|
%{_sbindir}/livemedia-creator
|
||||||
%{_bindir}/image-minimizer
|
%{_bindir}/image-minimizer
|
||||||
%{_bindir}/mk-s390-cdboot
|
|
||||||
%dir %{_sysconfdir}/lorax
|
%dir %{_sysconfdir}/lorax
|
||||||
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
||||||
%dir %{_datadir}/lorax
|
%dir %{_datadir}/lorax
|
||||||
@ -253,9 +253,29 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 10 2020 Brian C. Lane <bcl@redhat.com> - 28.14.55-2
|
* Thu Mar 04 2021 Brian C. Lane <bcl@redhat.com> 28.14.58-1
|
||||||
- tests: Add rhel8 beta repository for osbuild-composer setup
|
- composer-cli: Add support for start-ostree --url URL (bcl)
|
||||||
Related: rhbz#1876563
|
Resolves: rhbz#1929381
|
||||||
|
- tests: Override rhel-8-beta.json repositories for osbuild-composer (atodorov)
|
||||||
|
- tests: Remove systemctl for osbuild-composer (atodorov)
|
||||||
|
- tests: Start osbuild-composer.socket (bcl)
|
||||||
|
- test: Fix vm.install for non-LVM cloud images (martin)
|
||||||
|
|
||||||
|
* Fri Jan 15 2021 Brian C. Lane <bcl@redhat.com> - 28.14.57-2
|
||||||
|
- tests: Start osbuild-composer.socket for the tests
|
||||||
|
Resolves: rhbz#1916684
|
||||||
|
|
||||||
|
* Wed Dec 09 2020 Brian C. Lane <bcl@redhat.com> 28.14.57-1
|
||||||
|
- fixes #543 qemu -nodefconfig deprecated (afm404)
|
||||||
|
Resolves: rhbz#1904168
|
||||||
|
- sshd_config: Apply suggested changes (bcl)
|
||||||
|
Resolves: rhbz#1872892
|
||||||
|
|
||||||
|
* Thu Dec 03 2020 Brian C. Lane <bcl@redhat.com> 28.14.56-1
|
||||||
|
- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl)
|
||||||
|
Related: rhbz#1892404
|
||||||
|
- Add --squashfs-only option to drop inner rootfs.img layer (marmarek)
|
||||||
|
Resolves: rhbz#1846282
|
||||||
|
|
||||||
* Thu Sep 10 2020 Brian C. Lane <bcl@redhat.com> 28.14.55-1
|
* Thu Sep 10 2020 Brian C. Lane <bcl@redhat.com> 28.14.55-1
|
||||||
- docs: Remove anaconda from rhel-livemedia.ks example (bcl)
|
- docs: Remove anaconda from rhel-livemedia.ks example (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user