Accepting request 870408 from home:dimstar:Factory

- Drop insserv_prereq and fillup_prereq macros: there are no
  pre-scripts that would justify these dependencies.

OBS-URL: https://build.opensuse.org/request/show/870408
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=50
This commit is contained in:
Marcus Meissner 2021-02-09 10:11:47 +00:00 committed by Git OBS Bridge
parent a38b90afb4
commit 765083cc81
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> Tue Jul 28 23:30:12 UTC 2020 - David Disseldorp <ddiss@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libevent # 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 # 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
@ -50,10 +50,6 @@ BuildRequires: pkgconfig
BuildRequires: pkg-config BuildRequires: pkg-config
%endif %endif
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if 0%{?suse_version} > 1220
Requires(pre): %fillup_prereq
Requires(pre): %insserv_prereq
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description