Skip to content

Commit

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

/usr/bin/tito tag --keep-version
  • Loading branch information
bcl committed Sep 9, 2024
1 parent 3f88708 commit c93318f
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@
41.3-1 ./
42.0-1 ./
10 changes: 9 additions & 1 deletion lorax.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global forgeurl https://github.com/weldr/lorax

Name: lorax
Version: 41.3
Version: 42.0
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
License: GPL-2.0-or-later
Expand Down Expand Up @@ -171,6 +171,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_datadir}/lorax/templates.d/*

%changelog
* Mon Sep 09 2024 Brian C. Lane <[email protected]> 42.0-1
- New lorax documentation - 41.3 ([email protected])
- ltmpl: Remove * from docstring ([email protected])
- docs: Update intersphinx and add _static dir ([email protected])
- docs: Document --rootfs-type options ([email protected])
- Adjust Lorax templates for Xorg to Wayland switch ([email protected])
- creator: Change rootfs description to match cmdline argument ([email protected])

* Tue Jul 16 2024 Brian C. Lane <[email protected]> 41.3-1
- Accept but ignore the old --squashfs-only argument ([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="41.3",
version="42.0",
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 c93318f

Please sign in to comment.