Skip to content

Commit 99b5521

Browse files
spec: fix Release and Requires
1 parent 1acae74 commit 99b5521

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/uti.spec.in

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@
77
%define _build_id_links none
88

99
%define uti_version @UTI_VERSION@
10-
%define uti_release %(git log -1 --format=%cs)
1110

1211
Name: uti
1312
Version: %{uti_version}
14-
Release: %{uti_release}
13+
Release: 1%{?dist}
1514
Summary: Utility Thread Offloading Library
1615
License: GPLv2
1716
Source0: https://github.com/RIKEN-SysSoft/uti/archive/%{uti_version}.tar.gz
1817
BuildRequires: libcap-dev rdma-core-devel
19-
Requires: libcap
18+
Requires: libcap rdma-core
2019

2120
%description
2221
Utility Thread Offloading Library

0 commit comments

Comments
 (0)