From 26679cbb6004d4aef778962e88aa406ae3304d68 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 6 Apr 2026 20:41:18 +0300 Subject: [PATCH] Update workflows and makefiles (3 commits squashed) --- .github/workflows/build-rpm-armhf.yml | 2 +- .github/workflows/build-rpm-x86-64.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-rpm-armhf.yml b/.github/workflows/build-rpm-armhf.yml index f731288..ce7c7c2 100644 --- a/.github/workflows/build-rpm-armhf.yml +++ b/.github/workflows/build-rpm-armhf.yml @@ -51,7 +51,7 @@ jobs: echo "Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg" >>~/ubuntu.sources sudo cp ~/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources sudo apt update - sudo apt install libssl-dev:armhf libpam-dev:armhf libpcre2-dev:armhf rpm crossbuild-essential-armhf + sudo apt install libssl-dev:armhf libpam0g:armhf libpam0g-dev:armhf libpcre2-dev:armhf rpm crossbuild-essential-armhf - name: make rpmbuild dir run: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} - name: configure rpm env diff --git a/.github/workflows/build-rpm-x86-64.yml b/.github/workflows/build-rpm-x86-64.yml index ce3570c..d7e3bdf 100644 --- a/.github/workflows/build-rpm-x86-64.yml +++ b/.github/workflows/build-rpm-x86-64.yml @@ -28,7 +28,7 @@ jobs: - name: Linux libraries run: | sudo apt update - sudo apt install libssl-dev libpam-dev libpcre2-dev rpm + sudo apt install libssl-dev libpam libpam-dev libpcre2-dev rpm - name: make rpmbuild dir run: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} - name: configure rpm env