diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-09-05 19:46:59 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-09-05 19:47:54 +0200 |
commit | 8675c8cc45fda3eec03a3b1ace24febe9294bdb7 (patch) | |
tree | e3de25d29df1d96216d745708bdd112a0bb529e8 /redhat/applications | |
parent | d56083baedc6823797515c37e5204af3103ab772 (diff) | |
download | tde-packaging-8675c8cc45fda3eec03a3b1ace24febe9294bdb7.tar.gz tde-packaging-8675c8cc45fda3eec03a3b1ace24febe9294bdb7.zip |
RPM Packaging: fix dependency to net-tools in knemo
Diffstat (limited to 'redhat/applications')
-rw-r--r-- | redhat/applications/knemo/knemo-14.0.0.spec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/redhat/applications/knemo/knemo-14.0.0.spec b/redhat/applications/knemo/knemo-14.0.0.spec index 2f2b596e2..5cefffbff 100644 --- a/redhat/applications/knemo/knemo-14.0.0.spec +++ b/redhat/applications/knemo/knemo-14.0.0.spec @@ -79,14 +79,9 @@ BuildRequires: brp-check-trinity BuildRequires: gettext %if 0%{?fedora} >= 18 || 0%{?suse_version} || 0%{?mgaversion} -%if 0%{?suse_version} >= 1330 -BuildRequires: net-tools-deprecated -Requires: net-tools-deprecated -%else BuildRequires: net-tools Requires: net-tools %endif -%endif %description |