Skip to content

Commit

Permalink
Automatic commit of package [lorax] release [40.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 Feb 2, 2024
1 parent 0829a51 commit 953a380
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@
40.3-1 ./
40.4-1 ./
13 changes: 12 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: 40.3
Version: 40.4
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images

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

%changelog
* Thu Feb 01 2024 Brian C. Lane <[email protected]> 40.4-1
- mkksiso: Add support for adding an anaconda updates.img ([email protected])
- runtime-install: drop kdump-anaconda-addon ([email protected])
- ltmpl: Handle installing provides with resolve_pkg_spec ([email protected])
- s390: Escape volid before using it ([email protected])
- aarch64: Escape volid before using it ([email protected])
- runtime-install: drop retired pcmciautils ([email protected])
- runtime-install: wget2-wget has replaced wget ([email protected])
- runtime-cleanup: anaconda's new interface needs stdbuf ([email protected])
- ltmpl: Pass packages to add_rpm_install as strings ([email protected])

* Wed Dec 20 2023 Brian C. Lane <[email protected]> 40.3-1
- runtime-install: Work around problem with conflicting packages ([email protected])
- ltmpl: Check for errors after running the transaction ([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="40.3",
version="40.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 953a380

Please sign in to comment.