Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87625d9798 | ||
|
|
a5de386e86 | ||
|
|
1e7c4721fe | ||
|
|
09ef8af0e6 | ||
|
|
4f82484f34 | ||
|
|
2f4be0bc64 | ||
|
|
4723843aaf | ||
|
|
f826bb8859 | ||
|
|
465acd2656 | ||
|
|
c837ae96c7 | ||
|
|
d2408dde87 | ||
|
|
2efe9bc3d7 | ||
|
|
2889ea1514 |
3 changed files with 11 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -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
30
xz.spec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue