diff --git a/0001-Correct-the-name-for-libreport-Python3-require.patch b/0001-Correct-the-name-for-libreport-Python3-require.patch deleted file mode 100644 index d46ca49..0000000 --- a/0001-Correct-the-name-for-libreport-Python3-require.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 228b9ff726c319847d8dbc5718d11979263d6d64 Mon Sep 17 00:00:00 2001 -From: Martin Kutlak -Date: Tue, 2 Jul 2019 14:44:37 +0200 -Subject: [PATCH] Correct the name for libreport Python3 require - -The name of the package changed after [1]. - -We kept a provide for libreport-python3 but it will be removed with new release of libreport. - -[1] https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3#Packages_with_Python_modules - -Signed-off-by: Martin Kutlak ---- - initial-setup.spec | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/initial-setup.spec b/initial-setup.spec -index 318f05b..abbf300 100644 ---- a/initial-setup.spec -+++ b/initial-setup.spec -@@ -33,7 +33,7 @@ Requires: systemd >= 235 - Requires(post): systemd - Requires(preun): systemd - Requires(postun): systemd --Requires: libreport-python3 -+Requires: python3-libreport - Requires: util-linux - Conflicts: firstboot < 19.2 - --- -2.21.0 - diff --git a/initial-setup.spec b/initial-setup.spec index f2a58b8..b1650e9 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -12,8 +12,6 @@ Release: 2%{?dist} # git clone https://github.com/rhinstaller/initial-setup Source0: %{name}-%{version}.tar.gz -Patch1: 0001-Correct-the-name-for-libreport-Python3-require.patch - %define debug_package %{nil} %define anacondaver 30.25.3-4 @@ -58,7 +56,6 @@ initial-setup utility. %prep %setup -q -%patch1 -p1 # remove upstream egg-info rm -rf *.egg-info