Skip to content

Commit

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

/usr/bin/tito tag
  • Loading branch information
bcl committed Jul 14, 2023
1 parent b48c57a commit 4174ad7
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
39.1-1 ./
39.2-1 ./
14 changes: 13 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: 39.1
Version: 39.2
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images

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

%changelog
* Fri Jul 14 2023 Brian C. Lane <[email protected]> 39.2-1
- pylint: Ignore false positive from pylint on rawhide ([email protected])
- tests: Fix image_minimizer test dnf usage ([email protected])
- tests: Fix HFS test to work with new get_file_magic output ([email protected])
- ltmpl: Use ProcMount while running the dnf transaction ([email protected])
- imgutils: Split part DracutChroot into ProcMount ([email protected])
- runtime-postinstall: Remove libuser.conf ([email protected])
- runtime-install: exclude renamed iwl firmware packages ([email protected])
- test_minimizer: dnf5 wants --use-host-config ([email protected])
- Install nvme-cli tool and remove machine specific nvme files ([email protected])
- Revert "Add blacklist_exceptions to multipath.conf" ([email protected])

* Wed May 31 2023 Brian C. Lane <[email protected]> 39.1-1
- livemedia-creator: Reorganize the qemu arch patch ([email protected])
- Make sure -machine is passed to qemu ([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="39.1",
version="39.2",
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 4174ad7

Please sign in to comment.