From 342e81d1252e2b472f6a067e698f05fb340cb3e9fdca44947b2c885e17992c2f Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 31 Jul 2023 08:34:48 +0000 Subject: [PATCH] Accepting request 1101398 from home:ateixeira:branches:network - Add support directory to %docdir. Includes some upstream provided scripts such as rrsync. (bsc#1212198) OBS-URL: https://build.opensuse.org/request/show/1101398 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=104 --- rsync.changes | 6 ++++++ rsync.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rsync.changes b/rsync.changes index 80cdbc0..e6a2c80 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 26 15:07:23 UTC 2023 - Antonio Teixeira + +- Add support directory to %docdir. + Includes some upstream provided scripts such as rrsync. (bsc#1212198) + ------------------------------------------------------------------- Thu Apr 6 11:03:52 UTC 2023 - Johannes Segitz diff --git a/rsync.spec b/rsync.spec index 9177a37..ba09867 100644 --- a/rsync.spec +++ b/rsync.spec @@ -116,6 +116,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now -fPIE -pie" %check %make_build check +chmod -x support/* %install %make_install @@ -167,7 +168,7 @@ done %files %license COPYING -%doc NEWS.md README.md tech_report.tex +%doc NEWS.md README.md tech_report.tex support/ %{_unitdir}/rsyncd@.service %{_unitdir}/rsyncd.service %{_unitdir}/rsyncd.socket