- 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:
parent
36f728d411
commit
56ae58c1e1
@ -1,7 +1,7 @@
|
||||
From 6eab1b0993b01a3acdb4532ca22543eee8b48c00 Mon Sep 17 00:00:00 2001
|
||||
From: Elisei Roca <eroca@suse.de>
|
||||
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 +-
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae70139a63a340772884ee935a185d247a23441b19c9094def0667e34a03236a
|
||||
size 671756
|
||||
oid sha256:4110eb8bec5088c5f5c3b32c8c6022f6ac1faecd621290d2b153337a0b66b48a
|
||||
size 671244
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: MirrorCache
|
||||
version: 1.006
|
||||
mtime: 1628205973
|
||||
commit: 0010da5ce6ddc72e208f12d5dd579990e1bb4bae
|
||||
mtime: 1628148416
|
||||
commit: 2093fd2adec591ab1274d10dacf22b2340539a78
|
||||
|
||||
|
@ -30,6 +30,7 @@ URL: https://github.com/openSUSE/MirrorCache
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-user.conf
|
||||
Source2: %{name}-tmpfilesd.conf
|
||||
Patch: 0001-Fix-one-more-typo-179.patch
|
||||
BuildRequires: %{build_requires}
|
||||
Requires: %{main_requires}
|
||||
Requires: perl(Minion) >= 10.0
|
||||
@ -41,6 +42,7 @@ Mirror redirector web service, which automatically scans the main server and mir
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
# make {?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user