diff --git a/python-schedule.changes b/python-schedule.changes index 2a9fa8a..7a138d0 100644 --- a/python-schedule.changes +++ b/python-schedule.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 9 11:43:19 UTC 2021 - Matej Cepl + +- Use %autosetup macro instead + ------------------------------------------------------------------- Wed Sep 8 08:54:38 UTC 2021 - pgajdos@suse.com diff --git a/python-schedule.spec b/python-schedule.spec index 5f0f072..7da7c7a 100644 --- a/python-schedule.spec +++ b/python-schedule.spec @@ -39,8 +39,7 @@ pattern for configuration. Schedule lets the user run Python functions (or any other callable) periodically at pre-determined intervals. %prep -%setup -q -n schedule-%{version} -%patch0 -p1 +%autosetup -p1 -n schedule-%{version} %build %python_build