- runtime-install: Work around problem with conflicting packages (bcl@redhat.com)
- ltmpl: Check for errors after running the transaction (bcl@redhat.com)
This commit is contained in:
parent
000be11ded
commit
8315b760b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -238,3 +238,4 @@
|
|||||||
/lorax-40.0.tar.gz
|
/lorax-40.0.tar.gz
|
||||||
/lorax-40.1.tar.gz
|
/lorax-40.1.tar.gz
|
||||||
/lorax-40.2.tar.gz
|
/lorax-40.2.tar.gz
|
||||||
|
/lorax-40.3.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 40.2
|
Version: 40.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -168,6 +168,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 20 2023 Brian C. Lane <bcl@redhat.com> 40.3-1
|
||||||
|
- runtime-install: Work around problem with conflicting packages (bcl@redhat.com)
|
||||||
|
- ltmpl: Check for errors after running the transaction (bcl@redhat.com)
|
||||||
|
|
||||||
* Tue Dec 12 2023 Brian C. Lane <bcl@redhat.com> 40.2-1
|
* Tue Dec 12 2023 Brian C. Lane <bcl@redhat.com> 40.2-1
|
||||||
- ltmpl: Remove duplicate package objects from dnf5 results (bcl@redhat.com)
|
- ltmpl: Remove duplicate package objects from dnf5 results (bcl@redhat.com)
|
||||||
- test-in-podman: Fix problem running in github actions (bcl@redhat.com)
|
- test-in-podman: Fix problem running in github actions (bcl@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-40.2.tar.gz) = ccb91397e44c121af39e3ca483fe12ab82c337252cccdc1fb8161c1b39b97f55d7afc4339190c98003246ce7090f579e49b0aa2c344e43b7e846328ad5bf679f
|
SHA512 (lorax-40.3.tar.gz) = 169748add00cf2a4644abdf3b7157af3fbe30b0058c36b6746eb347737947e3e4faf93048a43e97c5f9c3243bb08144eb360214d36d3429d67da985df11993e8
|
||||||
|
Loading…
Reference in New Issue
Block a user