- Apply patch 0001-Fix-one-more-typo-179.patch

OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=14
This commit is contained in:
Elisei Roca 2021-08-16 13:15:18 +00:00 committed by Git OBS Bridge
parent 36f728d411
commit 56ae58c1e1
4 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
From 6eab1b0993b01a3acdb4532ca22543eee8b48c00 Mon Sep 17 00:00:00 2001 From 6eab1b0993b01a3acdb4532ca22543eee8b48c00 Mon Sep 17 00:00:00 2001
From: Elisei Roca <eroca@suse.de> From: Elisei Roca <eroca@suse.de>
Date: Thu, 5 Aug 2021 12:19:59 +0200 Date: Thu, 5 Aug 2021 12:19:59 +0200
Subject: [PATCH 1/2] Fix one more typo (#179) Subject: Fix one more typo (#179)
--- ---
lib/MirrorCache/WebAPI/Plugin/RootRemote.pm | 2 +- lib/MirrorCache/WebAPI/Plugin/RootRemote.pm | 2 +-

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ae70139a63a340772884ee935a185d247a23441b19c9094def0667e34a03236a oid sha256:4110eb8bec5088c5f5c3b32c8c6022f6ac1faecd621290d2b153337a0b66b48a
size 671756 size 671244

View File

@ -1,5 +1,5 @@
name: MirrorCache name: MirrorCache
version: 1.006 version: 1.006
mtime: 1628205973 mtime: 1628148416
commit: 0010da5ce6ddc72e208f12d5dd579990e1bb4bae commit: 2093fd2adec591ab1274d10dacf22b2340539a78

View File

@ -30,6 +30,7 @@ URL: https://github.com/openSUSE/MirrorCache
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
Source1: %{name}-user.conf Source1: %{name}-user.conf
Source2: %{name}-tmpfilesd.conf Source2: %{name}-tmpfilesd.conf
Patch: 0001-Fix-one-more-typo-179.patch
BuildRequires: %{build_requires} BuildRequires: %{build_requires}
Requires: %{main_requires} Requires: %{main_requires}
Requires: perl(Minion) >= 10.0 Requires: perl(Minion) >= 10.0
@ -41,6 +42,7 @@ Mirror redirector web service, which automatically scans the main server and mir
%prep %prep
%setup -q %setup -q
%patch -p1
%build %build
# make {?_smp_mflags} # make {?_smp_mflags}