Changeset 293


Ignore:
Timestamp:
Feb 4, 2012, 12:53:57 PM (13 years ago)
Author:
Yuri Dario
Message:

spec: bash, remove symlinks from /bin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified spec/trunk/SPECS/bash.spec

    r236 r293  
    1919#Buildroot: %{_tmppath}/%{name}-%{version}-root
    2020#Conflicts: mkinitrd <= 1.7
     21
     22Provides: /@unixroot/bin/bash
    2123
    2224%description
     
    5658%install
    5759rm -rf %{buildroot}
    58 mkdir -p %{buildroot}/@unixroot/bin
    5960mkdir -p %{buildroot}%{_bindir}
    6061
    6162cp -p usr/bin/bash.exe %{buildroot}%{_bindir}/bash.exe
    62 ln -s %{_bindir}bash.exe %{buildroot}/@unixroot/bin/bash
    63 
    64 #%post
    65 #if [ ! -f /etc/shells ]; then
    66 #       echo "/bin/ash" > /etc/shells
    67 #       echo "/bin/bsh" >> /etc/shells
    68 #else
    69 #       if ! grep '^/bin/ash$' /etc/shells > /dev/null; then
    70 #               echo "/bin/ash" >> /etc/shells
    71 #       fi
    72 #       if ! grep '^/bin/bsh$' /etc/shells > /dev/null; then
    73 #               echo "/bin/bsh" >> /etc/shells
    74 #       fi
    75 #fi
    76 
    77 #%postun
    78 #if [ "$1" = "0" ]; then
    79 #       grep -v '^/bin/ash' < /etc/shells | grep -v '^/bin/bsh' > /etc/shells.new
    80 #       mv /etc/shells.new /etc/shells
    81 #fi
    82 
    83 %verifyscript
    84 #
    85 #for n in ash bsh; do
    86 #    echo -n "Looking for $n in /etc/shells... "
    87 #    if ! grep "^/bin/${n}\$" /etc/shells > /dev/null; then
    88 #       echo "missing"
    89 #       echo "${n} missing from /etc/shells" >&2
    90 #    else
    91 #       echo "found"
    92 #    fi
    93 #done
    9463
    9564%clean
     
    9867%files
    9968%defattr(-,root,root)
    100 /@unixroot/bin/bash
    10169%{_bindir}/bash.exe
    102 #/bin/bsh
    10370#%{_mandir}/man1/*
    10471
    10572%changelog
     73* Sat Feb 04 2012 yd
     74- added Provides for virtual /@unixroot/bin/bash file.
     75- Remove symlinks from /bin.
     76
    10677* Wed Nov 16 2011 yd
    10778- keep all executables to /usr/bin and place symlinks in /bin
Note: See TracChangeset for help on using the changeset viewer.