A few more bug fixes before 4.5.1
This commit is contained in:
parent
a9c890485b
commit
8b41a6d40e
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ squashfs-4.1.tar.bz2
|
|||||||
/squashfs-tools-0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2.tar.gz
|
/squashfs-tools-0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2.tar.gz
|
||||||
/squashfs-tools-e7e96fe6ecd5c01aada20908188d9d0096ad0bd8.tar.gz
|
/squashfs-tools-e7e96fe6ecd5c01aada20908188d9d0096ad0bd8.tar.gz
|
||||||
/squashfs-tools-a8f61e2a38992d4cd967303a61277123fcd66681.tar.gz
|
/squashfs-tools-a8f61e2a38992d4cd967303a61277123fcd66681.tar.gz
|
||||||
|
/squashfs-tools-de944c3e6fc8861d8a8844186983d1295415fdaf.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (squashfs-tools-a8f61e2a38992d4cd967303a61277123fcd66681.tar.gz) = f2e77087c946305c323cd831ff5c7b9703cc2d33b160a4757afa4cb887d30f6af1eb2161902e80ef4a268336fd0e4b889f800839013d24452eda46e7deb1358b
|
SHA512 (squashfs-tools-de944c3e6fc8861d8a8844186983d1295415fdaf.tar.gz) = 375c234355657f1b851f50b3dfe8fd62dfcbca59f2d000362448546962095d820af52e0f959b0995582100c4b18bc3957c95d83fb09c9072b8a8be059484c373
|
||||||
|
@ -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 20220210
|
%global date 20220214
|
||||||
%global commit a8f61e2a38992d4cd967303a61277123fcd66681
|
%global commit de944c3e6fc8861d8a8844186983d1295415fdaf
|
||||||
%forgemeta
|
%forgemeta
|
||||||
URL: %{forgeurl}
|
URL: %{forgeurl}
|
||||||
Source: %{forgesource}
|
Source: %{forgesource}
|
||||||
Release: 13%{?dist}
|
Release: 14%{?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
|
||||||
|
* Thu Feb 10 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-14.20220214gitde944c3
|
||||||
|
- Continue testing upstream patches prior to 4.5.1 release.
|
||||||
|
- Some minor fixes.
|
||||||
|
|
||||||
* Thu Feb 10 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-13.20220210gita8f61e2
|
* Thu Feb 10 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-13.20220210gita8f61e2
|
||||||
- Continue testing upstream patches prior to 4.5.1 release.
|
- Continue testing upstream patches prior to 4.5.1 release.
|
||||||
- Some code cleanups for stuff noted by gcc.
|
- Some code cleanups for stuff noted by gcc.
|
||||||
|
Loading…
Reference in New Issue
Block a user