automatic version update by autodist [release 3.6-1mamba;Thu Apr 25 2024]
This commit is contained in:
parent
b5eebe04be
commit
81e556793b
@ -1,5 +1,5 @@
|
|||||||
Name: dmidecode
|
Name: dmidecode
|
||||||
Version: 3.5
|
Version: 3.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: System hardware information tool according to BIOS the SMBIOS/DMI standard
|
Summary: System hardware information tool according to BIOS the SMBIOS/DMI standard
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -20,8 +20,8 @@ Dmidecode reports information about your system's hardware as described in your
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# Make 3.82 patch
|
## Make 3.82 patch
|
||||||
sed -i -e "/^PROGRAMS !=/d" Makefile
|
#sed -i -e "/^PROGRAMS !=/d" Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make CC=%{_host}-gcc
|
%make CC=%{_host}-gcc
|
||||||
@ -41,6 +41,10 @@ rm -rf %{buildroot}%{_datadir}/doc/dmidecode
|
|||||||
%{_sbindir}/dmidecode
|
%{_sbindir}/dmidecode
|
||||||
%{_sbindir}/ownership
|
%{_sbindir}/ownership
|
||||||
%{_sbindir}/vpddecode
|
%{_sbindir}/vpddecode
|
||||||
|
%{_datadir}/bash-completion/completions/biosdecode
|
||||||
|
%{_datadir}/bash-completion/completions/dmidecode
|
||||||
|
%{_datadir}/bash-completion/completions/ownership
|
||||||
|
%{_datadir}/bash-completion/completions/vpddecode
|
||||||
%{_mandir}/man8/biosdecode.8*
|
%{_mandir}/man8/biosdecode.8*
|
||||||
%{_mandir}/man8/dmidecode.8*
|
%{_mandir}/man8/dmidecode.8*
|
||||||
%{_mandir}/man8/ownership.8*
|
%{_mandir}/man8/ownership.8*
|
||||||
@ -48,6 +52,9 @@ rm -rf %{buildroot}%{_datadir}/doc/dmidecode
|
|||||||
%doc AUTHORS LICENSE README
|
%doc AUTHORS LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 3.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 3.5-1mamba
|
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 3.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user