Compare commits

..

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
3 changed files with 11 additions and 24 deletions

View file

@ -1,4 +1,3 @@
# shellcheck shell=sh
/usr/libexec/grepconf.sh -c || return
alias xzgrep='xzgrep --color=auto' 2>/dev/null
alias xzegrep='xzegrep --color=auto' 2>/dev/null

View file

@ -1,2 +1,2 @@
SHA512 (xz-5.8.2.tar.gz) = 0b808fc8407e7c50da3a7b2db05be732c2fcd41850b92c7f5647181443483848ff359e176c816ce2038c115273f51575877c14f1356417cc9d53845841acb063
SHA512 (xz-5.8.2.tar.gz.sig) = 91c8d49d8ad0eb1e128203cf2c051fb200ec0e2b5eebea10a39945a998d24f11652a000faefa688d129327593043271314cbf115d78c21eeed738476dd2defb6
SHA512 (xz-5.8.1.tar.gz) = 151b2a47fdf00274c4fd71ceada8fb6c892bdac44070847ebf3259e602b97c95ee5ee88974e03d7aa821ab4f16d5c38e50dfb2baf660cf39c199878a666e19ad
SHA512 (xz-5.8.1.tar.gz.sig) = 4a67ed623841d64a5826cef1d5e21f3567ba275ee8f725a1217f76ce2ba25a41c6e22e62f8c7cca74d0d6e8398e8ee8926eab722cc8c1b10c42e990c32765efd

30
xz.spec
View file

@ -4,8 +4,8 @@
Summary: LZMA compression utilities
Name: xz
Epoch: 1
Version: 5.8.2
Release: 1%{?dist}
Version: 5.8.1
Release: 2%{?dist}
# liblzma - 0BSD
# xz{,dec}, lzma{dec,info} - 0BSD
@ -138,13 +138,12 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
%{_mandir}/man1/*xz*
%lang(de) %{_mandir}/de/man1/*xz*
%lang(fr) %{_mandir}/fr/man1/*xz*
%lang(it) %{_mandir}/it/man1/*xz*
%lang(ko) %{_mandir}/ko/man1/*xz*
%lang(pt_BR) %{_mandir}/pt_BR/man1/*xz*
%lang(ro) %{_mandir}/ro/man1/*xz*
%lang(sr) %{_mandir}/sr/man1/*xz*
%lang(sv) %{_mandir}/sv/man1/*xz*
%lang(uk) %{_mandir}/uk/man1/*xz*
%lang(it) %{_mandir}/it/man1/*xz*
%lang(sr) %{_mandir}/sr/man1/*xz*
%lang(pt_BR) %{_mandir}/pt_BR/man1/*xz*
%{profiledir}/*
@ -172,28 +171,17 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
%{_mandir}/man1/*lz*
%lang(de) %{_mandir}/de/man1/*lz*
%lang(fr) %{_mandir}/fr/man1/*lz*
%lang(it) %{_mandir}/it/man1/*lz*
%lang(ko) %{_mandir}/ko/man1/*lz*
%lang(pt_BR) %{_mandir}/pt_BR/man1/*lz*
%lang(ro) %{_mandir}/ro/man1/*lz*
%lang(sr) %{_mandir}/sr/man1/*lz*
%lang(sv) %{_mandir}/sv/man1/*lz*
%lang(uk) %{_mandir}/uk/man1/*lz*
%lang(it) %{_mandir}/it/man1/*lz*
%lang(sr) %{_mandir}/sr/man1/*lz*
%lang(pt_BR) %{_mandir}/pt_BR/man1/*lz*
%changelog
* Mon Jan 05 2026 Richard W.M. Jones <rjones@redhat.com> - 1:5.8.2-1
- New upstream version 5.8.2 (RHBZ#2423317)
- Remove patches which are included in this release.
* Sun Nov 23 2025 Richard W.M. Jones <rjones@redhat.com> - 1:5.8.1-4
- Add final workaround for "Failed to enable the sandbox" (RHEL-125143)
* Sat Nov 22 2025 Richard W.M. Jones <rjones@redhat.com> - 1:5.8.1-3
- Add workaround for "Failed to enable the sandbox" (RHEL-125143)
* Thu Apr 24 2025 Adam Williamson <awilliam@redhat.com> - 1:5.8.1-2
- Empty rebuild to try and fix gating issue
- 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