From de925bd747d5fb8f3097240327249240dad0e63f Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Wed, 10 Jul 2024 13:10:12 +0200 Subject: [PATCH] Build with SPDX licence Resolves: RHEL-46960 --- xz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xz.spec b/xz.spec index 917e8f0..168c541 100644 --- a/xz.spec +++ b/xz.spec @@ -6,7 +6,7 @@ Name: xz # **PLEASE NOTE**: when bumping xz version, please rebuild # perl-Compress-Raw-Lzma, it has a strict xz version dep Version: 5.4.6 -Release: 2%{?dist} +Release: 3%{?dist} # Scripts xz{grep,diff,less,more} and symlinks (copied from gzip) are # GPLv2+, binaries are Public Domain (linked against LGPL getopt_long but its @@ -170,6 +170,9 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check %changelog +* Wed Jul 10 2024 Filip Janus - 5.4.6-3 +- Build package with correct SPDX licence + * Mon Jun 24 2024 Troy Dawson - 5.4.6-2 - Bump release for June 2024 mass rebuild