#5 Use make macros
Closed 3 years ago by mruprich. Opened 3 years ago by tstellar.
rpms/ tstellar/rsync make-macros  into  master

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

  Summary: A program for synchronizing files over a network

  Name: rsync

  Version: 3.1.3

- Release: 11%{?dist}

+ Release: 12%{?dist}

  URL: http://rsync.samba.org/

  

  Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz
@@ -76,7 +76,7 @@ 

  %configure

  # --with-included-zlib=no temporary disabled because of #1043965

  

- make %{?_smp_mflags}

+ %make_build

  

  %check

  make check
@@ -118,6 +118,10 @@ 

  %systemd_postun_with_restart rsyncd.service

  

  %changelog

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

+ - Use make macros

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

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.3-11

  - 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.

Pull-Request has been closed by mruprich

3 years ago

Sorry, missed this PR, I added the changes manually since the specfile changed in the meantime. Thanks for the PR Tom.