From 8720c2ddae9bbfd5d63fcba86058f29b2984d4969142831047a068b4efeb2a35 Mon Sep 17 00:00:00 2001 From: Johannes Thumshirn Date: Fri, 16 Jun 2017 10:21:29 +0000 Subject: [PATCH] Accepting request 504129 from home:morbidrsa - Also re-build documentation on each build (bsc#1037297) OBS-URL: https://build.opensuse.org/request/show/504129 OBS-URL: https://build.opensuse.org/package/show/Base:System/nvme-cli?expand=0&rev=28 --- nvme-cli.changes | 5 +++++ nvme-cli.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/nvme-cli.changes b/nvme-cli.changes index edb95cb..30b7f12 100644 --- a/nvme-cli.changes +++ b/nvme-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 16 10:07:38 UTC 2017 - jthumshirn@suse.com + +- Also re-build documentation on each build (bsc#1037297) + ------------------------------------------------------------------- Wed Jun 14 07:01:27 UTC 2017 - jthumshirn@suse.com diff --git a/nvme-cli.spec b/nvme-cli.spec index 3d6de6c..080ca07 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -24,6 +24,8 @@ License: GPL-2.0 Group: Hardware/Other Url: https://github.com/linux-nvme/nvme-cli Source: %{name}-v%{version}.tar.gz +BuildRequires: asciidoc +BuildRequires: xmlto BuildRequires: pkgconfig(libudev) BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch0: 0001-fabrics-add-option-to-override-drivers-queue-depth.patch @@ -46,7 +48,7 @@ cli rpm installs core management tools with minimal dependencies. %build echo %{version} > version -make CFLAGS="%{optflags}" PREFIX=%{_prefix} %{?_smp_mflags} +make CFLAGS="%{optflags}" PREFIX=%{_prefix} %{?_smp_mflags} all %install make PREFIX=%{_prefix} DESTDIR=%{buildroot} install-bin install-man %{?_smp_mflags}