- Update the example blueprints for rawhide (bcl@redhat.com)
- Bump required dnf version to 3.2.0 for module_platform_id support (bcl@redhat.com) - Add support for DNF 3.2 module_platform_id config value (bcl@redhat.com) - lorax: Only run depmod on the installed kernels (bcl@redhat.com)
This commit is contained in:
parent
9ec2e3dfcf
commit
7788d2f777
1
.gitignore
vendored
1
.gitignore
vendored
@ -137,3 +137,4 @@
|
||||
/lorax-29.10.tar.gz
|
||||
/lorax-29.11.tar.gz
|
||||
/lorax-29.12.tar.gz
|
||||
/lorax-29.13.tar.gz
|
||||
|
10
lorax.spec
10
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 29.12
|
||||
Version: 29.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -46,7 +46,7 @@ Requires: kpartx
|
||||
Requires: libselinux-python3
|
||||
Requires: python3-mako
|
||||
Requires: python3-kickstart
|
||||
Requires: python3-dnf >= 2.0.0
|
||||
Requires: python3-dnf >= 3.2.0
|
||||
|
||||
|
||||
%if 0%{?fedora}
|
||||
@ -230,6 +230,12 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2018 Brian C. Lane <bcl@redhat.com> 29.13-1
|
||||
- Update the example blueprints for rawhide (bcl@redhat.com)
|
||||
- Bump required dnf version to 3.2.0 for module_platform_id support (bcl@redhat.com)
|
||||
- Add support for DNF 3.2 module_platform_id config value (bcl@redhat.com)
|
||||
- lorax: Only run depmod on the installed kernels (bcl@redhat.com)
|
||||
|
||||
* Tue Aug 28 2018 Brian C. Lane <bcl@redhat.com> 29.12-1
|
||||
- Minor package fixes for aarch64/ARMv7 (pbrobinson@gmail.com)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-29.12.tar.gz) = f81e9556400cb1348b969d7407c51694649efddf9376f59906fd3310d24def8be7a41eb72b7b9198b7739547e8bd2556f5bd53a8dd9c70d7e2da3ba3904213f4
|
||||
SHA512 (lorax-29.13.tar.gz) = 16a7188c0c0630a3e2415fcdf307140c998a9d7a1f60b5ceb88038028773ca598db91ed115b7c843f8369102c0ed517551c2b500778138cd76ad2eb516a0b4de
|
||||
|
Loading…
Reference in New Issue
Block a user