Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=525929 Michael Schwendt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] AssignedTo|[email protected] |[email protected] Flag| |fedora-review+ --- Comment #1 from Michael Schwendt <[email protected]> 2009-10-01 06:06:39 EDT --- > Source1: http://bitbucket.org/rg3/youtube-dl/wiki/Home > %prep > cp %{SOURCE1} . > mv Home index.html Why the extra "mv"? cp %{SOURCE1} index.html or: cp --preserve=timestamps %{SOURCE1} index.html or (to match your %install section): install -p -m0644 %{SOURCE1} index.html Beyond that: APPROVED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
