summaryrefslogtreecommitdiffstats
path: root/pearup
diff options
context:
space:
mode:
Diffstat (limited to 'pearup')
-rwxr-xr-xpearup2
1 files changed, 0 insertions, 2 deletions
diff --git a/pearup b/pearup
index bfde88f..548e4a0 100755
--- a/pearup
+++ b/pearup
@@ -17,8 +17,6 @@ if ! grep -q "^Version:.*$2" *spec; then
sed -e "/^Version:/s/$1/$2/" \
-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
else echo "Version déjà modifiée"
fi