[packages/librepo] - use patch -P
baggins
baggins at pld-linux.org
Tue Mar 11 14:00:23 CET 2025
commit 87dea295f2af9cdd186d6320d6af2b9e04307f99
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Mar 11 13:11:24 2025 +0100
- use patch -P
librepo.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/librepo.spec b/librepo.spec
index 9513744..6f30e6d 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -7,7 +7,7 @@ Summary: Library for downloading Linux repository metadata and packages
Summary(pl.UTF-8): Biblioteka do pobierania metadanych repozytoriów oraz pakietów dla Linuksa
Name: librepo
Version: 1.18.1
-Release:
+Release: 2
License: GPL v2+
Group: Libraries
#Source0Download: https://github.com/rpm-software-management/librepo/releases
@@ -36,8 +36,8 @@ BuildRequires: python3-modules >= 1:3
%{?with_apidocs:BuildRequires: sphinx-pdg-3}
%endif
BuildRequires: tar >= 1:1.22
-BuildRequires: zchunk-devel >= 0.9.11
BuildRequires: xz
+BuildRequires: zchunk-devel >= 0.9.11
Requires: curl-libs >= 7.52
Requires: glib2 >= 1:2.66
Requires: zchunk-libs >= 0.9.11
@@ -107,9 +107,9 @@ Dokumentacja API do wiązań Pythona do librepo.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P 0 -p1
+%patch -P 1 -p1
+%patch -P 2 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/librepo.git/commitdiff/87dea295f2af9cdd186d6320d6af2b9e04307f99
More information about the pld-cvs-commit
mailing list