Skip to content

Commit

Permalink
make-srpm.sh: fix build failure with updated RPM macros
Browse files Browse the repository at this point in the history
... on Fedora Rawhide (while preserving compatibility with RHEL-7)
  • Loading branch information
kdudka committed Mar 15, 2022
1 parent e21fb1f commit 888c862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ cd csmock_build
%cmake \\
-DVERSION='%{name}-%{version}-%{release}' \\
-DPYTHON_EXECUTABLE='%{__python3}' \\
-B. ..
-B. -S.. ..
make %{?_smp_mflags} VERBOSE=yes
%install
Expand Down

0 comments on commit 888c862

Please sign in to comment.