diff --git a/Telethon-1.21.1.tar.gz b/Telethon-1.21.1.tar.gz
index cd6b0ea..3de95f5 100644
--- a/Telethon-1.21.1.tar.gz
+++ b/Telethon-1.21.1.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5ee2a8ec8988c05404642d5b46413ffcdfcd21709834e180ab95c6a49244e209
-size 455362
+oid sha256:793a98e775f7f4261fb7fa7a4a447f92a663e6697c7a7a5afcf3a54bfd3cf289
+size 446169
diff --git a/_service b/_service
deleted file mode 100644
index 4ac179e..0000000
--- a/_service
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- https://github.com/LonamiWebs/Telethon.git
- git
- enable
- 1.21.1
- v1.21.1
-
-
- gz
- *.tar
-
-
-
diff --git a/_servicedata b/_servicedata
deleted file mode 100644
index 7389976..0000000
--- a/_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://github.com/LonamiWebs/Telethon.git
- 1cef9173a0fea2f7f7ea638e914092f2ce80f778
\ No newline at end of file
diff --git a/python-Telethon.changes b/python-Telethon.changes
index 91a33d6..15b45d5 100644
--- a/python-Telethon.changes
+++ b/python-Telethon.changes
@@ -169,7 +169,6 @@ Mon Jun 14 13:51:37 UTC 2021 - Matej Cepl
- Getting the buttons for a message could fail sometimes.
- Getting the display name for “forbidden” chats now works.
- Better handling of errors in some internal methods.
-- Use git checkout to have tests again.
-------------------------------------------------------------------
Wed Oct 21 03:32:46 UTC 2020 - Steve Kowalik
diff --git a/python-Telethon.spec b/python-Telethon.spec
index 792dc84..07cc517 100644
--- a/python-Telethon.spec
+++ b/python-Telethon.spec
@@ -19,13 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# Python2 is not supported
%define skip_python2 1
+%define modname Telethon
Name: python-Telethon
Version: 1.21.1
Release: 0
Summary: Full-featured Telegram client library for Python 3
License: MIT
URL: https://github.com/LonamiWebs/Telethon
-Source: https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-%{version}.tar.gz
+Source: https://github.com/LonamiWebs/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module pyaes}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-tornasync}