- readd git-lfs dependency

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-scm-bridge?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2023-10-18 15:21:35 +00:00 committed by Git OBS Bridge
parent b846b62b06
commit a26f949eac
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 18 15:20:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- readd git-lfs dependency
-------------------------------------------------------------------
Fri Jun 2 06:59:02 UTC 2023 - Adrian Schröter <adrian@suse.de>

View File

@ -30,6 +30,12 @@ License: GPL-2.0-or-later
URL: https://github.com/openSUSE/obs-scm-bridge
Source0: %{name}-%{version}.tar.xz
Requires: %{build_pkg_name} >= 20211125
%if 0%{?fedora} || 0%{?rhel}
Requires: git
%else
Requires: git-core
Requires: git-lfs
%endif
# these are just recommends in build package, but we need it here
Requires: perl(Date::Parse)
Requires: perl(LWP::UserAgent)