From 2483e20ea3aafa058505fbddffac968c0efca480 Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Wed, 21 Feb 2018 16:38:53 +0100 Subject: [PATCH] Added missing gcc dependency See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/IJFYI5Q2BYZKIGDFS2WLOBDUSEGWHIKV/ --- passwd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/passwd.spec b/passwd.spec index 700ef89..ad068da 100644 --- a/passwd.spec +++ b/passwd.spec @@ -7,7 +7,7 @@ Summary: An utility for setting or changing passwords using PAM Name: passwd Version: 0.79 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD or GPL+ Group: System Environment/Base URL: https://pagure.io/passwd @@ -20,6 +20,8 @@ Requires: pam >= 1.0.90, /etc/pam.d/system-auth Requires: libselinux >= 2.1.6-3 BuildRequires: libselinux-devel >= 2.1.6-3 %endif +# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/IJFYI5Q2BYZKIGDFS2WLOBDUSEGWHIKV/ +BuildRequires: gcc BuildRequires: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1 BuildRequires: gettext, popt-devel %if %{WITH_AUDIT} @@ -74,6 +76,9 @@ done %{_mandir}/man1/passwd.1* %changelog +* Wed Feb 21 2018 Jiri Kucera - 0.79-14 +- Added missing gcc dependency + * Thu Feb 08 2018 Fedora Release Engineering - 0.79-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild