Browse code

syslog-ng: obsolete eventlog

Remove eventlog, upstream project is not active.

Change-Id: I01f472db35fb02ab1ee63f65a323d2d472cabb47
Signed-off-by: Shreenidhi Shedi <shreenidhi.shedi@broadcom.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/23680

Shreenidhi Shedi authored on 2024/04/04 19:45:01
Showing 2 changed files
1 1
deleted file mode 100644
... ...
@@ -1,73 +0,0 @@
1
-Summary:    Syslog event logger library
2
-Name:       eventlog
3
-Version:    0.2.12
4
-Release:    4%{?dist}
5
-License:    GPL
6
-URL:        https://www.balabit.com
7
-Group:      System Environment/Daemons
8
-Vendor:     VMware, Inc.
9
-Distribution:   Photon
10
-
11
-Source0:    https://www.balabit.com/downloads/files/eventlog/0.2/%{name}_%{version}.tar.gz
12
-%define sha512 %{name}=a681ab2961f5bf38e106a5b0b4492e74098808e2bf1a100f545736902649c705db124c0847796a47485faa8b0befe691a789d752f313c5b65ad50ed2763d2cce
13
-
14
-BuildRequires:  bison
15
-BuildRequires:  flex
16
-
17
-%description
18
-The EventLog library aims to be a replacement of the simple syslog() API
19
-provided on UNIX systems. The major difference between EventLog and syslog
20
-is that EventLog tries to add structure to messages.
21
-
22
-EventLog provides an interface to build, format and output an event record.
23
-The exact format and output method can be customized by the administrator
24
-via a configuration file.
25
-
26
-This package is the runtime part of the library.
27
-
28
-%package devel
29
-Summary:    Development libraries & headers for %{name}
30
-Requires:   %{name} = %{version}-%{release}
31
-
32
-%description devel
33
-Development libraries & headers for %{name}
34
-
35
-%prep
36
-%autosetup -p1
37
-
38
-%build
39
-%configure --disable-silent-rules
40
-%make_build
41
-
42
-%install
43
-%make_install
44
-
45
-%if 0%{?with_check}
46
-%check
47
-make %{?_smp_mflags} check
48
-%endif
49
-
50
-%clean
51
-rm -rf %{buildroot}/*
52
-
53
-%files
54
-%defattr(-,root,root)
55
-%{_libdir}/*.so.*
56
-
57
-%files devel
58
-%defattr(-,root,root)
59
-%{_libdir}/*.a
60
-%{_libdir}/*.so
61
-%{_includedir}/eventlog/*.h
62
-%{_libdir}/pkgconfig/eventlog.pc
63
-
64
-%changelog
65
-* Sun Aug 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 0.2.12-4
66
-- Remove .la files
67
-- Introduce devel package
68
-* Fri Oct 13 2017 Alexey Makhalov <amakhalov@vmware.com> 0.2.12-3
69
-- Use standard configure macros
70
-* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.2.12-2
71
-- GA - Bump release of all rpms
72
-* Fri Jun 5 2015 Vinay Kulkarni <kulkarniv@vmware.com> 0.2.12-1
73
-- Add eventlog library for syslog-ng to photon
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Next generation system logger facilty
2 2
 Name:           syslog-ng
3 3
 Version:        4.3.1
4
-Release:        4%{?dist}
4
+Release:        5%{?dist}
5 5
 License:        GPL + LGPL
6 6
 URL:            https://syslog-ng.org/
7 7
 Group:          System Environment/Daemons
... ...
@@ -38,6 +38,8 @@ BuildRequires:  ivykis-devel
38 38
 BuildRequires:  paho-c-devel
39 39
 BuildRequires:  bison
40 40
 
41
+Obsoletes: eventlog
42
+
41 43
 %description
42 44
 The syslog-ng application is a flexible and highly scalable
43 45
 system logging tool. It is often used to manage log messages and implement
... ...
@@ -56,6 +58,7 @@ Summary:        Header and development files for syslog-ng
56 56
 Requires:       %{name} = %{version}-%{release}
57 57
 Requires:       ivykis-devel
58 58
 Requires:       glib-devel
59
+Obsoletes:      eventlog-devel
59 60
 
60 61
 %description    devel
61 62
 syslog-ng-devel package contains header files, pkfconfig files, and libraries
... ...
@@ -171,6 +174,8 @@ rm -rf %{buildroot}/*
171 171
 %{_libdir}/pkgconfig/*
172 172
 
173 173
 %changelog
174
+* Thu Apr 04 2024 Shreenidhi Shedi <shreenidhi.shedi@broadcom.com> 4.3.1-5
175
+- Obsolete eventlog
174 176
 * Wed Mar 13 2024 Shreenidhi Shedi <shreenidhi.shedi@broadcom.com> 4.3.1-4
175 177
 - Fix localstatedir path to match with apparmor profile
176 178
 * Fri Nov 24 2023 Shreenidhi Shedi <sshedi@vmware.com> 4.3.1-3