- Remove duplicate repositories from the sources list (bcl@redhat.com)
- Copy .discinfo to the boot.iso (bcl@redhat.com) - Clarify the ks repo only error message (bcl@redhat.com) - fedora-livemedia.ks: Add packages needed to boot livecd on UEFI systems (bcl@redhat.com) - Use xorrisofs instead of mkisofs (bcl@redhat.com) - lorax: Move default tmp dir to /var/tmp/lorax (bcl@redhat.com) - Export OS_PROJECT_NAME variable in openstack scripts (jstodola@redhat.com) - Collect results from all cleanup scripts (jstodola@redhat.com) - Typo in PR template (atodorov@redhat.com) - Expand parameters as separate words (jstodola@redhat.com) - Add PR template with instructions for repo members (atodorov@redhat.com) - Add script for removing old artifacts from OpenStack (jstodola@redhat.com) - Add script for removing old artifacts from AWS (jstodola@redhat.com)
This commit is contained in:
parent
5d09dc7456
commit
86a1937921
1
.gitignore
vendored
1
.gitignore
vendored
@ -152,3 +152,4 @@
|
||||
/lorax-30.9.tar.gz
|
||||
/lorax-30.10.tar.gz
|
||||
/lorax-30.12.tar.gz
|
||||
/lorax-30.13.tar.gz
|
||||
|
23
lorax.spec
23
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 30.12
|
||||
Version: 30.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -26,7 +26,7 @@ Requires: dosfstools
|
||||
Requires: e2fsprogs
|
||||
Requires: findutils
|
||||
Requires: gawk
|
||||
Requires: genisoimage
|
||||
Requires: xorrisofs
|
||||
Requires: glib2
|
||||
Requires: glibc
|
||||
Requires: glibc-common
|
||||
@ -58,7 +58,8 @@ Requires: hfsplus-tools
|
||||
%endif
|
||||
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: syslinux >= 6.02-4
|
||||
Requires: syslinux >= 6.03-1
|
||||
Requires: syslinux-nonlinux >= 6.03-1
|
||||
%endif
|
||||
|
||||
%ifarch ppc64le
|
||||
@ -203,6 +204,7 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
||||
%dir %{_datadir}/lorax
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_tmpfilesdir}/lorax.conf
|
||||
|
||||
%files lmc-virt
|
||||
|
||||
@ -231,6 +233,21 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||
|
||||
%changelog
|
||||
* Wed Jan 30 2019 Brian C. Lane <bcl@redhat.com> 30.13-1
|
||||
- Remove duplicate repositories from the sources list (bcl@redhat.com)
|
||||
- Copy .discinfo to the boot.iso (bcl@redhat.com)
|
||||
- Clarify the ks repo only error message (bcl@redhat.com)
|
||||
- fedora-livemedia.ks: Add packages needed to boot livecd on UEFI systems (bcl@redhat.com)
|
||||
- Use xorrisofs instead of mkisofs (bcl@redhat.com)
|
||||
- lorax: Move default tmp dir to /var/tmp/lorax (bcl@redhat.com)
|
||||
- Export OS_PROJECT_NAME variable in openstack scripts (jstodola@redhat.com)
|
||||
- Collect results from all cleanup scripts (jstodola@redhat.com)
|
||||
- Typo in PR template (atodorov@redhat.com)
|
||||
- Expand parameters as separate words (jstodola@redhat.com)
|
||||
- Add PR template with instructions for repo members (atodorov@redhat.com)
|
||||
- Add script for removing old artifacts from OpenStack (jstodola@redhat.com)
|
||||
- Add script for removing old artifacts from AWS (jstodola@redhat.com)
|
||||
|
||||
* Fri Jan 18 2019 Brian C. Lane <bcl@redhat.com> 30.12-1
|
||||
- Don't exclude /dev from the `setfiles` in `novirt_install` (awilliam@redhat.com)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-30.12.tar.gz) = 5593f9ebe9a0eb4f57f19251dd739ff6a9598ee09f29df39d3bc610b6c4e0b150a0c9d3e8279e8db1b082e410447b03ca3fe1c106daca23e60669b380ac4137c
|
||||
SHA512 (lorax-30.13.tar.gz) = c3e9d73234466189470f904c72b6c916f387a7b133b773bee80ef1ab89f8111dab2a51e404ace31cc3b3a89a418b70ccf9a4d4d1ce4d2c0629260089a99bcb02
|
||||
|
Loading…
Reference in New Issue
Block a user