Get some more prerelease updates

This includes updated documentation and a minor bug fix
This commit is contained in:
Bruno Wolff III 2023-02-28 07:09:27 -06:00
parent bbde1b74a3
commit 1356cfd6af
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ squashfs-4.1.tar.bz2
/squashfs-tools-76624e1e6be8e16ca08273eaadb82d7b38f3d5a5.tar.gz
/squashfs-tools-4.5.1.tar.gz
/squashfs-tools-7cf6cee6acfa61a423d63168ad198a3bfafacda8.tar.gz
/squashfs-tools-746a81c8ea15e0573cc6abca9dc52e265d43a049.tar.gz

View File

@ -1 +1 @@
SHA512 (squashfs-tools-7cf6cee6acfa61a423d63168ad198a3bfafacda8.tar.gz) = 9bddf61d38d1eb4376324acf737e22956a7ae52abc629ddd720b37fe9398f1c207dd769616276ca5576338769447101b16754221b9fcfccc3d224c758fc4133a
SHA512 (squashfs-tools-746a81c8ea15e0573cc6abca9dc52e265d43a049.tar.gz) = 5c360f53e75d84e0eb86d8125da6357448603ff9fdbb7bbe2717b7a95ba04e560a2071443bf394b088e636260b84ca37a9495fbe56806f1599b78fcb96cedbba

View File

@ -2,8 +2,8 @@ Name: squashfs-tools
Version: 4.6
Summary: Utility for the creation of squashfs filesystems
%global forgeurl https://github.com/plougher/%{name}
%global date 20230323
%global commit 7cf6cee6acfa61a423d63168ad198a3bfafacda8
%global date 20230228
%global commit 746a81c8ea15e0573cc6abca9dc52e265d43a049
%forgemeta
URL: %{forgeurl}
Source: %{forgesource}
@ -50,6 +50,9 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%{_sbindir}/sqfscat
%changelog
* Tue Feb 28 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.3^20230228git746a81c
- Doc updates and minor bug fix
* Thu Feb 23 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.2^20230323git7cf6cee
- Remove the -i and -v forgemeta flags to get rid of the extra noise