Browse code

Update rsyslog to version 8.15.0

Change-Id: Ic5984077e102c3494abb87033d1cd7492962c3be
Reviewed-on: http://photon-jenkins.eng.vmware.com/328
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

xiaolin-vmware authored on 2016/01/12 06:40:15
Showing 1 changed files
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	Rocket-fast system for log processing
2 2
 Name:		rsyslog
3
-Version:	8.10.0
3
+Version:	8.15.0
4 4
 Release:	1%{?dist}
5 5
 License:	GPLv3+ and ASL 2.0
6 6
 URL:		http://www.rsyslog.com/
7 7
 Source0:	http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz
8
-%define sha1 rsyslog=9fddcf1121e438e5291f738bb4619230de525e50
8
+%define sha1 rsyslog=e1d5ff63c96bce9945dc65581c8e195950256d3c
9 9
 Group:		System Environment/Base
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -23,10 +23,8 @@ Requires:	libgcrypt
23 23
 Requires:	liblogging
24 24
 Requires:	librelp
25 25
 %description
26
-Cronie contains the standard UNIX daemon crond that runs specified programs at
27
-scheduled times and related tools. It is based on the original cron and
28
-has security and configuration enhancements like the ability to use pam and
29
-SELinux.
26
+RSYSLOG is the rocket-fast system for log processing.
27
+It offers high-performance, great security features and a modular design. While it started as a regular syslogd, rsyslog has evolved into a kind of swiss army knife of logging, being able to accept inputs from a wide variety of sources, transform them, and output to the results to diverse destinations.
30 28
 %prep
31 29
 %setup -q
32 30
 %build
... ...
@@ -38,6 +36,7 @@ make %{?_smp_mflags}
38 38
 make DESTDIR=%{buildroot} install
39 39
 install -vd %{buildroot}%{_libdir}/systemd/system/
40 40
 mv %{buildroot}/lib/systemd/system/rsyslog.service  %{buildroot}%{_libdir}/systemd/system/rsyslog.service
41
+find %{buildroot} -name '*.la' -delete
41 42
 %check
42 43
 make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
43 44
 %post	-p /sbin/ldconfig
... ...
@@ -46,11 +45,12 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
46 46
 %defattr(-,root,root)
47 47
 %{_sbindir}/*
48 48
 %{_libdir}/rsyslog/*.so
49
-%{_libdir}/rsyslog/*.la
50 49
 %{_mandir}/man5/*
51 50
 %{_mandir}/man8/*
52 51
 %{_libdir}/systemd/system/rsyslog.service
53 52
 %changelog
53
+*   Mon Jan 11  2016 Xiaolin Li <xiaolinl@vmware.com> 8.15.0-1
54
+-   Update rsyslog to 8.15.0
54 55
 *	Wed Jun 17 2015 Divya Thaluru <dthaluru@vmware.com> 8.10.0-1
55 56
 -	Initial build. First version
56 57