Add a man page for sqfstar

This commit is contained in:
Bruno Wolff III 2022-02-09 00:17:49 -06:00
parent e9b6e8c165
commit 7268db5b5a
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ squashfs-4.1.tar.bz2
/squashfs-tools-7f9203e31bae003d12c0fc81a4b32097d17b5618.tar.gz
/squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz
/squashfs-tools-9e46a75985f0b236797976e387e8bce717e7a2d5.tar.gz
/squashfs-tools-0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2.tar.gz

View File

@ -1 +1 @@
SHA512 (squashfs-tools-9e46a75985f0b236797976e387e8bce717e7a2d5.tar.gz) = af669261411c76ed4843a35de33152700c244b66ce4c95edefadf597b2ee0b0be1826f34defad5a29b5372bd80a7f5a8da0aa70b33e654210ad9c997fc578b49
SHA512 (squashfs-tools-0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2.tar.gz) = 27d9ca0028eb82c5580673a45d1cb2908968804050548f34f488bcae570863599a3d891d69edbb3f3b06964a87b780348bce14b586868b36f4b2929c5b12eece

View File

@ -2,12 +2,12 @@ Name: squashfs-tools
Version: 4.5
Summary: Utility for the creation of squashfs filesystems
%global forgeurl https://github.com/plougher/%{name}
%global date 20220208
%global commit 9e46a75985f0b236797976e387e8bce717e7a2d5
%global date 20220209
%global commit 0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2
%forgemeta
URL: %{forgeurl}
Source: %{forgesource}
Release: 10%{?dist}
Release: 11%{?dist}
License: GPLv2+
BuildRequires: make
@ -42,6 +42,7 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%doc README
%{_mandir}/man1/mksquashfs.1.gz
%{_mandir}/man1/unsquashfs.1.gz
%{_mandir}/man1/sqfstar.1.gz
%{_sbindir}/mksquashfs
%{_sbindir}/unsquashfs
@ -49,6 +50,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%{_sbindir}/sqfscat
%changelog
* Tue Wed 09 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-11.20220207git0425d3d
- Continue testing upstream patches prior to 4.5.1 release.
- Add man page for sqfstar.
* Tue Feb 08 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-10.20220207git9e46a75
- Continue testing upstream patches prior to 4.5.1 release.
- Upstream man page for unsquashfs replaces out of date one froom Debian.