Accepting request 793282 from home:weberho:branches:network:telephony

- Use pkgconfig(systemd) for packaging

OBS-URL: https://build.opensuse.org/request/show/793282
OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=2
This commit is contained in:
Johannes Weberhofer 2020-04-12 05:55:26 +00:00 committed by Git OBS Bridge
parent f0c86398b7
commit ab5075b12c
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 12 05:47:04 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Use pkgconfig(systemd) for packaging
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 9 10:57:37 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at> Thu Apr 9 10:57:37 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at>

View File

@ -15,9 +15,8 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
# ship a static libraries that are made of an archive
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
Name: coturn Name: coturn
Version: 4.5.1.1 Version: 4.5.1.1
Release: 0 Release: 0
@ -47,12 +46,12 @@ BuildRequires: libevent-devel >= 2.0.0
BuildRequires: libmysqld-devel BuildRequires: libmysqld-devel
BuildRequires: p11-kit BuildRequires: p11-kit
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: systemd
BuildRequires: sysuser-tools BuildRequires: sysuser-tools
BuildRequires: pkgconfig(hiredis) BuildRequires: pkgconfig(hiredis)
BuildRequires: pkgconfig(libpq) BuildRequires: pkgconfig(libpq)
BuildRequires: pkgconfig(libssl) >= 1.0.2 BuildRequires: pkgconfig(libssl) >= 1.0.2
BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(systemd)
Requires(pre): %fillup_prereq Requires(pre): %fillup_prereq
Requires(pre): shadow Requires(pre): shadow
Recommends: logrotate Recommends: logrotate