Lastest upstream

Minor fixes
Man page tweaks
Tentative change log
This commit is contained in:
Bruno Wolff III 2022-03-08 19:12:26 -06:00
parent dc28aaa917
commit c5ff26b19a
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ squashfs-4.1.tar.bz2
/squashfs-tools-263a14e4d1ec93fbd192289bc3aae0cac2485221.tar.gz
/squashfs-tools-2baf12e55af5a519e1285437343d3a606962a4b6.tar.gz
/squashfs-tools-580b4e122471c11dffb7dcf1e392a72c8dcb6512.tar.gz
/squashfs-tools-8b6ee895c763f0b8e2f394d83e93fc5a3e51942f.tar.gz

View File

@ -1 +1 @@
SHA512 (squashfs-tools-580b4e122471c11dffb7dcf1e392a72c8dcb6512.tar.gz) = 1c752efc806c8bb17db82bb9337797a7534c5e4eafc9782e9e34abaea7ff46a2ec58f4c7e6a2b87a59809a7f5b5ab4dcb667a8fd10cdb7ebedc0f92090daf157
SHA512 (squashfs-tools-8b6ee895c763f0b8e2f394d83e93fc5a3e51942f.tar.gz) = 1df0c3209dd7035598f920f6e95ad4224ae525dd5596eab4af3c03c00e7d71bcda042667217ebfe4d761146e75a014b8c0569b6e28891339d48c66750398323d

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 20220307
%global commit 580b4e122471c11dffb7dcf1e392a72c8dcb6512
%global date 20220308
%global commit 8b6ee895c763f0b8e2f394d83e93fc5a3e51942f
%forgemeta
URL: %{forgeurl}
Source: %{forgesource}
Release: 23%{?dist}
Release: 24%{?dist}
License: GPLv2+
BuildRequires: make
@ -51,6 +51,12 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%{_sbindir}/sqfscat
%changelog
* Tue Mar 08 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-24.20220307git8b6ee89
- Continue testing upstream patches prior to 4.5.1 release.
- Minor fixes
- Man page tweaks
- Tentative 4.5.1 change log
* Mon Mar 07 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-23.20220307git580b4e1
- Continue testing upstream patches prior to 4.5.1 release.
- Minor fixes