Skip to content

Commit a30e179

Browse files
XingHongChenIntelcfzhu
authored andcommitted
QATAPP-27194: Modify spec.in file, to fix tar-file unpacking dut to error directory issue
Modify spec.in file, to fix tar-file unpacking dut to error directory issue Change-Id: Ib27f4e1833fa794c2730f6ef959524209eab54ba Signed-off-by: XingHongChenIntel <[email protected]> Signed-off-by: Chengfei Zhu <[email protected]>
1 parent 6cbf82c commit a30e179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qatzip.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: MIT
22

3-
%global githubname QATzip
3+
%global githubname @PACKAGE@
44
%global libqatzip_soversion 3
55

66
Name: @PACKAGE@
@@ -46,7 +46,7 @@ This package contains headers and libraries required to build
4646
applications that use the QATzip APIs.
4747

4848
%prep
49-
%autosetup -p0 -n %{name}-%{version}
49+
%autosetup -p0 -n %{githubname}-%{version}
5050

5151
%build
5252
%set_build_flags

0 commit comments

Comments
 (0)