#15 Enabling experimental options from rsync-patches
Merged a month ago by mruprich. Opened a month ago by mruprich.
rpms/ mruprich/rsync detect-renamed  into  rawhide

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

  Summary: A program for synchronizing files over a network

  Name: rsync

  Version: 3.3.0

- Release: 1%{?prerelease}%{?dist}

+ Release: 2%{?prerelease}%{?dist}

  URL: https://rsync.samba.org/

  

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

  %setup -q -b 1

  %endif

  

- #%patch0 -p1 -b .verify-hostname

  %patch 1 -p1 -b .runtests

  

+ patch -p1 -i patches/detect-renamed.diff

+ patch -p1 -i patches/detect-renamed-lax.diff

+ 

  %build

  %configure \

    --enable-openssl \
@@ -123,6 +125,9 @@ 

  %systemd_postun_with_restart rsyncd.service

  

  %changelog

+ * Sun May 05 2024 Michal Ruprich <mruprich@redhat.com> - 3.3.0-2

+ - Enabling detect-renamed and detect-moved options (rhbz#2273844)

+ 

  * Mon Apr 08 2024 Michal Ruprich <mruprich@redhat.com> - 3.3.0-1

  - New version 3.3.0

  

Enabling detect-renamed, detect-renamed-lax and detect-moved experimental options.

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/0d3b2d2be09b4b4287100cd9d132e5e2

Pull-Request has been merged by mruprich

a month ago
Metadata