Changeset 332 for spec/trunk/SPECS


Ignore:
Timestamp:
Feb 18, 2013, 11:22:29 AM (13 years ago)
Author:
Yuri Dario
Message:

spec: coreutils, same change for sort/hostid tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/coreutils.spec

    r329 r332  
    44Name:    coreutils
    55Version: 8.6
    6 Release: 8%{?dist}
     6Release: 9%{?dist}
    77License: GPLv3+
    88Group:   System Environment/Base
     
    150150mv $RPM_BUILD_ROOT%_bindir/date.exe $RPM_BUILD_ROOT%_bindir/date-unix.exe
    151151ln -s /@unixroot/usr/bin/date-unix.exe $RPM_BUILD_ROOT%_bindir/date
     152
     153# yd rename sort.exe to sort-unix.exe and place a symlink for script compatibility
     154mv $RPM_BUILD_ROOT%_bindir/sort.exe $RPM_BUILD_ROOT%_bindir/sort-unix.exe
     155ln -s /@unixroot/usr/bin/sort-unix.exe $RPM_BUILD_ROOT%_bindir/sort
     156
     157# yd rename hostid.exe to hostid-unix.exe and place a symlink for script compatibility
     158mv $RPM_BUILD_ROOT%_bindir/hostid.exe $RPM_BUILD_ROOT%_bindir/hostid-unix.exe
     159ln -s /@unixroot/usr/bin/hostid-unix.exe $RPM_BUILD_ROOT%_bindir/hostid
    152160
    153161# su
     
    210218
    211219%changelog
     220* Mon Feb 18 2013 yd
     221- same change for sort/hostid tools.
     222
    212223* Wed Jan 30 2013 yd
    213 - rename date.exe to date-unix.exe and add symlink.
     224- rename sort.exe to sort-unix.exe and add symlink.
    214225
    215226* Thu Feb 02 2012 yd
Note: See TracChangeset for help on using the changeset viewer.