#1 Use make macros
Closed 3 years ago by rjones. Opened 3 years ago by tstellar.
rpms/ tstellar/nbdkit make-macros  into  master

file modified
+7 -3
@@ -45,7 +45,7 @@ 

  

  Name:           nbdkit

  Version:        1.21.18

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        NBD server

  

  License:        BSD
@@ -675,7 +675,7 @@ 

  # to avoid RHBZ#1404631 happening again silently.

  grep '^PYTHON_VERSION = 3' Makefile

  

- make %{?_smp_mflags}

+ %make_build

  

  

  %install
@@ -712,7 +712,7 @@ 

  export LIBGUESTFS_DEBUG=1

  export LIBGUESTFS_TRACE=1

  

- make %{?_smp_mflags} check || {

+ %make_build check || {

      cat tests/test-suite.log

      exit 1

    }
@@ -1044,6 +1044,10 @@ 

  

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.21.18-2

+ - Use make macros

+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

+ 

  * Mon Jul 13 2020 Richard W.M. Jones <rjones@redhat.com> - 1.21.18-1

  - New upstream development version 1.21.18.

  - Fixes nbdkit-gzip-filter.

This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.

This pull request will be automatically merged in 1 week if there are not objections.

I rebased and pushed this manually.

Pull-Request has been closed by rjones

3 years ago