From 68a2749b5e5410fa50062128c9a3846e4bd9d935 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 5 Oct 2021 21:31:49 -0400 Subject: [PATCH] import lorax-28.14.61-2.el8 --- .gitignore | 2 +- .lorax.metadata | 2 +- SPECS/lorax.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 57 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c17e3d4..1631544 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-28.14.57.tar.gz +SOURCES/lorax-28.14.61.tar.gz diff --git a/.lorax.metadata b/.lorax.metadata index 70a45a8..879b84c 100644 --- a/.lorax.metadata +++ b/.lorax.metadata @@ -1 +1 @@ -8b00d2014eea241304e63baefb35c7f6543673df SOURCES/lorax-28.14.57.tar.gz +0d6e53f03c764c95a0d536f55f59c13ac11fa23f SOURCES/lorax-28.14.61.tar.gz diff --git a/SPECS/lorax.spec b/SPECS/lorax.spec index 07a016c..434cb88 100644 --- a/SPECS/lorax.spec +++ b/SPECS/lorax.spec @@ -3,8 +3,8 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.57 -Release: 1%{?dist} +Version: 28.14.61 +Release: 2%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -168,6 +168,9 @@ Summary: A command line tool for use with the lorax-composer API server Requires: python3-urllib3 Requires: python3-pytoml +# composer-cli manpage moved to composer-cli package in 28.14.59 +Conflicts: lorax < 28.14.59 + %description -n composer-cli A command line tool for use with the lorax-composer API server. Examine recipes, build images, etc. from the command line. @@ -216,11 +219,14 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sbindir}/lorax %{_sbindir}/mkefiboot %{_sbindir}/livemedia-creator +%{_sbindir}/mkksiso %{_bindir}/image-minimizer %dir %{_sysconfdir}/lorax %config(noreplace) %{_sysconfdir}/lorax/lorax.conf %dir %{_datadir}/lorax -%{_mandir}/man1/*.1* +%{_mandir}/man1/lorax.1* +%{_mandir}/man1/livemedia-creator.1* +%{_mandir}/man1/mkksiso.1* %{_tmpfilesdir}/lorax.conf %files docs @@ -246,13 +252,59 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %dir %attr(0771, root, weldr) %{_sharedstatedir}/lorax/composer/ %dir %attr(0771, root, weldr) %{_sharedstatedir}/lorax/composer/blueprints/ %attr(0771, weldr, weldr) %{_sharedstatedir}/lorax/composer/blueprints/* +%{_mandir}/man1/lorax-composer.1* %files -n composer-cli %{_bindir}/composer-cli %{python3_sitelib}/composer/* %{_sysconfdir}/bash_completion.d/composer-cli +%{_mandir}/man1/composer-cli.1* %changelog +* Thu Jul 08 2021 Brian C. Lane - 28.14.61-2 +- Add Conflicts to composer-cli for manpage move + Related: rhbz#1928962 + +* Wed Jul 07 2021 Brian C. Lane 28.14.61-1 +- Increase example kickstart root partitions to at least 4000MB (bcl) + Resolves: rhbz#1973407 + +* Tue Jun 29 2021 Brian C. Lane 28.14.60-1 +- New lorax documentation - 28.14.59 (bcl) + Related: rhbz#1955355 +- docs: Add missing mkksiso.1 manpage (bcl) + Related: rhbz#1955355 +- docs: Fix reference in composer-cli.rst (bcl) + Related: rhbz#1915361 +- Makefile: Use user-mode podman and fix docs-in-docker target (bcl) + Related: rhbz#1955355 + +* Tue Jun 29 2021 Brian C. Lane 28.14.59-1 +- Backport mkksiso to RHEL 8.5.0 (bcl) + Resolves: rhbz#1955355 +- Move manpages into the correct subpackages (bcl) + Resolves: rhbz#1928962 +- composer-cli: Update documentation URLs (bcl) + Resolves: rhbz#1915361 +- Use wildcard for grub2 modules in livemedia.ks example (bcl) + Related: rhbz#1973530 +- runtime-install: Install ipcalc (bcl) + Related: rhbz#1958314 +- test: Add new osbuild-composer expected types (martin) (martin) +- test: Fix URL to bots testmap (martin) (martin) + +* Thu Mar 04 2021 Brian C. Lane 28.14.58-1 +- composer-cli: Add support for start-ostree --url URL (bcl) + 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 - 28.14.57-2 +- tests: Start osbuild-composer.socket for the tests + Resolves: rhbz#1916684 + * Wed Dec 09 2020 Brian C. Lane 28.14.57-1 - fixes #543 qemu -nodefconfig deprecated (afm404) Resolves: rhbz#1904168