Get lmza man pages improvements
There is now better documentation in the man page and help for the deprecated lzma support when it is built with that enabled. There is still a bit more stuff expected before the 4.5.1 release. I don't expect updates to be pushed back to released versions of Fedora until that release occurs or something unexpected happens. The point of getting these updates into rawhide is to make it less likely that a regression gets into the 4.5.1 release.
This commit is contained in:
parent
ec28c2bb72
commit
3a81516970
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ squashfs-4.1.tar.bz2
|
||||
/squashfs-tools-8a9d02e0027c69e6f47d8c2ed995d8c755c9581b.tar.gz
|
||||
/squashfs-tools-d61eb68d75b32977b6c5a8b2d2fe57cbef0d6b4a.tar.gz
|
||||
/squashfs-tools-7f9203e31bae003d12c0fc81a4b32097d17b5618.tar.gz
|
||||
/squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (squashfs-tools-7f9203e31bae003d12c0fc81a4b32097d17b5618.tar.gz) = bcf9215d218c2d15a3b2b6b50c6771917694ae8877f767d93af0af342f13ab935db097dff2fa7ff151c6aff71e9be01dcbb1636443ef64b29b7d872a2668e629
|
||||
SHA512 (squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz) = 08b1f4261bece99e4b76333552f451216b43b5e9bcd2ca99ff5f5cd4f1a4571ef4bad37de0fbff3867d2a36d3e69b32d4631aa3f05043c04f0ab2478210b6940
|
||||
SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2
|
||||
|
@ -3,11 +3,11 @@ Version: 4.5
|
||||
Summary: Utility for the creation of squashfs filesystems
|
||||
%global forgeurl https://github.com/plougher/%{name}
|
||||
%global date 20220207
|
||||
%global commit 7f9203e31bae003d12c0fc81a4b32097d17b5618
|
||||
%global commit bd186a77fe670d635e65b021b3d05fc6e67f8d07
|
||||
%forgemeta
|
||||
URL: %{forgeurl}
|
||||
Source: %{forgesource}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPLv2+
|
||||
# manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz
|
||||
# Phillip is working on providing man pages very soon. Which will replace these.
|
||||
@ -54,6 +54,10 @@ install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1
|
||||
%{_sbindir}/sqfscat
|
||||
|
||||
%changelog
|
||||
* Mon Feb 07 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-9.20220207gitbd186a7
|
||||
- Continue testing upstream patches
|
||||
- The deprecated lzma support options are improved in the man page
|
||||
|
||||
* Mon Feb 07 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-8.20220207git7f9203e
|
||||
- Continue testing upstream patches
|
||||
- Man pages are now built during the build process
|
||||
|
Loading…
Reference in New Issue
Block a user