From b274f2cb63bb5a68dc694d977c11b07185642a2cec42a9b52713ba01f3f12110 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 28 Feb 2021 23:11:59 +0000 Subject: [PATCH] Accepting request 875834 from home:frispete:Tumbleweed - Fix source references OBS-URL: https://build.opensuse.org/request/show/875834 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=29 --- python-vdirsyncer.changes | 5 +++++ python-vdirsyncer.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-vdirsyncer.changes b/python-vdirsyncer.changes index cda8f12..cf0df99 100644 --- a/python-vdirsyncer.changes +++ b/python-vdirsyncer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 28 22:24:56 UTC 2021 - Hans-Peter Jansen + +- Fix source references + ------------------------------------------------------------------- Tue Sep 1 15:11:22 UTC 2020 - Michal Hrusecky diff --git a/python-vdirsyncer.spec b/python-vdirsyncer.spec index 49bc30e..7371400 100644 --- a/python-vdirsyncer.spec +++ b/python-vdirsyncer.spec @@ -1,7 +1,7 @@ # # spec file for package python-vdirsyncer # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -87,8 +87,8 @@ rm -rf vdirsyncer.egg-info %python_expand %fdupes %{buildroot}/%{$python_sitelib} mkdir -p %{buildroot}%{_userunitdir} -install -Dpm 0644 %{SOURCE0} %{buildroot}%{_userunitdir}/vdirsyncer.service -install -Dpm 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/vdirsyncer.timer +install -Dpm 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/vdirsyncer.service +install -Dpm 0644 %{SOURCE2} %{buildroot}%{_userunitdir}/vdirsyncer.timer %check export DETERMINISTIC_TESTS=true