Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Adam Williamson
87625d9798 Rebuild without changes to fix gating problem 2025-04-24 10:01:29 -07:00
Adam Williamson
a5de386e86 drop gating.yaml
the gate on rpmdeplint was added to guard against the strict
version tie in perl-Compress-Raw-Lzma, but we were able to
remove that recently, so it's no longer an issue. The gate
causes a problem because rpmdeplint is only run on Rawhide, but
the policy was written to apply the gate to all branches, so
this prevents updates for non-Rawhide branches from going stable.
For simplicity's sake, let's just get rid of it.
2025-04-23 23:40:46 -07:00
Richard W.M. Jones
1e7c4721fe Remove accidental ANSI escape sequence in comment
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2359454
(cherry picked from commit c19b7d7f71)
2025-04-14 10:58:37 +01:00
Richard W.M. Jones
09ef8af0e6 Rebuild with perl-Compress-Raw-Lzma 2025-04-03 22:11:34 +01:00
Richard W.M. Jones
4f82484f34 Merge remote-tracking branch 'origin/rawhide' into f40 2025-04-03 19:42:22 +01:00
Richard W.M. Jones
2f4be0bc64 Use %{epoch} in runtime Requires
(cherry picked from commit 9194031788)
2024-03-28 21:41:02 +00:00
Richard W.M. Jones
4723843aaf Release 2 (Koji bug with epochs)
(cherry picked from commit 6837d4efbe)
2024-03-28 21:21:29 +00:00
Richard W.M. Jones
f826bb8859 Revert to 5.4.6, bump epoch
(cherry picked from commit b23eb66cb0)
2024-03-28 21:00:55 +00:00
Richard W.M. Jones
465acd2656 Revert "--disable-ifunc (workaround for 2267598)"
This reverts commit 6db19f2231.

(cherry picked from commit 3d6d772a73)
2024-03-28 20:59:11 +00:00
Richard W.M. Jones
c837ae96c7 --disable-ifunc (workaround for 2267598)
(cherry picked from commit 6db19f2231)
2024-03-04 17:50:10 +00:00
Richard W.M. Jones
d2408dde87 Rerun autoreconf unconditionally when building
(cherry picked from commit e61eb7cedc)
2024-03-04 17:50:06 +00:00
Adam Williamson
2efe9bc3d7 Bump with no changes so we can do a side tag build 2024-02-29 15:40:54 -08:00
Jindrich Novy
2889ea1514 xz-5.6.0-1.fc40
- Rebase to version 5.6.0

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-02-27 10:39:41 +01:00
2 changed files with 5 additions and 9 deletions

View file

@ -1,7 +0,0 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}

View file

@ -5,13 +5,13 @@ Summary: LZMA compression utilities
Name: xz
Epoch: 1
Version: 5.8.1
Release: 1%{?dist}
Release: 2%{?dist}
# liblzma - 0BSD
# xz{,dec}, lzma{dec,info} - 0BSD
# - getopt_long - LGPL-2.1-or-later - not built in Fedora
# xz{grep,diff,less,more} - GPL-2.0-or-later
# docs - BSD0 AND LicenseRef-Fedora-Public-Domain
# docs - BSD0 AND LicenseRef-Fedora-Public-Domain
# man pages and translations - 0BSD AND LicenseRef-Fedora-Public-Domain
# See: https://gitlab.com/fedora/legal/fedora-license-data/-/issues/547
License: 0BSD AND GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain
@ -180,6 +180,9 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
%changelog
* Thu Apr 24 2025 Adam Williamson <awilliam@redhat.com> - 1:5.8.1-2
- Rebuild without changes to fix gating problem
* Thu Apr 03 2025 Richard W.M. Jones <rjones@redhat.com> - 1:5.8.1-1
- New upstream version 5.8.1
- Fixes CVE-2025-31115 heap-use-after-free bug in threaded .xz decoder