Added explicit BuildRequires on gcc as required by packaging guidelines
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
ed9d0b162a
commit
aa02ab9bcf
1 changed files with 5 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
Summary: Tool for dynamic reconfiguration of validating resolver Unbound
|
||||
Name: dnssec-trigger
|
||||
Version: 0.15
|
||||
Release: 3%{?svn_snapshot:.%{svn_snapshot}svn}%{?dist}
|
||||
Release: 4%{?svn_snapshot:.%{svn_snapshot}svn}%{?dist}
|
||||
License: BSD
|
||||
Url: http://www.nlnetlabs.nl/downloads/dnssec-trigger/
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ Requires: ldns >= 1.6.10, NetworkManager-libnm, unbound
|
|||
# needed by /usr/sbin/dnssec-trigger-control-setup
|
||||
# otherwise it ends with error: /usr/sbin/dnssec-trigger-control-setup: line 180: openssl: command not found
|
||||
Requires: openssl
|
||||
BuildRequires: openssl-devel, ldns-devel, python3-devel
|
||||
BuildRequires: openssl-devel, ldns-devel, python3-devel, gcc
|
||||
BuildRequires: NetworkManager-libnm-devel
|
||||
|
||||
BuildRequires: systemd
|
||||
|
|
@ -183,6 +183,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 19 2018 Tomas Hozza <thozza@redhat.com> - 0.15-4
|
||||
- Added explicit BuildRequires on gcc as required by packaging guidelines
|
||||
|
||||
* Mon Feb 19 2018 Tomas Hozza <thozza@redhat.com> - 0.15-3
|
||||
- use NetworkManager-libnm instead of NetworkManager-glib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue