diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-12-31 17:12:46 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-12-31 17:12:46 +0100 |
commit | cc979ff6d7f7c2bb91c4d9450b38ad25d3b89d72 (patch) | |
tree | 19f63aeb7f476ea0652e250e5da7b8e45a6ffc91 | |
parent | 2f2cb2ee91762b8c930af7df75846e2eabdbcbb5 (diff) | |
download | tde-packaging-cc979ff6d7f7c2bb91c4d9450b38ad25d3b89d72.tar.gz tde-packaging-cc979ff6d7f7c2bb91c4d9450b38ad25d3b89d72.zip |
RPM Packaging: minor fix for Fedora 22
-rw-r--r-- | redhat/applications/koffice/koffice-14.0.0.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/koffice/koffice-14.0.0.spec b/redhat/applications/koffice/koffice-14.0.0.spec index 04fb6cbcf..b8f5c504d 100644 --- a/redhat/applications/koffice/koffice-14.0.0.spec +++ b/redhat/applications/koffice/koffice-14.0.0.spec @@ -1130,7 +1130,7 @@ export CXXFLAGS="${CXXFLAGS} -I${RD}/%_normalized_cpu-linux" %endif # FTBFS on Fedora 22 -%if 0%{?fedora} >= 23 +%if 0%{?fedora} >= 22 %__sed -i "lib/kross/ruby/rubyinterpreter.cpp" \ -e "s|rb_set_safe_level|//rb_set_safe_level|" %endif |