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 <mschwendt@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |mschwendt@xxxxxxxxx AssignedTo|nobody@xxxxxxxxxxxxxxxxx |mschwendt@xxxxxxxxx Flag| |fedora-review+ --- Comment #1 from Michael Schwendt <mschwendt@xxxxxxxxx> 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 Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review