Added missing gcc dependency
See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/IJFYI5Q2BYZKIGDFS2WLOBDUSEGWHIKV/
This commit is contained in:
parent
9371ff0cce
commit
2483e20ea3
@ -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 <jkucera@redhat.com> - 0.79-14
|
||||
- Added missing gcc dependency
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.79-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user