https://bugzilla.redhat.com/show_bug.cgi?id=1810902



--- Comment #6 from chedi toueiti <[email protected]> ---
@clime

Your last build fixed the hard coded path but not the permissions, just modify
the %install section as follow and we will be good

%install
install -d %{buildroot}%{libdir}
install -d %{buildroot}%{libdir}/rpkg.macros.d
cp -ar macros.d/* %{buildroot}%{libdir}/rpkg.macros.d

install -d %{buildroot}%{_bindir}
install -p -m 755 bin/pack_sources %{buildroot}%{_bindir}/pack_sources
# fix for rpmlint permission errors
chmod a+x %{buildroot}%{libdir}/rpkg.macros.d/*.bash
chmod a+x %{buildroot}%{libdir}/rpkg.macros.d/library/*.bash

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to