[rsyslog/f19] Get rid of a redundant lib

Tomas Heinrich theinric at fedoraproject.org
Wed Apr 3 15:38:48 UTC 2013


commit dea73c83c34412ba4483b0f693798e02bd643feb
Author: Tomas Heinrich <theinric at redhat.com>
Date:   Wed Apr 3 15:35:30 2013 +0200

    Get rid of a redundant lib

 rsyslog.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/rsyslog.spec b/rsyslog.spec
index c3d7aa2..1c2206b 100644
--- a/rsyslog.spec
+++ b/rsyslog.spec
@@ -294,6 +294,8 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/syslog
 
 #get rid of *.la
 rm %{buildroot}%{_libdir}/rsyslog/*.la
+# crude temporary hack to get rid of a redundant lib:
+rm %{buildroot}%{_libdir}/rsyslog/compat.so
 
 %post
 for n in /var/log/{messages,secure,maillog,spooler}
@@ -430,6 +432,7 @@ done
 - rebase to 7.2.6
 - drop the option for backwards compatibility from the
   sysconfig file - it is no longer supported
+- remove compat.so - should not be installed
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.2.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list