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



--- Comment #18 from RĂ¼diger Meier <[email protected]> ---
BTW about the program name conflicts ... upstream decided to rename dtest to
datetest, etc.

There are a few patches to install the new names inclusive old symlinks for
compatibility. But for this new Fedora package you may consider to use the new
names only right now.

Something like this:
for prog in add conv diff grep round seq sort test zone; do
  mv %{buildroot}/%{_bindir}/d$prog %{buildroot}/%{_bindir}/date$prog
  mv %{buildroot}/%{_mandir}/man1/d${prog}.1*
%{buildroot}/%{_mandir}/man1/date${prog}.1*
done

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