Fix location

epel9
Fabian Affolter 4 years ago
parent dd94144cf4
commit 13dc8220ec
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

@ -20,9 +20,9 @@ BuildRequires: tcp_wrappers-libs
#BuildRequires: uthash-devel
Provides: bundled(uthash)
Requires(pre): shadow-utils
Requires(post): systemd
Requires(preun): systemd
Requires(pre): shadow-utils
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
%description
@ -65,7 +65,10 @@ export LIB_SUFFIX=64
mkdir -p %{buildroot}%{_unitdir}
install -p -m 0644 service/systemd/%{name}.service.notify %{buildroot}%{_unitdir}/%{name}.service
mv %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf.example %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
# Temporary fix till be location is fixed upstream
%ifnarch armv7hl i686
mv %{buildroot}/usr/lib/*.so %{buildroot}%{_libdir}/
%endif
%check
#make test

Loading…
Cancel
Save