From b11c205fb0f39aebb22b2f4fef5f7c5b1b8d0df8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 31 Jan 2025 18:40:10 +0000 Subject: [PATCH] Add .gitignore and .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 1 + fusioninventory-agent.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d5b8b48..dd7cf08 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,4 +13,5 @@ jobs: with: CI_DEPLOY: ${{ secrets.CI_DEPLOY }} PUBLICATOR: ${{ secrets.PUBLICATOR }} + REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }} diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index c136adb..b7b4728 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -13,7 +13,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agen Source1: %{name}.init Source2: %{name}-config BuildArch: noarch -#Requires: perl-Net-SSLeay +Requires: perl-Net-SSLeay Requires: perl(Proc::Daemon) perl(Proc::PID::File) Requires: perl(LWP) perl(Net::IP) perl(HTTP::Status) perl(Net::SSLeay) perl(Crypt::SSLeay) Requires: perl(Archive::Extract)