From 7633908548a8aff6912de8a6725263553b374a28 Mon Sep 17 00:00:00 2001 From: jeff200902 Date: Mon, 1 Jun 2020 16:46:13 +0800 Subject: [PATCH] Remove special check for x86-64 architecture --- nbdkit.spec | 7 +++++-- nbdkit.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 nbdkit.yaml diff --git a/nbdkit.spec b/nbdkit.spec index 65ae46d..b3c56c3 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -1,10 +1,10 @@ %global _hardened_build 1 -%global complete_test_arches x86_64 +#%global complete_test_arches x86-64 %global patches_touch_autotools %{nil} Name: nbdkit Version: 1.6.2 -Release: 4 +Release: 5 Summary: NBD server License: BSD URL: https://github.com/libguestfs/nbdkit @@ -421,6 +421,9 @@ popd %{_mandir}/man3/nbdkit-*.3* %changelog +* Mon Jun 1 2020 Jeffery.Gao - 1.6.2-5 +- Remove the special check for x86-64 architecture and keep consistant with aarch64. + * Fri Apr 3 2020 Ling Yang - 1.6.2-4 - Rewrite description for nbdkit diff --git a/nbdkit.yaml b/nbdkit.yaml new file mode 100644 index 0000000..5941bd5 --- /dev/null +++ b/nbdkit.yaml @@ -0,0 +1,4 @@ +version-ctrl: github +src_repo: libguestfs/nbdkit +tag_prefix: ^v +seperator: . -- Gitee