summaryrefslogtreecommitdiffstats
path: root/pearup
diff options
context:
space:
mode:
Diffstat (limited to 'pearup')
-rwxr-xr-xpearup2
1 files changed, 2 insertions, 0 deletions
diff --git a/pearup b/pearup
index 9c66f35..eb9b311 100755
--- a/pearup
+++ b/pearup
@@ -12,6 +12,8 @@ sed -e "/^Version:/s/$1/$2/" \
-e '/^Release:/s/[0-9].*$/1%{?dist}/' \
-e "s/%changelog/%changelog\n* $rpmdate $vendor - $2-1\n- Update to $2\n/" \
-e 's/\$RPM_BUILD_ROOT/%{buildroot}/' \
+ -e '/Conflicts/s/>=/< /' \
+ -e 's/Conflicts:/Requires: /' \
-i *spec
spectool -g -S *spec