Testing before new release gets tagged
There are a few more commits updating help messages. This is still just for rawhide.
This commit is contained in:
parent
7514e2801d
commit
fce3fe9586
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ squashfs-4.1.tar.bz2
|
|||||||
/squashfs-tools-e0485802ec72996c20026da320650d8362f555bd.tar.gz
|
/squashfs-tools-e0485802ec72996c20026da320650d8362f555bd.tar.gz
|
||||||
/squashfs-tools-5ae7238a0ae6fc420f55227d052ce9b1c66a9d0f.tar.gz
|
/squashfs-tools-5ae7238a0ae6fc420f55227d052ce9b1c66a9d0f.tar.gz
|
||||||
/squashfs-tools-d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c.tar.gz
|
/squashfs-tools-d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c.tar.gz
|
||||||
|
/squashfs-tools-11c9591260599b7874841db6f69ae570708a4077.tar.gz
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (squashfs-tools-d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c.tar.gz) = b88998de6cefd004612977d79061647c3144bec0983d5f8eb01aef0537806625afd5bf9188c5092a4f748b8ae4b75755af3349026b220eda6d666b8221d66aec
|
SHA512 (squashfs-tools-11c9591260599b7874841db6f69ae570708a4077.tar.gz) = ffad623926c30b84d0f175b03752783a01e786926dd13be85a53cf993450e1151626e720daf4dcd764ddad177f075d5e3e229e393eaa8be3f21bd4084d27512b
|
||||||
SHA512 (mksquashfs.1) = 4dc03bccf5842791abf6ca437ada03c331942a9a37fcacdbf136443db11a7f26121f6e8ba742aaffc9fda9a5e220b171c5223ee3ab0474dde6b300a63ee32f92
|
SHA512 (mksquashfs.1) = 4dc03bccf5842791abf6ca437ada03c331942a9a37fcacdbf136443db11a7f26121f6e8ba742aaffc9fda9a5e220b171c5223ee3ab0474dde6b300a63ee32f92
|
||||||
SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2
|
SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2
|
||||||
|
@ -2,12 +2,12 @@ Name: squashfs-tools
|
|||||||
Version: 4.5
|
Version: 4.5
|
||||||
Summary: Utility for the creation of squashfs filesystems
|
Summary: Utility for the creation of squashfs filesystems
|
||||||
%global forgeurl https://github.com/plougher/%{name}
|
%global forgeurl https://github.com/plougher/%{name}
|
||||||
%global date 20220128
|
%global date 20220202
|
||||||
%global commit d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c
|
%global commit 11c9591260599b7874841db6f69ae570708a4077
|
||||||
%forgemeta
|
%forgemeta -i -v
|
||||||
URL: %{forgeurl}
|
URL: %{forgeurl}
|
||||||
Source: %{forgesource}
|
Source: %{forgesource}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
# 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.
|
||||||
@ -58,7 +58,11 @@ ln -s unsquashfs %{buildroot}%{_sbindir}/sqfscat
|
|||||||
%{_sbindir}/sqfscat
|
%{_sbindir}/sqfscat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 28 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-4.20220128gitd5a583e
|
* Wed Feb 02 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-6.20220202git11c9591
|
||||||
|
- Continue testing upstream pages
|
||||||
|
- This includes help text changes
|
||||||
|
|
||||||
|
* Fri Jan 28 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-5.20220128gitd5a583e
|
||||||
- Test a few changes before upstream tags a new point release
|
- 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
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - Packaging variables read or set by %forgemeta
|
||||||
|
Loading…
Reference in New Issue
Block a user