import lorax-28.14.61-2.el8

This commit is contained in:
CentOS Sources 2021-10-05 21:31:49 -04:00 committed by Stepan Oksanichenko
parent e57ea5b0f8
commit 68a2749b5e
3 changed files with 57 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-28.14.57.tar.gz
SOURCES/lorax-28.14.61.tar.gz

View File

@ -1 +1 @@
8b00d2014eea241304e63baefb35c7f6543673df SOURCES/lorax-28.14.57.tar.gz
0d6e53f03c764c95a0d536f55f59c13ac11fa23f SOURCES/lorax-28.14.61.tar.gz

View File

@ -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 <bcl@redhat.com> - 28.14.61-2
- Add Conflicts to composer-cli for manpage move
Related: rhbz#1928962
* Wed Jul 07 2021 Brian C. Lane <bcl@redhat.com> 28.14.61-1
- Increase example kickstart root partitions to at least 4000MB (bcl)
Resolves: rhbz#1973407
* Tue Jun 29 2021 Brian C. Lane <bcl@redhat.com> 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 <bcl@redhat.com> 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 <bcl@redhat.com> 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 <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