diff options
author | François Andriot <albator78@libertysurf.fr> | 2017-12-10 18:39:17 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2017-12-10 18:39:17 +0100 |
commit | cdfe982606b1229589e08d99f3fb6b1fc6f06db7 (patch) | |
tree | b3b329969ba50c9309a88f144a94bd2a3bc0d69b /redhat/extras | |
parent | 2c6b5dc9b85e94f37f166eee9da18b6d32446011 (diff) | |
download | tde-packaging-cdfe982606b1229589e08d99f3fb6b1fc6f06db7.tar.gz tde-packaging-cdfe982606b1229589e08d99f3fb6b1fc6f06db7.zip |
RPM: update build scripts for Fedora 27, opensuse TW
Diffstat (limited to 'redhat/extras')
-rw-r--r-- | redhat/extras/klamav/klamav-14.0.0.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/redhat/extras/klamav/klamav-14.0.0.spec b/redhat/extras/klamav/klamav-14.0.0.spec index 2ae65a365..e60e67731 100644 --- a/redhat/extras/klamav/klamav-14.0.0.spec +++ b/redhat/extras/klamav/klamav-14.0.0.spec @@ -72,7 +72,7 @@ BuildRequires: fdupes BuildRequires: clamav Requires: clamav -%if 0%{?rhel} || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} +%if 0%{?rhel} || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?suse_version} == 1330 BuildRequires: clamav-devel %endif @@ -146,7 +146,6 @@ for f in hicolor ; do touch --no-create %{tde_datadir}/icons/${f} || : gtk-update-icon-cache --quiet %{tde_datadir}/icons/${f} || : done -/sbin/ldconfig %postun @@ -154,7 +153,6 @@ for f in hicolor ; do touch --no-create %{tde_datadir}/icons/${f} || : gtk-update-icon-cache --quiet %{tde_datadir}/icons/${f} || : done -/sbin/ldconfig %files -f %{tde_pkg}.lang |