Accepting request 72754 from home:dimstar:branches:GNOME:Factory

use 0%{suse_version} instead of only %{suse_version} to make autobuild team happy - See reject message on SR#72615

OBS-URL: https://build.opensuse.org/request/show/72754
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=106
This commit is contained in:
Dominique Leuenberger 2011-06-06 10:53:20 +00:00 committed by Git OBS Bridge
parent b97d1802a4
commit d173a5704d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 6 10:05:48 UTC 2011 - dimstar@opensuse.org
- Use 0%%{suse_version} instead of %%{suse_version} only to make
sure we have a value, even when suse_version is not defined.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 18 03:40:29 CEST 2011 - dimstar@opensuse.org Wed May 18 03:40:29 CEST 2011 - dimstar@opensuse.org

View File

@ -186,7 +186,7 @@ rm -rf %{buildroot}
%files backends %files backends
%defattr(-, root, root) %defattr(-, root, root)
%if %suse_version > 1110 %if 0%{suse_version} > 1110
%{_libexecdir}/%{name}/gvfs-gdu-volume-monitor %{_libexecdir}/%{name}/gvfs-gdu-volume-monitor
%{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service %{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service
%{_datadir}/%{name}/remote-volume-monitors/gdu.monitor %{_datadir}/%{name}/remote-volume-monitors/gdu.monitor