Pick up a few more fixes

This commit is contained in:
Bruno Wolff III 2022-02-17 01:23:21 -06:00
parent 2521e66946
commit c5efeec477
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ squashfs-4.1.tar.bz2
/squashfs-tools-a8f61e2a38992d4cd967303a61277123fcd66681.tar.gz
/squashfs-tools-de944c3e6fc8861d8a8844186983d1295415fdaf.tar.gz
/squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz
/squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz

View File

@ -1 +1 @@
SHA512 (squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz) = d1a87ad3b6423c9bb5c858301af725bdd7f9e2d5d82fe44c37d4e9eb28920e38090fe7589288bb292f85303a788d19f424316547638998d3b64be0bd31308040
SHA512 (squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz) = 2f0db33068c7d8be7d8b983dd9bcdb6aa43b84c1d525db4dce201b054555424f89d6b94a97f2228325a678d1c747da171a2fbd15594f35b3fbdc97707a4a9970

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 20220215
%global commit f491ad858bcacf32dab2b37b3b0b325aa0ea6668
%global date 20220217
%global commit 75951fb96de64e8062306359c87d987b527a42d0
%forgemeta
URL: %{forgeurl}
Source: %{forgesource}
Release: 15%{?dist}
Release: 16%{?dist}
License: GPLv2+
BuildRequires: make
@ -51,6 +51,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%{_sbindir}/sqfscat
%changelog
* Thu Feb 17 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-16.20220217git75951fb
- Continue testing upstream patches prior to 4.5.1 release.
- Some minor fixes.
* Tue Feb 15 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-15.20220215gitf491ad8
- Continue testing upstream patches prior to 4.5.1 release.
- Some minor fixes.