Spec URL: https://in.waw.pl/~zbyszek/fedora/casync.spec SRPM URL: https://in.waw.pl/~zbyszek/fedora/casync-1-1.fc27.src.rpm Description: casync provides a way to efficiently transfer files which change over time over the internet. It will split a given set into a git-inspired content-addressable set of smaller compressed chunks, which can then be conveniently transferred using HTTP. On the receiving side those chunks will be uncompressed and merged together to recreate the original data. When the original data is modified, only the new chunks have to be transferred during an update. Fedora Account System Username: zbyszek koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=20071688
* I think that %_prefix/lib/casync should be really %_libexecdir/casync... * https://github.com/systemd/casync/archive/v1.tar.gz#/casync-%{version}.tar.gz -> https://github.com/systemd/casync/archive/v%{version}/%{name}-%{version}.tar.gz No other issues found.
(In reply to Igor Gnatenko from comment #1) > * I think that %_prefix/lib/casync should be really %_libexecdir/casync... That's really an upstream thing. I don't think it matters much, and I don't want to diverge from upstream. > https://github.com/systemd/casync/archive/v1.tar.gz#/casync-%{version}.tar. > gz -> > https://github.com/systemd/casync/archive/v%{version}/%{name}-%{version}.tar. > gz Fixed. Thank you for the review.
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/casync
(In reply to Zbigniew Jędrzejewski-Szmek from comment #2) > (In reply to Igor Gnatenko from comment #1) > > * I think that %_prefix/lib/casync should be really %_libexecdir/casync... > That's really an upstream thing. I don't think it matters much, and I don't > want to diverge from upstream. I meant that you should consider reporting this to upstream so next release it will be properly done. ;)
FHS documents both /usr/libexec/$PKG/ and /usr/lib/$PKG/ as acceptable. https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s07.html Lennart is known to dislike libexec. https://lists.fedoraproject.org/pipermail/devel/2012-December/175518.html
*** Bug 1464479 has been marked as a duplicate of this bug. ***