Change-Id: I9028fbe7ac65bad1d0f34bdfb630ceaeba1ab156
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3734
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Priyesh Padmavilasom <ppadmavilasom@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
Summary: Next generation system logger facilty |
| 4 | 4 |
Name: syslog-ng |
| 5 | 5 |
Version: 3.11.1 |
| 6 |
-Release: 2%{?dist}
|
|
| 6 |
+Release: 3%{?dist}
|
|
| 7 | 7 |
License: GPL + LGPL |
| 8 | 8 |
URL: https://syslog-ng.org/ |
| 9 | 9 |
Group: System Environment/Daemons |
| ... | ... |
@@ -29,7 +29,7 @@ BuildRequires: python2-libs |
| 29 | 29 |
%if %{with_check}
|
| 30 | 30 |
BuildRequires: curl-devel |
| 31 | 31 |
%endif |
| 32 |
-Conflicts: eventlog |
|
| 32 |
+Obsoletes: eventlog |
|
| 33 | 33 |
|
| 34 | 34 |
%description |
| 35 | 35 |
The syslog-ng application is a flexible and highly scalable |
| ... | ... |
@@ -203,6 +203,8 @@ rm -rf %{buildroot}/*
|
| 203 | 203 |
%{_libdir}/pkgconfig/*
|
| 204 | 204 |
|
| 205 | 205 |
%changelog |
| 206 |
+* Mon Sep 11 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.11.1-3 |
|
| 207 |
+- Obsolete eventlog. |
|
| 206 | 208 |
* Mon Sep 04 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.11.1-2 |
| 207 | 209 |
- Use old service file. |
| 208 | 210 |
* Fri Aug 18 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.11.1-1 |