Change-Id: I34dbb2b5221d9efa412e2f5f6ad2522d5888aadb
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2513
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Chang Lee <changlee@vmware.com>
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 | 1 |
Summary: Rocket-fast system for log processing |
| 2 | 2 |
Name: rsyslog |
| 3 |
-Version: 8.15.0 |
|
| 4 |
-Release: 7%{?dist}
|
|
| 3 |
+Version: 8.26.0 |
|
| 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=e1d5ff63c96bce9945dc65581c8e195950256d3c |
|
| 8 |
+%define sha1 rsyslog=9c5e253fbf1c6992ac5d1eefe17587d4da2cdbfd |
|
| 9 | 9 |
Source1: rsyslog.service |
| 10 | 10 |
Source2: 50-rsyslog-journald.conf |
| 11 | 11 |
Group: System Environment/Base |
| ... | ... |
@@ -13,7 +13,7 @@ Vendor: VMware, Inc. |
| 13 | 13 |
Distribution: Photon |
| 14 | 14 |
BuildRequires: systemd-devel |
| 15 | 15 |
BuildRequires: libestr-devel |
| 16 |
-BuildRequires: json-c-devel |
|
| 16 |
+BuildRequires: libfastjson-devel |
|
| 17 | 17 |
BuildRequires: libgcrypt-devel |
| 18 | 18 |
BuildRequires: liblogging-devel |
| 19 | 19 |
BuildRequires: librelp-devel |
| ... | ... |
@@ -22,7 +22,7 @@ BuildRequires: gnutls-devel |
| 22 | 22 |
Requires: gnutls |
| 23 | 23 |
Requires: systemd |
| 24 | 24 |
Requires: libestr |
| 25 |
-Requires: json-c |
|
| 25 |
+Requires: libfastjson |
|
| 26 | 26 |
Requires: libgcrypt |
| 27 | 27 |
Requires: liblogging |
| 28 | 28 |
Requires: librelp |
| ... | ... |
@@ -75,6 +75,8 @@ make %{?_smp_mflags} check
|
| 75 | 75 |
%{_libdir}/systemd/system/rsyslog.service
|
| 76 | 76 |
%{_sysconfdir}/systemd/journald.conf.d/*
|
| 77 | 77 |
%changelog |
| 78 |
+* Mon Apr 24 2017 Siju Maliakkal <smaliakkal@vmware.com> 8.26.0-1 |
|
| 79 |
+- Update to latest |
|
| 78 | 80 |
* Fri Nov 18 2016 Anish Swaminathan <anishs@vmware.com> 8.15.0-7 |
| 79 | 81 |
- Change systemd dependency |
| 80 | 82 |
* Wed Oct 05 2016 ChangLee <changlee@vmware.com> 8.15.0-6 |