Probably the last update before the official release
The release is tetstively scheduled for tomorrow and I'd like one last chance for testing before it happens.
This commit is contained in:
parent
2073c47ba2
commit
b280d436ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ squashfs-4.1.tar.bz2
|
|||||||
/squashfs-tools-7cf6cee6acfa61a423d63168ad198a3bfafacda8.tar.gz
|
/squashfs-tools-7cf6cee6acfa61a423d63168ad198a3bfafacda8.tar.gz
|
||||||
/squashfs-tools-746a81c8ea15e0573cc6abca9dc52e265d43a049.tar.gz
|
/squashfs-tools-746a81c8ea15e0573cc6abca9dc52e265d43a049.tar.gz
|
||||||
/squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz
|
/squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz
|
||||||
|
/squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz) = 8933366f0dfc83b5cdf9adf6aee1aae45551daeed68aed62e7473d2ea45b83d2e3f54208ea3c83b5c84c55073801dec5374f615da675620d200bdc0f17b79149
|
SHA512 (squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz) = 5ebf6dcb11c1547b07e7d97969f34e25fd3de288acdfca25b50f2b6d1878b885298b6124aff5cb647e28e9a26d030e50cd3ffa9a397ac809afad1ff2a4285f01
|
||||||
|
@ -2,12 +2,12 @@ Name: squashfs-tools
|
|||||||
Version: 4.6
|
Version: 4.6
|
||||||
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 20230306
|
%global date 20230312
|
||||||
%global commit 1eaad6d730604131f0da0c675e547cfe544ddcfa
|
%global commit aaf011a868c786b06e74cbdaf860d45793939f35
|
||||||
%forgemeta
|
%forgemeta -i -v
|
||||||
URL: %{forgeurl}
|
URL: %{forgeurl}
|
||||||
Source: %{forgesource}
|
Source: %{forgesource}
|
||||||
Release: 0.4%{dist}
|
Release: 0.5%{dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -50,6 +50,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
|
|||||||
%{_sbindir}/sqfscat
|
%{_sbindir}/sqfscat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 12 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.5^20230312gitaaf011a
|
||||||
|
- Doc updates
|
||||||
|
- Probably the last version before the official release (tentatively tomorrow)
|
||||||
|
|
||||||
* Mon Mar 06 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.4^20230306git1eaad6d
|
* Mon Mar 06 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.4^20230306git1eaad6d
|
||||||
- Doc updates and unanchored search improvemebts
|
- Doc updates and unanchored search improvemebts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user