diff --git a/chrpath.spec b/chrpath.spec index 0bd397b..e0bb76f 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -16,6 +16,9 @@ Patch1: chrpath-0.13-getopt_long.patch # https://bugzilla.redhat.com/show_bug.cgi?id=925224 Patch2: chrpath-0.13-aarch64.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=948858 +Patch3: chrpath-0.13-help.patch + %description chrpath allows you to modify the dynamic library load path (rpath) of compiled programs. Currently, only removing and modifying the rpath @@ -26,6 +29,7 @@ is supported. %patch0 -p1 -b .NULL %patch1 -p1 -b .getopt_long %patch2 -p1 -b .aarch64 +%patch3 -p1 -b .help %build %configure @@ -47,6 +51,10 @@ rm -rf %{buildroot} %{_mandir}/man1/chrpath.1* %changelog +* Mon Apr 8 2013 Petr Machata - 0.13-11 +- Add missing help for -k|--keepgoing option + (chrpath-0.13-help.patch) + * Thu Apr 4 2013 Petr Machata - 0.13-11 - Add missing last entry in long options array (chrpath-0.13-getopt_long.patch)