- Add a Makefile target for building html docs using a rawhide environment (bcl@redhat.com)
- Revert "Don't activate default auto connections after switchroot" (rvykydal@redhat.com) - Need to explicitly require python3-librepo (#1626413) (bcl@redhat.com) - New lorax documentation - 29.14 (bcl@redhat.com)
This commit is contained in:
parent
d1ca11561e
commit
b97aa3bf95
1
.gitignore
vendored
1
.gitignore
vendored
@ -139,3 +139,4 @@
|
||||
/lorax-29.12.tar.gz
|
||||
/lorax-29.13.tar.gz
|
||||
/lorax-29.14.tar.gz
|
||||
/lorax-29.15.tar.gz
|
||||
|
10
lorax.spec
10
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 29.14
|
||||
Version: 29.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -47,7 +47,7 @@ Requires: libselinux-python3
|
||||
Requires: python3-mako
|
||||
Requires: python3-kickstart
|
||||
Requires: python3-dnf >= 3.2.0
|
||||
|
||||
Requires: python3-librepo
|
||||
|
||||
%if 0%{?fedora}
|
||||
# Fedora specific deps
|
||||
@ -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
|
||||
* Fri Sep 07 2018 Brian C. Lane <bcl@redhat.com> 29.15-1
|
||||
- Add a Makefile target for building html docs using a rawhide environment (bcl@redhat.com)
|
||||
- Revert "Don't activate default auto connections after switchroot" (rvykydal@redhat.com)
|
||||
- Need to explicitly require python3-librepo (#1626413) (bcl@redhat.com)
|
||||
- New lorax documentation - 29.14 (bcl@redhat.com)
|
||||
|
||||
* Thu Sep 06 2018 Brian C. Lane <bcl@redhat.com> 29.14-1
|
||||
- Add the create ISO component for ARMv7 (pbrobinson@gmail.com)
|
||||
- Don't activate default auto connections after switchroot (rvykydal@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-29.14.tar.gz) = 8634cbd960960cbae763b4b71c6a64c64bc59f3c4c8239c4b4a554bfe0fd6c5b525537edbbfbe9c7f2f0f75447ec085b1d38eec38e0902b3001c6f527504e055
|
||||
SHA512 (lorax-29.15.tar.gz) = 2e398b4bb5b25c43a26ebe5d11eb17c5472532d512908e5d1f0d301b1f142ddb3788f916c517d714f38fb9b507307a1d496de4f3c42a3cd0aff891aa2ee6dc1a
|
||||
|
Loading…
Reference in New Issue
Block a user