diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-31 10:23:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-31 10:23:54 +0200 |
commit | c99df08f439bad7c36d0516096465fc3397f377e (patch) | |
tree | c18b12f411c35d001c4c7deddcc3d1a2920e4814 | |
parent | e7c10ad1983d4b995b3d6dfa90a78814a83fb001 (diff) |
php-horde-Horde-Date: 2.0.6
-rwxr-xr-x | pearup | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |