diff options
author | François Andriot <albator78@libertysurf.fr> | 2018-06-02 14:18:31 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2018-06-19 20:11:02 +0200 |
commit | 15e02021e25b2c9a00d7eabaf6b2ffe5238c78b3 (patch) | |
tree | 22a4bad9396a56f6f41ec459eceff7cb08f22851 /redhat/dependencies/tqt3 | |
parent | 0495750052664fd0c9a9b78b3aa359e84abf614c (diff) | |
download | tde-packaging-15e02021e25b2c9a00d7eabaf6b2ffe5238c78b3.tar.gz tde-packaging-15e02021e25b2c9a00d7eabaf6b2ffe5238c78b3.zip |
RPM: fix many build dependencies in spec files
Diffstat (limited to 'redhat/dependencies/tqt3')
-rw-r--r-- | redhat/dependencies/tqt3/tqt3-14.0.0.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/redhat/dependencies/tqt3/tqt3-14.0.0.spec b/redhat/dependencies/tqt3/tqt3-14.0.0.spec index 763abf773..a2b09f24a 100644 --- a/redhat/dependencies/tqt3/tqt3-14.0.0.spec +++ b/redhat/dependencies/tqt3/tqt3-14.0.0.spec @@ -288,12 +288,10 @@ BuildRequires: %{_lib}fbclient-devel %endif # NIS support -%if 0%{?suse_version} != 1330 %define with_nis 1 -%endif # RPC support -%if 0%{?fedora} >= 28 || 0%{?suse_version} == 1500 +%if 0%{?fedora} >= 28 || 0%{?suse_version} >= 1500 %if 0%{?fedora} BuildRequires: libnsl2-devel %else |