diff --git a/.gitignore b/.gitignore
index 4cfddaa..29faa35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ squashfs-4.1.tar.bz2
 /mksquashfs.1
 /squashfs-tools-c570c6188811088b12ffdd9665487a2960c997a0.tar.gz
 /4.4-git.1.tar.gz
+/squashfs-tools-4.5.tar.gz
+/4.5.tar.gz
diff --git a/sources b/sources
index 4aee9fc..9f520b9 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (4.4-git.1.tar.gz) = 8d8cc3da7cbfc7b94d070021383413f3d1ef1261ba3fd9924dde4453558a8f8f14812c2f5614f87bef719496b0a023897de8d087c32a7344fa2eb9c1624563a0
+SHA512 (4.5.tar.gz) = e00610487d24eed9e5dadcf84014a3d7faa9815d8ce00fd4660e6c8ce394dccf185ed9f387f4fa1313b9812fe770f802bdcbaef87887f2bcefacf234594a72e0
 SHA512 (mksquashfs.1) = 4dc03bccf5842791abf6ca437ada03c331942a9a37fcacdbf136443db11a7f26121f6e8ba742aaffc9fda9a5e220b171c5223ee3ab0474dde6b300a63ee32f92
 SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index 41795e3..32f4c44 100644
--- a/squashfs-tools.spec
+++ b/squashfs-tools.spec
@@ -1,13 +1,14 @@
 Summary: Utility for the creation of squashfs filesystems
 %global forgeurl https://github.com/plougher/squashfs-tools
-Version: 4.4
+Version: 4.5
 Name: squashfs-tools
-Release: 5.git1%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
-URL: %{forgeurl}/archive/4.4-git.1.tar.gz
-Source: 4.4-git.1.tar.gz
+URL: %{forgeurl}/archive/4.5.tar.gz
+Source: 4.5.tar.gz
 # manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz
 # The man pages have been modified for 4.3 for Fedora.
+# Man pages still need a lot of changes for 4.5
 Source1: mksquashfs.1
 Source2: unsquashfs.1
 
@@ -25,7 +26,7 @@ Squashfs is a highly compressed read-only filesystem for Linux.  This package
 contains the utilities for manipulating squashfs filesystems.
 
 %prep
-%setup -n %{name}-4.4-git.1
+%setup -n %{name}-4.5
 
 %build
 %set_build_flags
@@ -38,17 +39,25 @@ install -m 755 squashfs-tools/mksquashfs %{buildroot}%{_sbindir}/mksquashfs
 install -m 755 squashfs-tools/unsquashfs %{buildroot}%{_sbindir}/unsquashfs
 install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/mksquashfs.1
 install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1
+ln -s mksquashfs %{buildroot}%{_sbindir}/sqfstar
+ln -s unsquashfs %{buildroot}%{_sbindir}/sqfscat
 
 %files
-%doc README ACKNOWLEDGEMENTS README-4.4 CHANGES COPYING USAGE
+%doc README ACKNOWLEDGEMENTS README-4.5 CHANGES COPYING USAGE
 
 %doc README
 %{_mandir}/man1/*
 
 %{_sbindir}/mksquashfs
 %{_sbindir}/unsquashfs
+%{_sbindir}/sqfstar
+%{_sbindir}/sqfscat
 
 %changelog
+* Fri Jul 23 2021 Bruno Wolff III <bruno@wolff.to> - 4.5-1
+- First crack at 4.5 release
+- Man pages still need significant work
+
 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-5.git1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild