diff --git a/.gitignore b/.gitignore index 5b5ae52..dd4a92f 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-580b4e122471c11dffb7dcf1e392a72c8dcb6512.tar.gz /squashfs-tools-8b6ee895c763f0b8e2f394d83e93fc5a3e51942f.tar.gz /squashfs-tools-2ac40ca6d23cad73fb5b5da0c915382eaa31378d.tar.gz +/squashfs-tools-de61d00ffd2689d122696d4fc39f584c72fb24cf.tar.gz diff --git a/sources b/sources index 4175d6e..7b81e1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (squashfs-tools-2ac40ca6d23cad73fb5b5da0c915382eaa31378d.tar.gz) = f2f73bf881afe801322d40d8493f98a9fb5dfeaab9006c88997528b62a8ff9d3e17ffbf5843227359d91b7d259ae06dd2debf09a8526a614dd24f3458fd4816d +SHA512 (squashfs-tools-de61d00ffd2689d122696d4fc39f584c72fb24cf.tar.gz) = b76feecd0b8b28eeb29863fe3311acd052723a83dbc4d2e6694ba54c8b8d67ae0aba796fb7120766b55154093eb542fe84c81097deda993bb8fd7cf66fe43c9b diff --git a/squashfs-tools.spec b/squashfs-tools.spec index 71e10cc..a64a654 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -3,11 +3,11 @@ Version: 4.5 Summary: Utility for the creation of squashfs filesystems %global forgeurl https://github.com/plougher/%{name} %global date 20220308 -%global commit 2ac40ca6d23cad73fb5b5da0c915382eaa31378d +%global commit de61d00ffd2689d122696d4fc39f584c72fb24cf %forgemeta URL: %{forgeurl} Source: %{forgesource} -Release: 25%{?dist} +Release: 26%{?dist} License: GPLv2+ BuildRequires: make @@ -51,6 +51,11 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_sbindir}/sqfscat %changelog +* Thu Mar 10 2022 Bruno Wolff III - 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 - 4.5-25.20220308git2ac40ca - Upstream fix for unsquashfs breakage from recent commit