-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [lorax] release [42.3-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
42.2-1 ./ | ||
42.3-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%global forgeurl https://github.com/weldr/lorax | ||
|
||
Name: lorax | ||
Version: 42.2 | ||
Version: 42.3 | ||
Release: 1%{?dist} | ||
Summary: Tool for creating the anaconda install images | ||
License: GPL-2.0-or-later | ||
|
@@ -171,6 +171,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install | |
%{_datadir}/lorax/templates.d/* | ||
|
||
%changelog | ||
* Mon Oct 21 2024 Brian C. Lane <[email protected]> 42.3-1 | ||
- Update template for anaconda webui to start as user ([email protected]) | ||
- tests: Fix mkksiso unit test ([email protected]) | ||
|
||
* Tue Oct 08 2024 Brian C. Lane <[email protected]> 42.2-1 | ||
- pylint: Print astroid version ([email protected]) | ||
- Extend help for --updates and --ks parameters ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
data_files.append(("/usr/bin", ["src/bin/image-minimizer", "src/bin/mkksiso"])) | ||
|
||
setup(name="lorax", | ||
version="42.2", | ||
version="42.3", | ||
description="Lorax", | ||
long_description="Tools for creating bootable images, including the Anaconda boot.iso", | ||
author="Martin Gracik, Will Woods <[email protected]>, Brian C. Lane <[email protected]>", | ||
|