Add a man page for sqfscat
This commit is contained in:
parent
7268db5b5a
commit
70b9243850
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ squashfs-4.1.tar.bz2
|
|||||||
/squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz
|
/squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz
|
||||||
/squashfs-tools-9e46a75985f0b236797976e387e8bce717e7a2d5.tar.gz
|
/squashfs-tools-9e46a75985f0b236797976e387e8bce717e7a2d5.tar.gz
|
||||||
/squashfs-tools-0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2.tar.gz
|
/squashfs-tools-0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2.tar.gz
|
||||||
|
/squashfs-tools-e7e96fe6ecd5c01aada20908188d9d0096ad0bd8.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (squashfs-tools-0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2.tar.gz) = 27d9ca0028eb82c5580673a45d1cb2908968804050548f34f488bcae570863599a3d891d69edbb3f3b06964a87b780348bce14b586868b36f4b2929c5b12eece
|
SHA512 (squashfs-tools-e7e96fe6ecd5c01aada20908188d9d0096ad0bd8.tar.gz) = 0c612bb7be469874ac04622cd6626089928ac08edd7c6a771abe9ae59c5f4b0a3711c85e5d33b9f219754f05eb1b41e43871f5e3a8f47310ccdbbdeebee01826
|
||||||
|
@ -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 20220209
|
%global date 20220210
|
||||||
%global commit 0425d3d2d87a7775864bc6d04a4c8c45b93fa9b2
|
%global commit e7e96fe6ecd5c01aada20908188d9d0096ad0bd8
|
||||||
%forgemeta
|
%forgemeta
|
||||||
URL: %{forgeurl}
|
URL: %{forgeurl}
|
||||||
Source: %{forgesource}
|
Source: %{forgesource}
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -43,6 +43,7 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
|
|||||||
%{_mandir}/man1/mksquashfs.1.gz
|
%{_mandir}/man1/mksquashfs.1.gz
|
||||||
%{_mandir}/man1/unsquashfs.1.gz
|
%{_mandir}/man1/unsquashfs.1.gz
|
||||||
%{_mandir}/man1/sqfstar.1.gz
|
%{_mandir}/man1/sqfstar.1.gz
|
||||||
|
%{_mandir}/man1/sqfscat.1.gz
|
||||||
|
|
||||||
%{_sbindir}/mksquashfs
|
%{_sbindir}/mksquashfs
|
||||||
%{_sbindir}/unsquashfs
|
%{_sbindir}/unsquashfs
|
||||||
@ -50,11 +51,15 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
|
|||||||
%{_sbindir}/sqfscat
|
%{_sbindir}/sqfscat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Wed 09 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-11.20220207git0425d3d
|
* Thu Feb 10 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-12.20220210gite7e96fe
|
||||||
|
- Continue testing upstream patches prior to 4.5.1 release.
|
||||||
|
- Add man page for sqfscat.
|
||||||
|
|
||||||
|
* Wed Feb 09 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-11.20220209git0425d3d
|
||||||
- Continue testing upstream patches prior to 4.5.1 release.
|
- Continue testing upstream patches prior to 4.5.1 release.
|
||||||
- Add man page for sqfstar.
|
- Add man page for sqfstar.
|
||||||
|
|
||||||
* Tue Feb 08 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-10.20220207git9e46a75
|
* Tue Feb 08 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-10.20220208git9e46a75
|
||||||
- Continue testing upstream patches prior to 4.5.1 release.
|
- Continue testing upstream patches prior to 4.5.1 release.
|
||||||
- Upstream man page for unsquashfs replaces out of date one froom Debian.
|
- Upstream man page for unsquashfs replaces out of date one froom Debian.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user