https://bugzilla.redhat.com/show_bug.cgi?id=1703284
--- Comment #6 from Xiubo Li xiubli@redhat.com --- (In reply to Robert-André Mauchin from comment #5)
You archive of version 0.3 in the SRPM does not correspond to the version 0.3 as downloaded on Github. If you want to package a GIT snapshot, don't use version 0.3
%global commit e174ebaa282a681b932b6b8790851b78da0168d7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global snapshotdate 20190605
[…]
Version: 0.3 Release: 1.%{snapshotdate}git%{shortcommit}%{?dist} URL: https://github.com/gluster/nbd-runner.git
Source0: https://github.com/gluster/%%7Bname%7D/archive/%%7Bcommit%7D/%%7Bname%7D-%%7.... tar.gz
[…]
%autosetup -p 1 -n %{name}-%{commit}
@Robert-André Mauchin
Thanks very much for you detail reply.
Fixed them all.
For the v0.4 version we have supported the Gluster and Azure handlers.
Update the srpm and spec:
Spec URL: https://github.com/lxbsz/packages/blob/master/nbd-runner.spec SRPM URL: https://github.com/lxbsz/packages/blob/master/nbd-runner-0.4-0.fc29.src.rpm Description: This is one server daemon in userspace for Network Block Device for Distributed Storages, such as Gluster, Ceph, Azure, etc. This is my first package and seeking a sponsor. Fedora Account System Username: xiubli
# rpmlint nbd-runner-0.4-0.fc29.x86_64.rpm nbd-runner-debuginfo-0.4-0.fc29.x86_64.rpm nbd-runner-debugsource-0.4-0.fc29.x86_64.rpm 3 packages and 0 specfiles checked; 0 errors, 0 warnings. #
Thanks. BRs Xiubo