Accepting request 1195835 from network:vpn

OBS-URL: https://build.opensuse.org/request/show/1195835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=25
This commit is contained in:
Ana Guerrero 2024-08-25 10:10:39 +00:00 committed by Git OBS Bridge
commit 23b2a7068f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 23 15:09:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire /usr/bin/ronn instead of rubygem(ronn): there are
alternatives around and the build does not care wich one is used.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 15 12:58:13 UTC 2024 - Андрей Кувшинов <m407@mail.ru> Wed May 15 12:58:13 UTC 2024 - Андрей Кувшинов <m407@mail.ru>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ocserv # spec file for package ocserv
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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
@ -48,6 +48,7 @@ BuildRequires: gpg2
BuildRequires: ipcalc BuildRequires: ipcalc
BuildRequires: libev-devel BuildRequires: libev-devel
#!BuildIgnore: libevent-devel #!BuildIgnore: libevent-devel
BuildRequires: /usr/bin/ronn
BuildRequires: libgnutls-devel >= 3.1.10 BuildRequires: libgnutls-devel >= 3.1.10
BuildRequires: liblz4-devel BuildRequires: liblz4-devel
BuildRequires: libmaxminddb-devel BuildRequires: libmaxminddb-devel
@ -62,7 +63,6 @@ BuildRequires: protobuf-c
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: pkgconfig(liboath) BuildRequires: pkgconfig(liboath)
BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libsystemd)
BuildRequires: rubygem(ronn)
# /usr/bin/certtool for generating certificates # /usr/bin/certtool for generating certificates
Requires: gnutls >= 3.1.10 Requires: gnutls >= 3.1.10
%{?systemd_requires} %{?systemd_requires}