Accepting request 1045990 from home:munix9:branches:network

- Add curl as BuildRequires/Requires to be able to use the '-curl'
  option (eg. in DDCLIENT_OPTIONS in /etc/sysconfig/ddclient).

OBS-URL: https://build.opensuse.org/request/show/1045990
OBS-URL: https://build.opensuse.org/package/show/network/ddclient?expand=0&rev=66
This commit is contained in:
Dirk Mueller 2023-01-20 22:45:57 +00:00 committed by Git OBS Bridge
parent 0646cda632
commit ec006cf6fe
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 1 10:41:36 UTC 2023 - munix9@googlemail.com
- Add curl as BuildRequires/Requires to be able to use the '-curl'
option (eg. in DDCLIENT_OPTIONS in /etc/sysconfig/ddclient).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 27 12:40:48 UTC 2022 - Paolo Stivanin <info@paolostivanin.com> Tue Dec 27 12:40:48 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -33,12 +33,14 @@ Patch2: fix-configure_ac.patch
Patch3: disable-ip-test.patch Patch3: disable-ip-test.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: curl
BuildRequires: make BuildRequires: make
BuildRequires: perl(HTTP::Daemon) BuildRequires: perl(HTTP::Daemon)
BuildRequires: perl(HTTP::Message::PSGI) BuildRequires: perl(HTTP::Message::PSGI)
BuildRequires: perl(IO::Socket::SSL) BuildRequires: perl(IO::Socket::SSL)
BuildRequires: perl(Test::MockModule) BuildRequires: perl(Test::MockModule)
BuildRequires: perl(Test::Warnings) BuildRequires: perl(Test::Warnings)
Requires: curl
Requires: perl >= 5.10.1 Requires: perl >= 5.10.1
Requires(pre): %fillup_prereq Requires(pre): %fillup_prereq
Requires(pre): shadow Requires(pre): shadow