From 1d32df1eb79f1f21093eb25492e9f97cb9736944 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 13:15:52 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libuser.git#d4650557532ec61d31d6f05a79a688f53775bca7 --- libuser.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuser.spec b/libuser.spec index 3b2f355..83e5e1f 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.62 -Release: 30%{?dist} +Release: 31%{?dist} License: LGPLv2+ URL: https://pagure.io/libuser Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz @@ -20,6 +20,7 @@ BuildRequires: fakeroot BuildRequires: openldap-clients BuildRequires: openldap-servers BuildRequires: openssl +BuildRequires: make Summary: A user and group account administration library %global __provides_exclude_from ^(%{_libdir}/%{name}|%{python3_sitearch})/.*$ @@ -118,6 +119,9 @@ make %{_datadir}/gtk-doc/html/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.62-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Sep 09 2020 Tom Stellard - 0.62-30 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro