| |
@@ -8,7 +8,7 @@
|
| |
|
| |
Name: libsmbios
|
| |
Version: 2.4.2
|
| |
- Release: 8%{?dist}
|
| |
+ Release: 9%{?dist}
|
| |
Summary: Libsmbios C/C++ shared libraries
|
| |
|
| |
License: GPLv2+ or OSL 2.1
|
| |
@@ -119,7 +119,7 @@
|
| |
%configure
|
| |
|
| |
mkdir -p out/libsmbios_c
|
| |
- make CFLAGS+="%{optflags} -Werror" %{?_smp_mflags} 2>&1 | tee build-%{_arch}.log
|
| |
+ %make_build CFLAGS+="%{optflags} -Werror" 2>&1 | tee build-%{_arch}.log
|
| |
|
| |
echo \%doc _build/build-%{_arch}.log > buildlogs.txt
|
| |
|
| |
@@ -213,6 +213,10 @@
|
| |
%{_datadir}/smbios-utils
|
| |
|
| |
%changelog
|
| |
+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 2.4.2-9
|
| |
+ - Use make macros
|
| |
+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
| |
+
|
| |
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 2.4.2-8
|
| |
- Rebuilt for Python 3.9
|
| |
|
| |
This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.
This pull request will be automatically merged in 1 week if there are not objections.