This commit is contained in:
Dennis Gilmore 2013-08-02 23:54:27 -05:00
parent f3da22aba2
commit b67dcedfa4

View File

@ -1,7 +1,7 @@
Summary: Modify rpath of compiled programs
Name: chrpath
Version: 0.13
Release: 12%{?dist}
Release: 13%{?dist}
License: GPL+
Group: Development/Tools
URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
@ -51,6 +51,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/chrpath.1*
%changelog
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Mon Apr 8 2013 Petr Machata <pmachata@redhat.com> - 0.13-12
- Add missing help for -k|--keepgoing option
(chrpath-0.13-help.patch)