This reverts commit
2bf62bbf6f24df736e3fc2360abbb70ce90eea6e.
It seems better that the /sbin/ldconfig is taken by the same package
on installing and uninstalling.
Change-Id: Iba4940fcce2ca6e2539bcfbd9897a83cd34e0880
%package -n %{test_name}
Summary: tests for hal-api-common
Requires: hal-api-common = %{version}
-Requires(post): /sbin/ldconfig
-Requires(post): systemd
-Requires(post): security-config
-Requires(postun): /sbin/ldconfig
%description -n %{test_name}
Haltests for hal-api-common
%clean
rm -rf %{buildroot}
-%post -n %{test_name}
+%post
/sbin/ldconfig
%postun