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