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



--- Comment #4 from gil cattaneo <[email protected]> ---
Before using fedora-review must be removed:
%clean 
rm -rf %{buildroot}

Please, remove
cp %_builddir/%{name}-%{name}-%{version}/*.md %{buildroot}%{_docdir}/
cp %_builddir/%{name}-%{name}-%{version}/RELEASE_NOTES.rst
%{buildroot}%{_docdir}/
handled with directly with %doc macro

Use %license macro:
e.g.

%doc AUTHORS.md README-dev.md README.md
%license COPYING.md

and add:

%postun -p /sbin/ldconfig

-- 
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]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to