|
|
|
@ -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
|
|
|
|
|