If some package use liboauth and libopenssl1.1-devel,
libopenssl-devel is downloaded by GBS also, this cause conflict.
Requires.private field is a list of private packages required by this package,
but not exposed to applications. We can ommit this field.
Change-Id: I9e8bac910601cda5362005be925ed2d83e8776cc
rm -rf %{buildroot}
%make_install
+sed -i 's/Requires.private/#Requires.private/g' %{buildroot}%{_libdir}/pkgconfig/oauth.pc
%post -n liboauth -p /sbin/ldconfig
%post -n liboauth-devel -p /sbin/ldconfig