From 9f888e87f674f4507b84bf09dc8ba2978a0698245100ba4d4475572d521f317f Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 19 Sep 2022 22:47:55 +0000 Subject: [PATCH] Accepting request 1004742 from home:colyli:branches:openSUSE:Factory - mdadm.spec: add EXTRAVERSION string to make command line (jsc#SLE-24761, bsc#1193566) OBS-URL: https://build.opensuse.org/request/show/1004742 OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=208 --- mdadm.changes | 6 ++++++ mdadm.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mdadm.changes b/mdadm.changes index 74700c7..0b42129 100644 --- a/mdadm.changes +++ b/mdadm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 19 14:18:41 CST 2022 - Coly Li + +- mdadm.spec: add EXTRAVERSION string to make command line + (jsc#SLE-24761, bsc#1193566) + ------------------------------------------------------------------- Thu Aug 11 11:41:37 UTC 2022 - Coly Li diff --git a/mdadm.spec b/mdadm.spec index a38dda3..970133d 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -297,7 +297,7 @@ mdadm is a program that can be used to control Linux md devices. %patch1005 -p1 %build -make %{?_smp_mflags} CC="%__cc" CXFLAGS="%{optflags} -Wno-error" SUSE=yes BINDIR=%{_sbindir} +make %{?_smp_mflags} CC="%__cc" CXFLAGS="%{optflags} -Wno-error" EXTRAVERSION="%{release}" SUSE=yes BINDIR=%{_sbindir} cd Software-RAID.HOWTO sgml2html Software-RAID.HOWTO.sgml sgml2txt Software-RAID.HOWTO.sgml