Commit 7defae98 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: replace Patch with Patch0

parent 0c861855
...@@ -166,6 +166,9 @@ if [ -n "$ETERREGNUM" ] ; then ...@@ -166,6 +166,9 @@ if [ -n "$ETERREGNUM" ] ; then
subst "s|@ETERREGNUM@|$ETERREGNUM|g" $SPECNAME subst "s|@ETERREGNUM@|$ETERREGNUM|g" $SPECNAME
fi fi
# Fedora 10 does mismatch for Patch: and %patch0
subst "s|Patch:|Patch0:|g" $SPECNAME
#TODO: #TODO:
#%if %{undefined buildroot} #%if %{undefined buildroot}
#BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot #BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment