[Player-cvs] installer/rpm RealPlayer-rn.spec,1.9,1.10
dyek at helixcommunity.org dyek at helixcommunity.orgUpdate of /cvsroot/player/installer/rpm In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv6534 Modified Files: RealPlayer-rn.spec Log Message: Fixed typos in rpm package in redirection to /dev/nul, instead of /dev/null. Files Modified: player/installer/rpm/RealPlayer-rn.spec player/installer/rpm/HelixPlayer.spec Refer to the following URL for more information: http://lists.helixcommunity.org/pipermail/player-dev/2009-March/004200.html Index: RealPlayer-rn.spec =================================================================== RCS file: /cvsroot/player/installer/rpm/RealPlayer-rn.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- RealPlayer-rn.spec 3 Oct 2008 05:54:49 -0000 1.9 +++ RealPlayer-rn.spec 20 Mar 2009 19:30:49 -0000 1.10 @@ -61,7 +61,7 @@ TARGET=realplay INSTDIR="$RPM_INSTALL_PREFIX/$APPNAME" - "$INSTDIR/postinst/postinst.sh" > /dev/nul 2>&1 + "$INSTDIR/postinst/postinst.sh" > /dev/null 2>&1 ) %preun @@ -90,6 +90,9 @@ %changelog +* Fri Mar 20 2009 Daniel Yek <dyek at real.com> +- Fixed typos in redirection to /dev/nul, instead of /dev/null. + * Thu Sep 30 2008 Daniel Yek <dyek at real.com> - Rename package name from RealPlayer to realplay to be consistent with deb package.