Pick up a couple of minor fixes

This commit is contained in:
Bruno Wolff III 2022-03-07 22:34:36 -06:00
parent c16b959039
commit dc28aaa917
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
SHA512 (squashfs-tools-2baf12e55af5a519e1285437343d3a606962a4b6.tar.gz) = 8ca6263833ed032d03de04be7644c7a718de726d10ca2844a159c38d7c8e57a4792cea48aede13d7c440680e2301eba3bcb793b71cd0ef397fb43b6ee26ae1f6 SHA512 (squashfs-tools-580b4e122471c11dffb7dcf1e392a72c8dcb6512.tar.gz) = 1c752efc806c8bb17db82bb9337797a7534c5e4eafc9782e9e34abaea7ff46a2ec58f4c7e6a2b87a59809a7f5b5ab4dcb667a8fd10cdb7ebedc0f92090daf157

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 20220304 %global date 20220307
%global commit 2baf12e55af5a519e1285437343d3a606962a4b6 %global commit 580b4e122471c11dffb7dcf1e392a72c8dcb6512
%forgemeta %forgemeta
URL: %{forgeurl} URL: %{forgeurl}
Source: %{forgesource} Source: %{forgesource}
Release: 22%{?dist} Release: 23%{?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 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
* Fri Mar 04 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-22.20220304git2baf12e * Fri Mar 04 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-22.20220304git2baf12e
- Continue testing upstream patches prior to 4.5.1 release. - Continue testing upstream patches prior to 4.5.1 release.
- Minor fixes - Minor fixes