Minor fixes and doc files updates

This commit is contained in:
Bruno Wolff III 2022-03-10 05:38:11 -06:00
parent 6b746e8d48
commit 80b6c5c24d
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ squashfs-4.1.tar.bz2
/squashfs-tools-580b4e122471c11dffb7dcf1e392a72c8dcb6512.tar.gz /squashfs-tools-580b4e122471c11dffb7dcf1e392a72c8dcb6512.tar.gz
/squashfs-tools-8b6ee895c763f0b8e2f394d83e93fc5a3e51942f.tar.gz /squashfs-tools-8b6ee895c763f0b8e2f394d83e93fc5a3e51942f.tar.gz
/squashfs-tools-2ac40ca6d23cad73fb5b5da0c915382eaa31378d.tar.gz /squashfs-tools-2ac40ca6d23cad73fb5b5da0c915382eaa31378d.tar.gz
/squashfs-tools-de61d00ffd2689d122696d4fc39f584c72fb24cf.tar.gz

View File

@ -1 +1 @@
SHA512 (squashfs-tools-2ac40ca6d23cad73fb5b5da0c915382eaa31378d.tar.gz) = f2f73bf881afe801322d40d8493f98a9fb5dfeaab9006c88997528b62a8ff9d3e17ffbf5843227359d91b7d259ae06dd2debf09a8526a614dd24f3458fd4816d SHA512 (squashfs-tools-de61d00ffd2689d122696d4fc39f584c72fb24cf.tar.gz) = b76feecd0b8b28eeb29863fe3311acd052723a83dbc4d2e6694ba54c8b8d67ae0aba796fb7120766b55154093eb542fe84c81097deda993bb8fd7cf66fe43c9b

View File

@ -3,11 +3,11 @@ Version: 4.5
Summary: Utility for the creation of squashfs filesystems Summary: Utility for the creation of squashfs filesystems
%global forgeurl https://github.com/plougher/%{name} %global forgeurl https://github.com/plougher/%{name}
%global date 20220308 %global date 20220308
%global commit 2ac40ca6d23cad73fb5b5da0c915382eaa31378d %global commit de61d00ffd2689d122696d4fc39f584c72fb24cf
%forgemeta %forgemeta
URL: %{forgeurl} URL: %{forgeurl}
Source: %{forgesource} Source: %{forgesource}
Release: 25%{?dist} Release: 26%{?dist}
License: GPLv2+ License: GPLv2+
BuildRequires: make BuildRequires: make
@ -51,6 +51,11 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%{_sbindir}/sqfscat %{_sbindir}/sqfscat
%changelog %changelog
* Thu Mar 10 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-26.20220310gitde61d0a
- Continue testing upstream patches prior to 4.5.1 release.
- Minor fixes
- Doc updates
* Tue Mar 08 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-25.20220308git2ac40ca * Tue Mar 08 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-25.20220308git2ac40ca
- Upstream fix for unsquashfs breakage from recent commit - Upstream fix for unsquashfs breakage from recent commit