From 485b08fc9b60f8e73eb59a92760140f5078db850 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Apr 15 2016 18:25:24 +0000 Subject: Added EL conditional for Xfce 4.12 --- diff --git a/xfce4-diskperf-plugin.spec b/xfce4-diskperf-plugin.spec index 6b73b48..ece5325 100644 --- a/xfce4-diskperf-plugin.spec +++ b/xfce4-diskperf-plugin.spec @@ -1,7 +1,8 @@ # Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173660 %global minorversion 2.5 -%if 0%{?fedora} >= 22 + +%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7 %global xfceversion 4.12 %else %global xfceversion 4.10 @@ -9,7 +10,7 @@ Name: xfce4-diskperf-plugin Version: 2.5.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Disk performance plugin for the Xfce panel Group: User Interface/Desktops @@ -62,6 +63,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 15 2016 Mukundan Ragavan - 2.5.5-4 +- Added EL conditional for Xfce 4.12 + * Fri Feb 05 2016 Fedora Release Engineering - 2.5.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild