More minor fixes for static analysis issues

This commit is contained in:
Bruno Wolff III 2022-02-21 21:10:39 -06:00
parent 0f2a443449
commit 1b406bfb5b
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ squashfs-4.1.tar.bz2
/squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz /squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz
/squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz /squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz
/squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz /squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz
/squashfs-tools-bc0c097be93154997fe0576181e5c12d746a1420.tar.gz

View File

@ -1 +1 @@
SHA512 (squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz) = c7acb373e06e6de28d90474533e8e4f7ff2131612e20cab4a5fe2224abffd77137619d02e22b46b8715d1f2bcd2974e7bb234149f772b0235f40d7273002ced0 SHA512 (squashfs-tools-bc0c097be93154997fe0576181e5c12d746a1420.tar.gz) = 84ec6b3b7b3925417bd52d3705f7a7b8f64e3a8b8763add3e6fe84e5262f7ec38f0a753ec50129918b490ba0856e4300056b9ef87d5e8b2849f91f75ad3425b3

View File

@ -2,12 +2,12 @@ Name: squashfs-tools
Version: 4.5 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 20220218 %global date 20220221
%global commit f3783bbec5b0f105c6571699d3fd38803a345b12 %global commit bc0c097be93154997fe0576181e5c12d746a1420
%forgemeta %forgemeta
URL: %{forgeurl} URL: %{forgeurl}
Source: %{forgesource} Source: %{forgesource}
Release: 17%{?dist} Release: 18%{?dist}
License: GPLv2+ License: GPLv2+
BuildRequires: make BuildRequires: make
@ -51,6 +51,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%{_sbindir}/sqfscat %{_sbindir}/sqfscat
%changelog %changelog
* Mon Feb 21 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-18.20220221gitbc0c097
- Continue testing upstream patches prior to 4.5.1 release.
- Some minor fixes.
* Fri Feb 18 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-17.20220218gitf3783bb * Fri Feb 18 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-17.20220218gitf3783bb
- Continue testing upstream patches prior to 4.5.1 release. - Continue testing upstream patches prior to 4.5.1 release.
- Some minor fixes. - Some minor fixes.