diff --git a/.gitignore b/.gitignore index cee328e..4cfddaa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ squashfs-4.1.tar.bz2 /unsquashfs.1 /mksquashfs.1 /squashfs-tools-c570c6188811088b12ffdd9665487a2960c997a0.tar.gz +/4.4-git.1.tar.gz diff --git a/sources b/sources index af60a4e..4aee9fc 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (squashfs-tools-c570c6188811088b12ffdd9665487a2960c997a0.tar.gz) = dfdd9f81c145b1ae85e3d7eb43af4b6e2df76a19398232e66d11c2159b62927a0a6084d6d9e621dd372ced6d278353c8884b1d81701180e24e3bc06e2f4fa263 +SHA512 (4.4-git.1.tar.gz) = 8d8cc3da7cbfc7b94d070021383413f3d1ef1261ba3fd9924dde4453558a8f8f14812c2f5614f87bef719496b0a023897de8d087c32a7344fa2eb9c1624563a0 SHA512 (mksquashfs.1) = 4dc03bccf5842791abf6ca437ada03c331942a9a37fcacdbf136443db11a7f26121f6e8ba742aaffc9fda9a5e220b171c5223ee3ab0474dde6b300a63ee32f92 SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index de60985..0e07760 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -1,14 +1,11 @@ Summary: Utility for the creation of squashfs filesystems %global forgeurl https://github.com/plougher/squashfs-tools -%global commit c570c6188811088b12ffdd9665487a2960c997a0 Version: 4.4 -%forgemeta Name: squashfs-tools -Release: 2%{?dist} +Release: 3.git1%{?dist} License: GPLv2+ -URL: %{forgeurl} -# Use curl -LO %%{forgesource} to get the source tar ball. -Source: %{forgesource} +URL: %{forgeurl}/archive/4.4-git.1.tar.gz +Source: 4.4-git.1.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. Source1: mksquashfs.1 @@ -27,7 +24,7 @@ Squashfs is a highly compressed read-only filesystem for Linux. This package contains the utilities for manipulating squashfs filesystems. %prep -%forgesetup +%setup -n %{name}-4.4-git.1 %build %set_build_flags @@ -51,6 +48,9 @@ install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1 %{_sbindir}/unsquashfs %changelog +* Wed Nov 11 2020 - 4.4-3.git1 +- New upstream release with a minor fix + * Wed Jul 29 2020 Fedora Release Engineering - 4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild