- Update group handling
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=11
This commit is contained in:
parent
a631efa236
commit
d06d91306e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 20 11:46:42 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update group handling
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 15 22:22:28 UTC 2017 - mardnh@gmx.de
|
Sat Apr 15 22:22:28 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ cd host
|
|||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%{_sbindir}/groupadd -r %{bladerf_group} 2> /dev/null || :
|
getent group %{bladerf_group} >/dev/null || groupadd -r %{bladerf_group}
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user