Accepting request 455340 from server:monitoring
1 OBS-URL: https://build.opensuse.org/request/show/455340 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/prelude-lml?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 21:35:45 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Use SUSE RPM group names
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 15 10:25:42 UTC 2016 - thomas.andrejak@gmail.com
|
Thu Sep 15 10:25:42 UTC 2016 - thomas.andrejak@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package prelude-lml
|
# spec file for package prelude-lml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,21 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
Name: prelude-lml
|
|
||||||
Version: 3.0.0
|
Name: prelude-lml
|
||||||
Release: 0
|
Version: 3.0.0
|
||||||
Summary: The prelude log analyzer
|
Release: 0
|
||||||
License: GPL-3.0+
|
Summary: The prelude log analyzer
|
||||||
Group: System Environment/Daemon
|
License: GPL-3.0+
|
||||||
Url: https://www.prelude-siem.org
|
Group: System/Daemons
|
||||||
Source0: https://www.prelude-siem.org/pkg/src/3.0.0/%{name}-%{version}.tar.gz
|
Url: https://www.prelude-siem.org
|
||||||
Source1: %{name}.service
|
Source0: https://www.prelude-siem.org/pkg/src/3.0.0/%{name}-%{version}.tar.gz
|
||||||
Source2: %{name}.run
|
Source1: %{name}.service
|
||||||
BuildRequires: gamin-devel
|
Source2: %{name}.run
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: gamin-devel
|
||||||
BuildRequires: libprelude-devel
|
BuildRequires: libprelude-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: pcre-devel
|
||||||
Requires: libprelude23
|
BuildRequires: systemd
|
||||||
|
Requires: libprelude23
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -40,10 +41,10 @@ them into Prelude-IDMEF alerts. Prelude-LML handles events generated
|
|||||||
by a large set of applications
|
by a large set of applications
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files and libraries for prelude-lml development
|
Summary: Header files and libraries for prelude-lml development
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libprelude-devel
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: libprelude-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libraries, include files, etc you can use to develop custom
|
Libraries, include files, etc you can use to develop custom
|
||||||
@@ -83,7 +84,7 @@ install -D -m 444 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
|
|||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%service_del_postun %{name}.service
|
%service_del_postun %{name}.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING NEWS HACKING.README README
|
%doc COPYING NEWS HACKING.README README
|
||||||
|
Reference in New Issue
Block a user