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