#2 Use make macros
Closed 3 years ago by robert. Opened 3 years ago by tstellar.
rpms/ tstellar/bridge-utils make-macros  into  rawhide

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

  Summary:        Utilities for configuring the linux ethernet bridge

  Name:           bridge-utils

  Version:        1.6

- Release:        5%{?dist}

+ Release:        6%{?dist}

  License:        GPLv2+

  URL:            https://wiki.linuxfoundation.org/networking/bridge

  
@@ -36,10 +36,10 @@ 

  %build

  autoconf

  %configure

- make %{?_smp_mflags}

+ %make_build

  

  %install

- make DESTDIR=%{buildroot} SUBDIRS="brctl doc" install

+ %make_install SUBDIRS="brctl doc"

  

  %files

  %{!?_licensedir:%global license %%doc}
@@ -49,6 +49,10 @@ 

  %{_mandir}/man8/brctl.8*

  

  %changelog

+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.6-6

+ - Use make macros

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

+ 

  * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

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.

Commit cbdc914 includes this change

Pull-Request has been closed by robert

3 years ago
Metadata