4.5 has been released

his is a bare bones update to test the release. There were a lot of
changes and 2 new sym lynced names. The programs help has info
about this. But the man pages are missing a lot and still need to
be updated. Potentially command line changes could break composes,
though I am not expecting that.
This commit is contained in:
Bruno Wolff III 2021-07-23 01:14:26 -05:00
parent e86b5be82f
commit 081359eb42
3 changed files with 18 additions and 7 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@ squashfs-4.1.tar.bz2
/mksquashfs.1 /mksquashfs.1
/squashfs-tools-c570c6188811088b12ffdd9665487a2960c997a0.tar.gz /squashfs-tools-c570c6188811088b12ffdd9665487a2960c997a0.tar.gz
/4.4-git.1.tar.gz /4.4-git.1.tar.gz
/squashfs-tools-4.5.tar.gz
/4.5.tar.gz

View File

@ -1,3 +1,3 @@
SHA512 (4.4-git.1.tar.gz) = 8d8cc3da7cbfc7b94d070021383413f3d1ef1261ba3fd9924dde4453558a8f8f14812c2f5614f87bef719496b0a023897de8d087c32a7344fa2eb9c1624563a0 SHA512 (4.5.tar.gz) = e00610487d24eed9e5dadcf84014a3d7faa9815d8ce00fd4660e6c8ce394dccf185ed9f387f4fa1313b9812fe770f802bdcbaef87887f2bcefacf234594a72e0
SHA512 (mksquashfs.1) = 4dc03bccf5842791abf6ca437ada03c331942a9a37fcacdbf136443db11a7f26121f6e8ba742aaffc9fda9a5e220b171c5223ee3ab0474dde6b300a63ee32f92 SHA512 (mksquashfs.1) = 4dc03bccf5842791abf6ca437ada03c331942a9a37fcacdbf136443db11a7f26121f6e8ba742aaffc9fda9a5e220b171c5223ee3ab0474dde6b300a63ee32f92
SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2 SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2

View File

@ -1,13 +1,14 @@
Summary: Utility for the creation of squashfs filesystems Summary: Utility for the creation of squashfs filesystems
%global forgeurl https://github.com/plougher/squashfs-tools %global forgeurl https://github.com/plougher/squashfs-tools
Version: 4.4 Version: 4.5
Name: squashfs-tools Name: squashfs-tools
Release: 5.git1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
URL: %{forgeurl}/archive/4.4-git.1.tar.gz URL: %{forgeurl}/archive/4.5.tar.gz
Source: 4.4-git.1.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 # 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. # 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 Source1: mksquashfs.1
Source2: unsquashfs.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. contains the utilities for manipulating squashfs filesystems.
%prep %prep
%setup -n %{name}-4.4-git.1 %setup -n %{name}-4.5
%build %build
%set_build_flags %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 755 squashfs-tools/unsquashfs %{buildroot}%{_sbindir}/unsquashfs
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/mksquashfs.1 install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/mksquashfs.1
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1 install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1
ln -s mksquashfs %{buildroot}%{_sbindir}/sqfstar
ln -s unsquashfs %{buildroot}%{_sbindir}/sqfscat
%files %files
%doc README ACKNOWLEDGEMENTS README-4.4 CHANGES COPYING USAGE %doc README ACKNOWLEDGEMENTS README-4.5 CHANGES COPYING USAGE
%doc README %doc README
%{_mandir}/man1/* %{_mandir}/man1/*
%{_sbindir}/mksquashfs %{_sbindir}/mksquashfs
%{_sbindir}/unsquashfs %{_sbindir}/unsquashfs
%{_sbindir}/sqfstar
%{_sbindir}/sqfscat
%changelog %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 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-5.git1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild