Skip to content

Commit

Permalink
Automatic commit of package [lorax] release [38.4-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
bcl committed Dec 12, 2022
1 parent 42bf5cd commit aebe9d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/lorax
Original file line number Diff line number Diff line change
@@ -1 +1 @@
38.3-1 ./
38.4-1 ./
12 changes: 11 additions & 1 deletion lorax.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define debug_package %{nil}

Name: lorax
Version: 38.3
Version: 38.4
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images

Expand Down Expand Up @@ -168,6 +168,16 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_datadir}/lorax/templates.d/*

%changelog
* Mon Dec 12 2022 Brian C. Lane <[email protected]> 38.4-1
- runtime-cleanup: drop old versions of qed firmware ([email protected])
- runtime-cleanup: drop Mediatek SoC firmwares ([email protected])
- runtime-install: drop bfa-firmware ([email protected])
- mkksiso: Disable running mkefiboot in container tests ([email protected])
- mkksiso: Rebuild efiboot.img for UEFI enabled isos ([email protected])
- gitleaks: Add config file to ignore known fake secrets ([email protected])
- fedora-livemedia.ks: Use livesys-scripts ([email protected])
- workflows: Switch to actions/checkout@v3 ([email protected])

* Mon Nov 28 2022 Brian C. Lane <[email protected]> 38.3-1
- Use unicode.pf2 from /usr/share/grub/ ([email protected])
- On ppc64le Use core.elf from grub2 package ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
data_files.append(("/usr/bin", ["src/bin/image-minimizer", "src/bin/mkksiso"]))

setup(name="lorax",
version="38.3",
version="38.4",
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]>",
Expand Down

0 comments on commit aebe9d4

Please sign in to comment.