- Remove 3G minimum from lorax-composer (bcl@redhat.com)
- drop Apple/HFS bits from the templates (#602) (dan@danny.cz) - Move manpages into the correct subpackages (bcl@redhat.com) - installer: Run anaconda in a mount and pid namespace (lars@karlitski.net) - Run as root/weldr by default. (clumens@redhat.com) - Pass ssl certificate options to anaconda (lars@karlitski.net) - Drop auth from the kickstart examples (bcl@redhat.com) - Keep OpenStack VMs with Tag keep_me (atodorov@redhat.com) - Make sure compose build tests run with SELinux in enforcing mode (jikortus@redhat.com) - Update with instructions about commit log referencing Bugzilla (atodorov@redhat.com) - Add script for removing old artifacts from Azure (jstodola@redhat.com) - Use existing storage account (jstodola@redhat.com) - Record date/time of VM creation (jstodola@redhat.com)
This commit is contained in:
parent
30c3ea4137
commit
052cf3d142
1
.gitignore
vendored
1
.gitignore
vendored
@ -154,3 +154,4 @@
|
||||
/lorax-30.12.tar.gz
|
||||
/lorax-30.13.tar.gz
|
||||
/lorax-30.14.tar.gz
|
||||
/lorax-30.15.tar.gz
|
||||
|
26
lorax.spec
26
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 30.14
|
||||
Version: 30.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -46,7 +46,7 @@ Requires: kpartx
|
||||
# Python modules
|
||||
Requires: libselinux-python3
|
||||
Requires: python3-mako
|
||||
Requires: python3-kickstart
|
||||
Requires: python3-kickstart >= 3.19
|
||||
Requires: python3-dnf >= 3.2.0
|
||||
Requires: python3-librepo
|
||||
|
||||
@ -136,7 +136,7 @@ Requires: libgit2
|
||||
Requires: libgit2-glib
|
||||
Requires: python3-flask
|
||||
Requires: python3-gevent
|
||||
Requires: anaconda-tui
|
||||
Requires: anaconda-tui >= 29.19-1
|
||||
Requires: qemu-img
|
||||
Requires: tar
|
||||
|
||||
@ -203,7 +203,8 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%dir %{_sysconfdir}/lorax
|
||||
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
||||
%dir %{_datadir}/lorax
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man1/lorax.1*
|
||||
%{_mandir}/man1/livemedia-creator.1*
|
||||
%{_tmpfilesdir}/lorax.conf
|
||||
|
||||
%files lmc-virt
|
||||
@ -226,13 +227,30 @@ 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
|
||||
* Fri Feb 15 2019 Brian C. Lane <bcl@redhat.com> 30.15-1
|
||||
- Remove 3G minimum from lorax-composer (bcl@redhat.com)
|
||||
- drop Apple/HFS bits from the templates (#602) (dan@danny.cz)
|
||||
- Move manpages into the correct subpackages (bcl@redhat.com)
|
||||
- installer: Run anaconda in a mount and pid namespace (lars@karlitski.net)
|
||||
- Run as root/weldr by default. (clumens@redhat.com)
|
||||
- Pass ssl certificate options to anaconda (lars@karlitski.net)
|
||||
- Drop auth from the kickstart examples (bcl@redhat.com)
|
||||
- Keep OpenStack VMs with Tag keep_me (atodorov@redhat.com)
|
||||
- Make sure compose build tests run with SELinux in enforcing mode (jikortus@redhat.com)
|
||||
- Update with instructions about commit log referencing Bugzilla (atodorov@redhat.com)
|
||||
- Add script for removing old artifacts from Azure (jstodola@redhat.com)
|
||||
- Use existing storage account (jstodola@redhat.com)
|
||||
- Record date/time of VM creation (jstodola@redhat.com)
|
||||
|
||||
* Thu Jan 31 2019 Brian C. Lane <bcl@redhat.com> 30.14-1
|
||||
- xorrisofs is provided by the xorriso package (bcl@redhat.com)
|
||||
- Remove obsolete Group tag (ignatenkobrain@fedoraproject.org)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-30.14.tar.gz) = 21b3b1300ffcdb55a51a32a223205273147ba9518eaafbd339f37070cc785b6a6a24c416d6cd205f06904352cda4d96a9c9826eb056ca81c53e6ed84f5748943
|
||||
SHA512 (lorax-30.15.tar.gz) = bb43fc75607418a2a120e567efaf11ed11e76fde47badbb4af1d71ce17e43b9c7550bb44a74f04044f165a7471f748e50a0c259ebe36a69d4fe0ac701799c3bb
|
||||
|
Loading…
Reference in New Issue
Block a user