Some more man page improvements
This commit is contained in:
parent
72ea487830
commit
967d3cda1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ squashfs-4.1.tar.bz2
|
||||
/squashfs-tools-bc0c097be93154997fe0576181e5c12d746a1420.tar.gz
|
||||
/squashfs-tools-2dfbcdac38bc42af4b200a1a1e86d3154e079e04.tar.gz
|
||||
/squashfs-tools-c883f3212cf5004c49121e0803f12d26d0db6a97.tar.gz
|
||||
/squashfs-tools-263a14e4d1ec93fbd192289bc3aae0cac2485221.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (squashfs-tools-c883f3212cf5004c49121e0803f12d26d0db6a97.tar.gz) = be464d010b2f1e820dc7345e5e8c59e2a928295e4c91c330293ae66a47a3e498979a81d62d68b7a7d0a5fa3241aa6d4546dd830e3c94154d2c5320c4cdbe4113
|
||||
SHA512 (squashfs-tools-263a14e4d1ec93fbd192289bc3aae0cac2485221.tar.gz) = e3a9bb5a890be2d9cf8fad5fff3a17e7f9a148704197624d166cb324943f59bb726f380d6c3ae7f260a05534fe4e836c59db5d34bf6aa9effa0d876d0f8ef6e4
|
||||
|
@ -2,12 +2,12 @@ Name: squashfs-tools
|
||||
Version: 4.5
|
||||
Summary: Utility for the creation of squashfs filesystems
|
||||
%global forgeurl https://github.com/plougher/%{name}
|
||||
%global date 20220225
|
||||
%global commit c883f3212cf5004c49121e0803f12d26d0db6a97
|
||||
%global date 20220228
|
||||
%global commit 263a14e4d1ec93fbd192289bc3aae0cac2485221
|
||||
%forgemeta
|
||||
URL: %{forgeurl}
|
||||
Source: %{forgesource}
|
||||
Release: 20%{?dist}
|
||||
Release: 21%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
BuildRequires: make
|
||||
@ -51,7 +51,11 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
|
||||
%{_sbindir}/sqfscat
|
||||
|
||||
%changelog
|
||||
* Wed Feb 25 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-20.20220225gitc883f32
|
||||
* Mon Feb 28 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-21.20220228git263a14e
|
||||
- Continue testing upstream patches prior to 4.5.1 release.
|
||||
- Man page improvement
|
||||
|
||||
* Fri Feb 25 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-20.20220225gitc883f32
|
||||
- Continue testing upstream patches prior to 4.5.1 release.
|
||||
- Man page improvement
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user