Accepting request 964343 from openSUSE:infrastructure:MirrorCache

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/964343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MirrorCache?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-03-23 19:19:25 +00:00 committed by Git OBS Bridge
commit 4b5a67d168
6 changed files with 17 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8caeb7edf2cda160ebfc46ba1914d975f0ddf1d77fe23a67046f88daad4e6fb9
size 853516

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15080ee9c8cbb3ce44da9af734c5e702a71314f5996eca38f1ca8233938b9ed8
size 854028

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 16 16:40:33 UTC 2022 - Andrii Nikitin <andrii.nikitin@suse.com>
- Update to version 1.027:
* Fix auto-disabled mirrors may be still used for redirection (#261)
* Increase logging level for timeouts in PEDANTIC mode (#261)
* Serve CentOS repodata from root only (#261)
-------------------------------------------------------------------
Wed Mar 09 12:42:33 UTC 2022 - Andrii Nikitin <andrii.nikitin@suse.com>

View File

@ -1,4 +1,4 @@
name: MirrorCache
version: 1.026
mtime: 1646734086
commit: 5d9a1dc1a57882ca2742876fa162f5eda91200c1
version: 1.027
mtime: 1647440685
commit: 03f526436269ca999368a284b236f05f2eee2599

View File

@ -22,7 +22,7 @@
%define main_requires %{assetpack_requires} perl(Carp) perl(DBD::Pg) >= 3.7.4 perl(DBI) >= 1.632 perl(DBIx::Class) >= 0.082801 perl(DBIx::Class::DynamicDefault) perl(DateTime) perl(Encode) perl(Time::Piece) perl(Time::Seconds) perl(Time::ParseDate) perl(DateTime::Format::Pg) perl(Exporter) perl(File::Basename) perl(LWP::UserAgent) perl(Mojo::Base) perl(Mojo::ByteStream) perl(Mojo::IOLoop) perl(Mojo::JSON) perl(Mojo::Pg) perl(Mojo::URL) perl(Mojo::Util) perl(Mojolicious::Commands) perl(Mojolicious::Plugin) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Static) perl(Net::OpenID::Consumer) perl(POSIX) perl(Sort::Versions) perl(URI::Escape) perl(XML::Writer) perl(base) perl(constant) perl(diagnostics) perl(strict) perl(warnings) shadow rubygem(sass) perl(Net::DNS) perl(LWP::Protocol::https) perl(Digest::SHA)
%define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow sysuser-tools
Name: MirrorCache
Version: 1.026
Version: 1.027
Release: 0
Summary: WebApp to redirect and manage mirrors
License: GPL-2.0-or-later

View File

@ -1,10 +1,10 @@
<services>
<service name="obs_scm" mode="manual">
<service name="obs_scm" mode="manual">
<param name="extract">dist/rpm/MirrorCache.spec</param>
<param name="extract">dist/rpm/MirrorCache-user.conf</param>
<param name="extract">dist/rpm/MirrorCache-tmpfilesd.conf</param>
<param name="extract">dist/rpm/update-cache.sh</param>
<param name="url">git://github.com/openSUSE/MirrorCache.git</param>
<param name="url">https://github.com/openSUSE/MirrorCache</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">@PARENT_TAG@</param>
<param name="scm">git</param>