Accepting request 1236720 from network

sync spec and changes file, remove obsolete deps (forwarded request 1236718 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/1236720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddclient?expand=0&rev=60
This commit is contained in:
Ana Guerrero 2025-01-12 10:19:33 +00:00 committed by Git OBS Bridge
commit 4cb4a36158
2 changed files with 17 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 9 19:44:26 UTC 2025 - chris@computersalat.de
- sync spec and changes file with SUSE_SLE-15_Update
- remove obsolete deps
* perl(IO::Socket::SSL)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 25 17:03:41 UTC 2024 - Valentin Lefebvre <valentin.lefebvre@suse.com> Mon Nov 25 17:03:41 UTC 2024 - Valentin Lefebvre <valentin.lefebvre@suse.com>
@ -17,6 +24,12 @@ Mon Feb 5 10:10:56 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
- Use sysuser-tools to create user. - Use sysuser-tools to create user.
-------------------------------------------------------------------
Mon Dec 18 15:12:17 UTC 2023 - Valentin Lefebvre <valentin.lefebvre@suse.com>
- Remove buildRequires to perl(HTTP::Message::PSGI) not available and needed
only for tests.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 23 17:05:39 UTC 2023 - Valentin Lefebvre <valentin.lefebvre@suse.com> Thu Nov 23 17:05:39 UTC 2023 - Valentin Lefebvre <valentin.lefebvre@suse.com>
@ -125,7 +138,7 @@ Tue Jul 12 16:08:36 UTC 2022 - chris@computersalat.de
- update ddclient-config.patch - update ddclient-config.patch
* fix PID file path * fix PID file path
- merge ddclient-replace-varrun-with-run.patch into - merge ddclient-replace-varrun-with-run.patch into
ddclient-config.patc ddclient-config.patch
- merge changes file with SLES Maintained pkg - merge changes file with SLES Maintained pkg
- update Source to %{name}-%{version} - update Source to %{name}-%{version}

View File

@ -1,7 +1,7 @@
# #
# spec file for package ddclient # spec file for package ddclient
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 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
@ -37,15 +37,15 @@ BuildRequires: curl
BuildRequires: make BuildRequires: make
BuildRequires: sysuser-tools BuildRequires: sysuser-tools
BuildRequires: perl(HTTP::Daemon) BuildRequires: perl(HTTP::Daemon)
%if 0%{?sle_version} >= 150500 && 0%{?is_opensuse}
BuildRequires: perl(HTTP::Message::PSGI) BuildRequires: perl(HTTP::Message::PSGI)
BuildRequires: perl(IO::Socket::SSL) %endif
BuildRequires: perl(Test::MockModule) BuildRequires: perl(Test::MockModule)
BuildRequires: perl(Test::Warnings) BuildRequires: perl(Test::Warnings)
Requires: curl 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
Recommends: perl-IO-Socket-SSL
BuildArch: noarch BuildArch: noarch
%{?systemd_requires} %{?systemd_requires}
%sysusers_requires %sysusers_requires