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

Robert-André Mauchin <[email protected]> changed:

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



--- Comment #1 from Robert-André Mauchin <[email protected]> ---
 - Not necessary:

mkdir -p ${RPM_BUILD_ROOT}%{license}
install -m444 ${RPM_BUILD_DIR}/%{name}-%{version}/LICENSE
${RPM_BUILD_ROOT}%{license}

 - Just use:

install -p -m644 man/en/sos-collector.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/

   The current dir is already where the archive is unpacked.
   Notice the -p to keep timestamps.

 - You need to provide Obsoletes and Provides in case of a rename:

Provides: clustersos = %{version}-%{release}
Obsoletes: clustersos < 1.2.2-2

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

Reply via email to