Changeset 332 for spec/trunk/SPECS
- Timestamp:
- Feb 18, 2013, 11:22:29 AM (13 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/coreutils.spec (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/coreutils.spec
r329 r332 4 4 Name: coreutils 5 5 Version: 8.6 6 Release: 8%{?dist}6 Release: 9%{?dist} 7 7 License: GPLv3+ 8 8 Group: System Environment/Base … … 150 150 mv $RPM_BUILD_ROOT%_bindir/date.exe $RPM_BUILD_ROOT%_bindir/date-unix.exe 151 151 ln -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 154 mv $RPM_BUILD_ROOT%_bindir/sort.exe $RPM_BUILD_ROOT%_bindir/sort-unix.exe 155 ln -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 158 mv $RPM_BUILD_ROOT%_bindir/hostid.exe $RPM_BUILD_ROOT%_bindir/hostid-unix.exe 159 ln -s /@unixroot/usr/bin/hostid-unix.exe $RPM_BUILD_ROOT%_bindir/hostid 152 160 153 161 # su … … 210 218 211 219 %changelog 220 * Mon Feb 18 2013 yd 221 - same change for sort/hostid tools. 222 212 223 * 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. 214 225 215 226 * Thu Feb 02 2012 yd
Note:
See TracChangeset
for help on using the changeset viewer.
