diff --git a/.gitignore b/.gitignore
index 9abb22e..9963211 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ squashfs-4.1.tar.bz2
 /squashfs-tools-d61eb68d75b32977b6c5a8b2d2fe57cbef0d6b4a.tar.gz
 /squashfs-tools-7f9203e31bae003d12c0fc81a4b32097d17b5618.tar.gz
 /squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz
+/squashfs-tools-9e46a75985f0b236797976e387e8bce717e7a2d5.tar.gz
diff --git a/sources b/sources
index aa14722..e48c796 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz) = 08b1f4261bece99e4b76333552f451216b43b5e9bcd2ca99ff5f5cd4f1a4571ef4bad37de0fbff3867d2a36d3e69b32d4631aa3f05043c04f0ab2478210b6940
-SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2
+SHA512 (squashfs-tools-9e46a75985f0b236797976e387e8bce717e7a2d5.tar.gz) = af669261411c76ed4843a35de33152700c244b66ce4c95edefadf597b2ee0b0be1826f34defad5a29b5372bd80a7f5a8da0aa70b33e654210ad9c997fc578b49
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index 8862f6b..ce48ca4 100644
--- a/squashfs-tools.spec
+++ b/squashfs-tools.spec
@@ -2,17 +2,13 @@ Name: squashfs-tools
 Version: 4.5
 Summary: Utility for the creation of squashfs filesystems
 %global forgeurl https://github.com/plougher/%{name}
-%global date 20220207
-%global commit bd186a77fe670d635e65b021b3d05fc6e67f8d07
+%global date 20220208
+%global commit 9e46a75985f0b236797976e387e8bce717e7a2d5
 %forgemeta
 URL:	 %{forgeurl}
 Source:  %{forgesource}
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2+
-# manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz
-# Phillip is working on providing man pages very soon. Which will replace these.
-# So far he has one for mksquashfs.
-Source2: unsquashfs.1
 
 BuildRequires: make
 BuildRequires: gcc
@@ -39,7 +35,6 @@ CFLAGS="%{optflags}" XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1 
 %install
 pushd squashfs-tools
 make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL_MANPAGES_DIR=%{buildroot}%{_mandir}/man1 install
-install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1
 
 %files
 %doc README ACKNOWLEDGEMENTS README-4.5 CHANGES COPYING USAGE
@@ -54,6 +49,10 @@ install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1
 %{_sbindir}/sqfscat
 
 %changelog
+* Tue Feb 08 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-10.20220207git9e46a75
+- Continue testing upstream patches prior to 4.5.1 release.
+- Upstream man page for unsquashfs replaces out of date one froom Debian.
+
 * Mon Feb 07 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-9.20220207gitbd186a7
 - Continue testing upstream patches
 - The deprecated lzma support options are improved in the man page