Accepting request 870473 from devel:libraries:c_c++

- Drop insserv_prereq and fillup_prereq macros: there are no
  pre-scripts that would justify these dependencies. (forwarded request 870408 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/870473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2021-02-11 17:09:56 +00:00 committed by Git OBS Bridge
commit 32a90540e8
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 9 08:18:41 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop insserv_prereq and fillup_prereq macros: there are no
pre-scripts that would justify these dependencies.
-------------------------------------------------------------------
Tue Jul 28 23:30:12 UTC 2020 - David Disseldorp <ddiss@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libevent
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -50,10 +50,6 @@ BuildRequires: pkgconfig
BuildRequires: pkg-config
%endif
BuildRequires: zlib-devel
%if 0%{?suse_version} > 1220
Requires(pre): %fillup_prereq
Requires(pre): %insserv_prereq
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description