diff --git a/deja-dup.spec b/deja-dup.spec index 84ec8a0..8581a97 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -1,6 +1,6 @@ Name: deja-dup -Version: 37.1 -Release: 4%{?dist} +Version: 38.0 +Release: 1%{?dist} Summary: Simple backup tool and frontend for duplicity Group: Applications/Archiving @@ -8,7 +8,7 @@ License: GPLv3+ URL: https://launchpad.net/deja-dup Source0: http://launchpad.net/%{name}/34/%{version}/+download/%{name}-%{version}.tar.xz # https://bugzilla.redhat.com/show_bug.cgi?id=1556743#c19 -Patch0: 0001-don-t-use-ulimit.patch +#Patch0: 0001-don-t-use-ulimit.patch BuildRequires: meson BuildRequires: gettext desktop-file-utils intltool BuildRequires: yelp-tools pango-devel cairo-devel @@ -22,7 +22,11 @@ BuildRequires: libappstream-glib BuildRequires: gnome-online-accounts-devel BuildRequires: libgpg-error-devel Requires: duplicity >= 0.6.23 +%if 0%{?fedora} >= 28 Requires: python2-cloudfiles +%else +Requires: python-cloudfiles +%endif %if 0%{?rhel} Requires: pygobject3-base %else @@ -107,6 +111,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libdir}/nautilus/extensions-3.0/libdeja-dup.so %changelog +* Tue Apr 10 2018 Gwyn Ciesla - 38.0-1 +- 38.0 + * Mon Apr 09 2018 Michal Schmidt - 37.1-4 - Remove service's ulimit. It conflicts with WebKit's Gigacage. - Fixes rhbz#1556743.