isula-build: remove go-md2man build require

Signed-off-by: DCCooper <1866858@gmail.com>
This commit is contained in:
DCCooper 2021-02-09 16:46:51 +08:00
parent 9f45fb8782
commit bd5c977e25
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
0.9.5-2
0.9.5-3

View File

@ -1 +1 @@
aae0cf132f1445fb4f79ab80c1431a157e089590
71551b69a7cea32697271820c855ae28bab4c25e

View File

@ -2,7 +2,7 @@
Name: isula-build
Version: 0.9.5
Release: 2
Release: 3
Summary: A tool to build container images
License: Mulan PSL V2
URL: https://gitee.com/openeuler/isula-build
@ -14,7 +14,7 @@ Source4: gen-version.sh
Source5: series.conf
Source6: patch.tar.gz
BuildRequires: make btrfs-progs-devel device-mapper-devel glib2-devel gpgme-devel
BuildRequires: libassuan-devel libseccomp-devel git bzip2 go-md2man systemd-devel
BuildRequires: libassuan-devel libseccomp-devel git bzip2 systemd-devel
BuildRequires: golang >= 1.13
%if 0%{?is_systemd}
BuildRequires: pkgconfig(systemd)
@ -85,6 +85,12 @@ fi
/usr/share/bash-completion/completions/isula-build
%changelog
* Tue Feb 09 2021 DCCooper <1866858@gmail.com> - 0.9.5-3
- Type:enhancement
- CVE:NA
- SUG:restart
- DESC:remove go-md2man build require
* Thu Feb 4 2021 leizhongkai<leizhongkai@huawei.com> - 0.9.5-2
- Type:enhancement
- CVE:NA