diff --git a/.gitignore b/.gitignore index 2262ad3..743215c 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-2ac40ca6d23cad73fb5b5da0c915382eaa31378d.tar.gz /squashfs-tools-de61d00ffd2689d122696d4fc39f584c72fb24cf.tar.gz /squashfs-tools-76624e1e6be8e16ca08273eaadb82d7b38f3d5a5.tar.gz +/squashfs-tools-4.5.1.tar.gz diff --git a/sources b/sources index 7778e07..811cc4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (squashfs-tools-76624e1e6be8e16ca08273eaadb82d7b38f3d5a5.tar.gz) = 87c3bb4d6f71fa77bf252a1e3a9bd5e9196e1f2c5f94e840036b2c7b2feb6b430face19f2210e85fdafb5dbe39fd000cd6dcd8de866eb90fddc934131166eb10 +SHA512 (squashfs-tools-4.5.1.tar.gz) = b3934ea1e26c7508110312711465644a6d9674b6b5332a7d011e191fa3c1d4b8be694214794a0f6005263d0f4e18bab96af2f7ed66a178f8e3bb3a781cd44896 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index 63c1052..06bc278 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -1,13 +1,13 @@ Name: squashfs-tools -Version: 4.5 +Version: 4.5.1 Summary: Utility for the creation of squashfs filesystems %global forgeurl https://github.com/plougher/%{name} -%global date 20220311 -%global commit 76624e1e6be8e16ca08273eaadb82d7b38f3d5a5 -%forgemeta +%global date 20220318 +%global tag 4.5.1 +%forgemeta -i -v URL: %{forgeurl} Source: %{forgesource} -Release: 27%{?dist} +Release: 1%{?dist} License: GPLv2+ BuildRequires: make @@ -37,9 +37,8 @@ pushd squashfs-tools make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL_MANPAGES_DIR=%{buildroot}%{_mandir}/man1 install %files -%doc README ACKNOWLEDGEMENTS README-4.5 CHANGES COPYING USAGE +%doc ACKNOWLEDGEMENTS README-4.5.1 CHANGES COPYING USAGE ACTIONS-README -%doc README %{_mandir}/man1/mksquashfs.1.gz %{_mandir}/man1/unsquashfs.1.gz %{_mandir}/man1/sqfstar.1.gz @@ -51,6 +50,11 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_sbindir}/sqfscat %changelog +* Sat Mar 18 2022 Bruno Wolff III - 4.5-1 +- 4.5.1 release +- Up to date man pages +- Lots of little fixes + * Fri Mar 11 2022 Bruno Wolff III - 4.5-27.20220311git76624e1 - Continue testing upstream patches prior to 4.5.1 release. - Minor fixes