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

Terje Rosten <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Terje Rosten <[email protected]> ---
> Source0:       %{url}/archive/%{version}/%{name}-%{version}.tar.gz
> Patch1: ufs-utils-fix-build.patch

Fix alignment of argument

> BuildRequires: make
> BuildRequires: gcc

Sort lines

> %install
> mkdir -p %{buildroot}/%{_bindir}
> install -p ufs-utils %{buildroot}/%{_bindir}

Can be one line:

install -D -p -m0755 ufs-utils %{buildroot}/%{_bindir}/ufs-utils


-- 
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
https://bugzilla.redhat.com/show_bug.cgi?id=2413094

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202413094%23c1

-- 
_______________________________________________
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]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to