Pick up some more fixes for some minor issues
This commit is contained in:
parent
c5efeec477
commit
0f2a443449
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ squashfs-4.1.tar.bz2
|
||||
/squashfs-tools-de944c3e6fc8861d8a8844186983d1295415fdaf.tar.gz
|
||||
/squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz
|
||||
/squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz
|
||||
/squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz) = 2f0db33068c7d8be7d8b983dd9bcdb6aa43b84c1d525db4dce201b054555424f89d6b94a97f2228325a678d1c747da171a2fbd15594f35b3fbdc97707a4a9970
|
||||
SHA512 (squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz) = c7acb373e06e6de28d90474533e8e4f7ff2131612e20cab4a5fe2224abffd77137619d02e22b46b8715d1f2bcd2974e7bb234149f772b0235f40d7273002ced0
|
||||
|
@ -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 20220217
|
||||
%global commit 75951fb96de64e8062306359c87d987b527a42d0
|
||||
%global date 20220218
|
||||
%global commit f3783bbec5b0f105c6571699d3fd38803a345b12
|
||||
%forgemeta
|
||||
URL: %{forgeurl}
|
||||
Source: %{forgesource}
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
BuildRequires: make
|
||||
@ -51,6 +51,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
|
||||
%{_sbindir}/sqfscat
|
||||
|
||||
%changelog
|
||||
* Fri Feb 18 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-17.20220218gitf3783bb
|
||||
- Continue testing upstream patches prior to 4.5.1 release.
|
||||
- Some minor fixes.
|
||||
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user