Remove special check for x86-64 architecture

This commit is contained in:
jeff200902 2020-06-02 11:11:31 +08:00
parent 00e260ff0b
commit c5a764deab
2 changed files with 9 additions and 2 deletions

View File

@ -1,10 +1,10 @@
%global _hardened_build 1 %global _hardened_build 1
%global complete_test_arches x86_64 #%global complete_test_arches x86-64
%global patches_touch_autotools %{nil} %global patches_touch_autotools %{nil}
Name: nbdkit Name: nbdkit
Version: 1.6.2 Version: 1.6.2
Release: 4 Release: 5
Summary: NBD server Summary: NBD server
License: BSD License: BSD
URL: https://github.com/libguestfs/nbdkit URL: https://github.com/libguestfs/nbdkit
@ -421,6 +421,9 @@ popd
%{_mandir}/man3/nbdkit-*.3* %{_mandir}/man3/nbdkit-*.3*
%changelog %changelog
* Mon Jun 1 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.6.2-5
- Remove the special check for x86-64 architecture, consist with aarch64.
* Fri Apr 3 2020 Ling Yang <lingyang2@huawei.com> - 1.6.2-4 * Fri Apr 3 2020 Ling Yang <lingyang2@huawei.com> - 1.6.2-4
- Rewrite description for nbdkit - Rewrite description for nbdkit

4
nbdkit.yaml Normal file
View File

@ -0,0 +1,4 @@
version-ctrl: github
src_repo: libguestfs/nbdkit
tag_prefix: ^v
seperator: .