From 6afce866d57432a53938479455ec7bbcb89bab8d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 9 Dec 2010 13:07:10 +0100 Subject: rename libabrt.so to libreport.so Signed-off-by: Denys Vlasenko --- abrt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index f4799185..1e8560e4 100644 --- a/abrt.spec +++ b/abrt.spec @@ -363,12 +363,12 @@ fi %files -n report-libs %defattr(-,root,root,-) -%{_libdir}/libabrt.so.* +%{_libdir}/libreport.so.* %files -n report-libs-devel %defattr(-,root,root,-) %{_includedir}/report/* -%{_libdir}/libabrt.so +%{_libdir}/libreport.so %files libs %defattr(-,root,root,-) -- cgit