diff options
author | François Andriot <albator78@libertysurf.fr> | 2024-10-22 22:12:43 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2024-10-22 22:12:54 +0200 |
commit | 7ac1265088113bee95ae869cc8c94d4646d98ea2 (patch) | |
tree | 4f02655ded25bdb30ccaa908154f40c191026b5a /redhat/applications/misc/kcmldapcontroller/kcmldapcontroller.spec | |
parent | 3486112a8b6ddb04304d4a0da14d55501d3af8da (diff) | |
download | tde-packaging-7ac1265088113bee95ae869cc8c94d4646d98ea2.tar.gz tde-packaging-7ac1265088113bee95ae869cc8c94d4646d98ea2.zip |
RPM: Update for final R14.1.3
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/misc/kcmldapcontroller/kcmldapcontroller.spec')
-rw-r--r-- | redhat/applications/misc/kcmldapcontroller/kcmldapcontroller.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/applications/misc/kcmldapcontroller/kcmldapcontroller.spec b/redhat/applications/misc/kcmldapcontroller/kcmldapcontroller.spec index 5d27f0b13..9a5463abc 100644 --- a/redhat/applications/misc/kcmldapcontroller/kcmldapcontroller.spec +++ b/redhat/applications/misc/kcmldapcontroller/kcmldapcontroller.spec @@ -110,7 +110,11 @@ BuildRequires: libheimdal-devel %if 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion} || 0%{?suse_version} || 0%{?rhel} >= 6 %define with_tdehwlib 1 %if 0%{?mdkversion} || 0%{?mgaversion} +%if 0%{?pclinuxos} +BuildRequires: %{_lib}udev1-devel +%else BuildRequires: %{_lib}udev-devel +%endif %else BuildRequires: libudev-devel %endif |