Minor fix

Changes should slow down now and a tagged release might be a week
away. So this version might get pushed down to f34 and f35 even
though the release hasn't been tagged yet.
This commit is contained in:
Bruno Wolff III 2022-03-11 01:46:42 -06:00
parent 80b6c5c24d
commit d5ed7f4010
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@ squashfs-4.1.tar.bz2
/squashfs-tools-8b6ee895c763f0b8e2f394d83e93fc5a3e51942f.tar.gz
/squashfs-tools-2ac40ca6d23cad73fb5b5da0c915382eaa31378d.tar.gz
/squashfs-tools-de61d00ffd2689d122696d4fc39f584c72fb24cf.tar.gz
/squashfs-tools-76624e1e6be8e16ca08273eaadb82d7b38f3d5a5.tar.gz

View File

@ -1 +1 @@
SHA512 (squashfs-tools-de61d00ffd2689d122696d4fc39f584c72fb24cf.tar.gz) = b76feecd0b8b28eeb29863fe3311acd052723a83dbc4d2e6694ba54c8b8d67ae0aba796fb7120766b55154093eb542fe84c81097deda993bb8fd7cf66fe43c9b
SHA512 (squashfs-tools-76624e1e6be8e16ca08273eaadb82d7b38f3d5a5.tar.gz) = 87c3bb4d6f71fa77bf252a1e3a9bd5e9196e1f2c5f94e840036b2c7b2feb6b430face19f2210e85fdafb5dbe39fd000cd6dcd8de866eb90fddc934131166eb10

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 20220308
%global commit de61d00ffd2689d122696d4fc39f584c72fb24cf
%global date 20220311
%global commit 76624e1e6be8e16ca08273eaadb82d7b38f3d5a5
%forgemeta
URL: %{forgeurl}
Source: %{forgesource}
Release: 26%{?dist}
Release: 27%{?dist}
License: GPLv2+
BuildRequires: make
@ -51,6 +51,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
%{_sbindir}/sqfscat
%changelog
* Fri Mar 11 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-27.20220311git76624e1
- Continue testing upstream patches prior to 4.5.1 release.
- Minor fixes
* Thu Mar 10 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-26.20220310gitde61d0a
- Continue testing upstream patches prior to 4.5.1 release.
- Minor fixes