Compare commits
1 Commits
rawhide
...
f38-riscv6
Author | SHA1 | Date | |
---|---|---|---|
c05d996b14 |
10
ocserv.spec
10
ocserv.spec
@ -1,5 +1,5 @@
|
|||||||
Version: 1.1.6
|
Version: 1.1.6
|
||||||
Release: 3%{?dist}
|
Release: 3.0.riscv64%{?dist}
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||||
@ -86,7 +86,7 @@ BuildRequires: liboath-devel
|
|||||||
BuildRequires: uid_wrapper
|
BuildRequires: uid_wrapper
|
||||||
# Disable socket_wrapper on certain architectures because it
|
# Disable socket_wrapper on certain architectures because it
|
||||||
# introduces new syscalls that the worker cannot handle.
|
# introduces new syscalls that the worker cannot handle.
|
||||||
%ifnarch aarch64 %{ix86} %{arm}
|
%ifnarch aarch64 %{ix86} %{arm} riscv64
|
||||||
BuildRequires: socket_wrapper
|
BuildRequires: socket_wrapper
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
@ -96,7 +96,7 @@ BuildRequires: gnupg2
|
|||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
%ifarch x86_64 %{ix86} %{arm} aarch64
|
%ifarch x86_64 %{ix86} %{arm} aarch64 riscv64
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
@ -169,6 +169,7 @@ autoreconf -fvi
|
|||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--without-pcl-lib \
|
--without-pcl-lib \
|
||||||
|
--disable-rpath \
|
||||||
%if %{use_systemd}
|
%if %{use_systemd}
|
||||||
--enable-systemd \
|
--enable-systemd \
|
||||||
%else
|
%else
|
||||||
@ -272,6 +273,9 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 20 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.1.6-3.0.riscv64
|
||||||
|
- Add support for riscv64
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user