Notification time stamped 2023-05-31 21:34:03 UTC
From f3d3f1a399f728d3dfd8ad236e336cdc7b82ca14 Mon Sep 17 00:00:00 2001
From: blinxen <h-k-81(a)hotmail.com>
Date: May 31 2023 21:20:52 +0000
Subject: Update to version 3.0.1
---
diff --git a/.gitignore b/.gitignore
index a39e047..22dd3cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/erdtree-2.0.0.crate
+/erdtree-3.0.1.crate
diff --git a/rust-erdtree.spec b/rust-erdtree.spec
index 29c0fa4..0dfbfac 100644
--- a/rust-erdtree.spec
+++ b/rust-erdtree.spec
@@ -4,10 +4,11 @@
%global crate erdtree
Name: rust-erdtree
-Version: 2.0.0
+Version: 3.0.1
Release: %autorelease
-License: MIT
Summary: Cross-platform multi-threaded filesystem and disk usage analysis tool
+
+License: MIT
URL: https://crates.io/crates/erdtree
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
@@ -16,8 +17,9 @@ Patch: erdtree-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
-Erdtree (erd) is a cross-platform multi-threaded filesystem and disk
-usage analysis tool that respects gitignore and hidden file rules.}
+Erdtree (erd) is a cross-platform, multi-threaded, and general purpose
+filesystem and disk usage utility that is aware of .gitignore and hidden
+file rules.}
%description %{_description}
@@ -29,8 +31,9 @@ Summary: %{summary}
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
# MIT
# MIT OR Apache-2.0
+# MPL-2.0
# Unlicense OR MIT
-License: MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT)
+License: MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MPL-2.0 AND (Unlicense OR MIT)
%description -n %{crate} %{_description}
@@ -53,6 +56,7 @@ License: MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0
%build
%cargo_build
+%cargo_license_summary
%{cargo_license} > LICENSE.dependencies
%install
diff --git a/sources b/sources
index cae4275..04b6290 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (erdtree-2.0.0.crate) = 98b13bb379216cd8ba9f753eca733ebb04d377e9fcced7d052cca5435ad5323aa2b031ad1838a870688c353c8c237270b2ebe34c5dfecf2c67c737c1d85afde6
+SHA512 (erdtree-3.0.1.crate) = 11357f007c5dc15567cf72405002e8aefe317bcd9c42babe2058e2bec1424f9116e947f9cc630d3dae4f9dc99902148d018f04c94dad432c278d8f31c60b9480
https://src.fedoraproject.org/rpms/rust-erdtree/c/f3d3f1a399f728d3dfd8ad236…
Notification time stamped 2023-05-31 20:52:06 UTC
From 13a5a44a48acbc9750f760def55ab09a1e52e171 Mon Sep 17 00:00:00 2001
From: Brian C. Lane <bcl(a)redhat.com>
Date: May 31 2023 20:51:40 +0000
Subject: - livemedia-creator: Reorganize the qemu arch patch (bcl(a)redhat.com)
- Make sure -machine is passed to qemu (hadess(a)hadess.net)
- Only allow UEFI support to be enabled on x86_64 (hadess(a)hadess.net)
- Throw an error when KVM is enabled on non-native installs (hadess(a)hadess.net)
- docs: Clarify that kickstarts need a part command (bcl(a)redhat.com)
- livemedia-creator: Raise an error when no partitions are in the ks (bcl(a)redhat.com)
- monitor: Skip repo errors involving CDROM/file source (bcl(a)redhat.com)
- logging: Remove duplicate stream logging (bcl(a)redhat.com)
- Pass vga=791 for live basic graphics mode on BIOS (#2176782) (awilliam(a)redhat.com)
- livemedia-creator: Use -cpu host by default, add -cpu option to override (bcl(a)redhat.com)
---
diff --git a/.gitignore b/.gitignore
index e4414ef..05c4d25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -230,3 +230,4 @@
/lorax-38.5.tar.gz
/lorax-38.6.tar.gz
/lorax-39.0.tar.gz
+/lorax-39.1.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 238ae88..82c23f3 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
-Version: 39.0
+Version: 39.1
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@@ -168,6 +168,18 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_datadir}/lorax/templates.d/*
%changelog
+* Wed May 31 2023 Brian C. Lane <bcl(a)redhat.com> 39.1-1
+- livemedia-creator: Reorganize the qemu arch patch (bcl(a)redhat.com)
+- Make sure -machine is passed to qemu (hadess(a)hadess.net)
+- Only allow UEFI support to be enabled on x86_64 (hadess(a)hadess.net)
+- Throw an error when KVM is enabled on non-native installs (hadess(a)hadess.net)
+- docs: Clarify that kickstarts need a part command (bcl(a)redhat.com)
+- livemedia-creator: Raise an error when no partitions are in the ks (bcl(a)redhat.com)
+- monitor: Skip repo errors involving CDROM/file source (bcl(a)redhat.com)
+- logging: Remove duplicate stream logging (bcl(a)redhat.com)
+- Pass vga=791 for live basic graphics mode on BIOS (#2176782) (awilliam(a)redhat.com)
+- livemedia-creator: Use -cpu host by default, add -cpu option to override (bcl(a)redhat.com)
+
* Tue Mar 14 2023 Brian C. Lane <bcl(a)redhat.com> 39.0-1
- Add setpriv as ostree containers dependency (#2125655) (jkonecny(a)redhat.com)
- livemedia-creator: Do not omit plymouth module from dracut (bcl(a)redhat.com)
diff --git a/sources b/sources
index cdfb939..d9ffacb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lorax-39.0.tar.gz) = 645500331f5226df833535982f2bfe6fdb17132168a24020928a0a36f42ed058520247a6019356e2bd308a5936b2a0f576323c2d3c322d9a9c31e8b8ca115ea1
+SHA512 (lorax-39.1.tar.gz) = b077849e56bdfb5d5a5a6d2b1e5dfe22f8e1ba625ad5b8bfcadb9f918565fa4897583cf105f78005ade316e6f85efac483c36d076896e4937f5fd1ee1756fb6e
https://src.fedoraproject.org/rpms/lorax/c/13a5a44a48acbc9750f760def55ab09a…
Notification time stamped 2023-05-31 20:40:36 UTC
From f4c1b70ef116a40e8515111303e0132e911ac8f7 Mon Sep 17 00:00:00 2001
From: Brian C. Lane <bcl(a)redhat.com>
Date: May 31 2023 20:40:04 +0000
Subject: Fix tmt test to use Fedora 38 repos instead of rawhide
---
diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh
index 3559b7d..70d37b4 100755
--- a/tests/scripts/run_tests.sh
+++ b/tests/scripts/run_tests.sh
@@ -230,7 +230,7 @@ fi
# Run lorax using the host's repository configuration file
if [ ! -e "$BOOTISO" ]; then
running "Build boot.iso with lorax"
- lorax --product="Fedora" --version=rawhide --release=rawhide --volid="Fedora-rawhide-test" \
+ lorax --product="Fedora" --version=38 --release=38 --volid="Fedora-38-test" \
$REPOS --isfinal --nomacboot /var/tmp/lorax-fedora-iso/ || exit 1
fi
https://src.fedoraproject.org/rpms/lorax/c/f4c1b70ef116a40e8515111303e0132e…