From 70b924385074a73f6e5379f9ab1b56a1a4e06c62 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Feb 10 2022 08:00:25 +0000 Subject: Add a man page for sqfscat --- diff --git a/.gitignore b/.gitignore index 837e8e8..dee14fe 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz /squashfs-tools-9e46a75985f0b236797976e387e8bce717e7a2d5.tar.gz /squashfs-tools-0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2.tar.gz +/squashfs-tools-e7e96fe6ecd5c01aada20908188d9d0096ad0bd8.tar.gz diff --git a/sources b/sources index 3719186..fc8464b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (squashfs-tools-0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2.tar.gz) = 27d9ca0028eb82c5580673a45d1cb2908968804050548f34f488bcae570863599a3d891d69edbb3f3b06964a87b780348bce14b586868b36f4b2929c5b12eece +SHA512 (squashfs-tools-e7e96fe6ecd5c01aada20908188d9d0096ad0bd8.tar.gz) = 0c612bb7be469874ac04622cd6626089928ac08edd7c6a771abe9ae59c5f4b0a3711c85e5d33b9f219754f05eb1b41e43871f5e3a8f47310ccdbbdeebee01826 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index db67e0c..a97b4e4 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -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 20220209 -%global commit 0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2 +%global date 20220210 +%global commit e7e96fe6ecd5c01aada20908188d9d0096ad0bd8 %forgemeta URL: %{forgeurl} Source: %{forgesource} -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ BuildRequires: make @@ -43,6 +43,7 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_mandir}/man1/mksquashfs.1.gz %{_mandir}/man1/unsquashfs.1.gz %{_mandir}/man1/sqfstar.1.gz +%{_mandir}/man1/sqfscat.1.gz %{_sbindir}/mksquashfs %{_sbindir}/unsquashfs @@ -50,11 +51,15 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_sbindir}/sqfscat %changelog -* Tue Wed 09 2022 Bruno Wolff III - 4.5-11.20220207git0425d3d +* Thu Feb 10 2022 Bruno Wolff III - 4.5-12.20220210gite7e96fe +- Continue testing upstream patches prior to 4.5.1 release. +- Add man page for sqfscat. + +* Wed Feb 09 2022 Bruno Wolff III - 4.5-11.20220209git0425d3d - Continue testing upstream patches prior to 4.5.1 release. - Add man page for sqfstar. -* Tue Feb 08 2022 Bruno Wolff III - 4.5-10.20220207git9e46a75 +* Tue Feb 08 2022 Bruno Wolff III - 4.5-10.20220208git9e46a75 - Continue testing upstream patches prior to 4.5.1 release. - Upstream man page for unsquashfs replaces out of date one froom Debian.