mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 14:39:49 +00:00
trivial: Enable the tests in the reference spec file
This commit is contained in:
parent
20d2d726e0
commit
8d1054eaf1
@ -21,7 +21,6 @@ mv fwupd-$VERSION.tar.xz $HOME/rpmbuild/SOURCES/
|
|||||||
|
|
||||||
#generate a spec file
|
#generate a spec file
|
||||||
sed "s,#VERSION#,$VERSION,;
|
sed "s,#VERSION#,$VERSION,;
|
||||||
s,enable_tests 0,enable_tests 1,;
|
|
||||||
s,#BUILD#,1,;
|
s,#BUILD#,1,;
|
||||||
s,#LONGDATE#,`date '+%a %b %d %Y'`,;
|
s,#LONGDATE#,`date '+%a %b %d %Y'`,;
|
||||||
s,#ALPHATAG#,alpha,;
|
s,#ALPHATAG#,alpha,;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
%define alphatag #ALPHATAG#
|
%define alphatag #ALPHATAG#
|
||||||
|
|
||||||
%global enable_tests 0
|
%global enable_tests 1
|
||||||
|
|
||||||
%ifarch x86_64 %{ix86}
|
%ifarch x86_64 %{ix86}
|
||||||
%global have_smbios 1
|
%global have_smbios 1
|
||||||
|
Loading…
Reference in New Issue
Block a user