#1 Use make macros
Closed 3 years ago by crobinso. Opened 3 years ago by tstellar.
rpms/ tstellar/SLOF make-macros  into  rawhide

file modified
+6 -2
@@ -11,7 +11,7 @@ 

  

  Name:           SLOF

  Version:        0.1.git%{gittagdate}

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Slimline Open Firmware

  

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

  %if 0%{?cross:1}

  export CROSS="powerpc64-linux-gnu-"

  %endif

- make qemu %{?_smp_mflags} V=2

+ %make_build qemu V=2

  

  

  %install
@@ -76,6 +76,10 @@ 

  

  

  %changelog

+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 0.1.git20200327-2

+ - Use make macros

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

+ 

  * Mon Mar 30 2020 Cole Robinson <aintdiscole@gmail.com> - 0.1.git20200327-1

  - Update to SLOF 20200327

  

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.

What happened to automatically merging this?

The mass rebuild happened and made all the pull requests not-mergeable.

I pushed a rebased version manually, thanks

Pull-Request has been closed by crobinso

3 years ago