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