Get some wider testing before a new squashfs-tools point release
Phillip is going to issue a new point release soon. Adding man pages is the main thing to still be done. There are a few changes since our last bug fix update. I want to get a little wider testing of the changes before Phillip tags the new release. I'd rather not find something just after the releae like what happened with 4.5. I'm not going to push this to released versions of Fedora. Once the new point release is out, I expect to eventually push that to released versions of Fedora.
This commit is contained in:
parent
5ba26eb7bd
commit
7514e2801d
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ squashfs-4.1.tar.bz2
|
||||
/4.5.tar.gz
|
||||
/squashfs-tools-e0485802ec72996c20026da320650d8362f555bd.tar.gz
|
||||
/squashfs-tools-5ae7238a0ae6fc420f55227d052ce9b1c66a9d0f.tar.gz
|
||||
/squashfs-tools-d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c.tar.gz
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (squashfs-tools-5ae7238a0ae6fc420f55227d052ce9b1c66a9d0f.tar.gz) = e4620d5d0fb4876cfe1cc3af9d37dbe9cf49eddac96362ec232bb44d5d26d87af7d057420509659eedf7bf4b9261791a39e1945bcc17658f4afb10bbf23227c6
|
||||
SHA512 (squashfs-tools-d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c.tar.gz) = b88998de6cefd004612977d79061647c3144bec0983d5f8eb01aef0537806625afd5bf9188c5092a4f748b8ae4b75755af3349026b220eda6d666b8221d66aec
|
||||
SHA512 (mksquashfs.1) = 4dc03bccf5842791abf6ca437ada03c331942a9a37fcacdbf136443db11a7f26121f6e8ba742aaffc9fda9a5e220b171c5223ee3ab0474dde6b300a63ee32f92
|
||||
SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2
|
||||
|
@ -2,9 +2,9 @@ Name: squashfs-tools
|
||||
Version: 4.5
|
||||
Summary: Utility for the creation of squashfs filesystems
|
||||
%global forgeurl https://github.com/plougher/%{name}
|
||||
%global date 20211227
|
||||
%global commit 5ae7238a0ae6fc420f55227d052ce9b1c66a9d0f
|
||||
%forgemeta -i -v
|
||||
%global date 20220128
|
||||
%global commit d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c
|
||||
%forgemeta
|
||||
URL: %{forgeurl}
|
||||
Source: %{forgesource}
|
||||
Release: 5%{?dist}
|
||||
@ -12,6 +12,7 @@ License: GPLv2+
|
||||
# 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
|
||||
# Phillip is working on providing man pages very soon. Which will replace these.
|
||||
Source1: mksquashfs.1
|
||||
Source2: unsquashfs.1
|
||||
|
||||
@ -57,6 +58,9 @@ ln -s unsquashfs %{buildroot}%{_sbindir}/sqfscat
|
||||
%{_sbindir}/sqfscat
|
||||
|
||||
%changelog
|
||||
* Fri Jan 28 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-4.20220128gitd5a583e
|
||||
- Test a few changes before upstream tags a new point release
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - Packaging variables read or set by %forgemeta
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user