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



--- Comment #1 from Miroslav Suchý <[email protected]> ---
> BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
> rm -rf $RPM_BUILD_ROOT
> %defattr(-,root,root,-)

This is not needed since F11, so unless you want to build this package for EL5,
you should remove it.

> $RPM_BUILD_ROOT
Can you choose one style of variables? I suggest to replace this by
%{buildroot}.

> nothing provides xz-utils needed by debbuild-0.10.1-1.fc22.noarch
AFAIK it is needed because of/usr/bin/xz which are in "xz" in Fedora. 

I would suggest to change Requires of dpkg-dev to:
Recommends: dpkg-dev
as it provides /usr/bin/dpkg-architecture which is used if available and
greatly enhance user experience. But this program will run without it.

-- 
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