diff --git a/libuser.spec b/libuser.spec index 62205bf3df370abe82e3779980ee30b30bb0a6f1..b6a086a55d337efbf9aba7b6cd56dd8b976cbac2 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.63 -Release: 4 +Release: 5 Summary: A user and group account administration library License: LGPLv2+ URL: https://pagure.io/libuser @@ -55,10 +55,10 @@ Man pages and other related documents for %{name} ./autogen.sh %configure --with-ldap --with-selinux --with-html-dir=%{_prefix}/share/gtk-doc/html \ PYTHON=%{_bindir}/python3 -make +make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' || : +make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' || : %find_lang %{name} @@ -104,6 +104,9 @@ python3 -c "import libuser" %{_mandir}/man5/* %changelog +* Wed Oct 19 2022 fuanan - 0.63-5 +- DESC:optimize compilation by running make in parallel + * Tue Feb 22 2022 jiangheng - 0.63-4 - remove nscd dependency