I forgot to remove the -i and -v options to forgemeta
This adds noise to builds that isn't needed.
This commit is contained in:
parent
c68ead5389
commit
d539ae94f6
@ -4,10 +4,10 @@ Summary: Utility for the creation of squashfs filesystems
|
|||||||
%global forgeurl https://github.com/plougher/%{name}
|
%global forgeurl https://github.com/plougher/%{name}
|
||||||
%global date 20230323
|
%global date 20230323
|
||||||
%global commit 7cf6cee6acfa61a423d63168ad198a3bfafacda8
|
%global commit 7cf6cee6acfa61a423d63168ad198a3bfafacda8
|
||||||
%forgemeta -i -v
|
%forgemeta
|
||||||
URL: %{forgeurl}
|
URL: %{forgeurl}
|
||||||
Source: %{forgesource}
|
Source: %{forgesource}
|
||||||
Release: 0.1%{dist}
|
Release: 0.2%{dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -50,6 +50,9 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
|
|||||||
%{_sbindir}/sqfscat
|
%{_sbindir}/sqfscat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.2^20230323git7cf6cee
|
||||||
|
- Remove the -i and -v forgemeta flags to get rid of the extra noise
|
||||||
|
|
||||||
* Thu Feb 23 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.1^20230323git7cf6cee
|
* Thu Feb 23 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.1^20230323git7cf6cee
|
||||||
- Prerelease snapshot of 4.6
|
- Prerelease snapshot of 4.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user