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