[rsyslog/f18] Get rid of a redundant lib

Tomas Heinrich theinric at fedoraproject.org
Wed Apr 3 16:59:56 UTC 2013


commit 4ca40b84085921a9d5b2629f0cf537128ac69b5e
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 260fb3b..d8543b6 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
 
 * Mon Jan 21 2013 Tomas Heinrich <theinric at redhat.com> 7.2.5-2
 - update a line in rsyslog.conf for the new syntax


More information about the scm-commits mailing list