#2 Add runtime dependency on ed
Merged 3 years ago by twaugh. Opened 3 years ago by olysonek.
rpms/ olysonek/patch require-ed  into  master

file modified
+2
@@ -39,6 +39,8 @@ 

  BuildRequires: ed

  BuildRequires: autoconf automake

  

+ Requires: ed

+ 

  Provides: bundled(gnulib) = %{gnulib_ver}

  

  %description

Use of 'patch --ed' requires ed. For those unfamiliar with this
functionality (like me), here is a reproducer:
$ echo foo > a
$ cp a b
$ echo bar >> b
$ diff --ed a b > patch
$ patch --ed a patch
patch: /usr/bin/ed subprocess failed: No such file or directory
patch: **** /usr/bin/ed FAILED

I ran into this issue when running 'quilt annotate'.

Sorry! Had missed it.

Pull-Request has been merged by twaugh

3 years ago