This commit is contained in:
bfjelds 2024-03-05 08:20:25 -08:00 коммит произвёл GitHub
Родитель 747f405bd0
Коммит 6fa039ca54
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -34,7 +34,7 @@ index 9f7b034..5d29792 100644
CFLAGS += -DISCSI_VERSION_STR=\"$(ISCSI_VERSION_STR)\"
-CFLAGS += -L../redhat-linux-build
+CFLAGS += -L../$(RPM_ARCH)-mariner-linux
+CFLAGS += -L../$(RPM_ARCH)-azl-linux
LDLIBS += -lopeniscsiusr -lkmod -lcrypto
LIB = libiscsi.so.0

Просмотреть файл

@ -1,9 +1,7 @@
%global commit0 c26218d9f8afdca44a492a4c3811648bd2880b26
# Disable python2 build by default
# %bcond python2 0
%bcond_with python2
# %bcond python3 1
%bcond_without python3
Summary: iSCSI daemon and utility programs
@ -47,6 +45,7 @@ BuildRequires: flex bison doxygen kmod-devel systemd-units
BuildRequires: autoconf automake libtool libmount-devel openssl-devel
BuildRequires: isns-utils-devel
BuildRequires: systemd-devel
BuildRequires: libselinux-devel
Requires: %{name}-iscsiuio >= %{version}-%{release}
%if 0%{?fedora}
Requires: (fedora-release-common >= 38-0.23 if fedora-release-common)