From 546e7409d08fbeb81307bcba4cadfb5557ae17017627ed24820f0ebba5b80fa6 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 14 Dec 2019 22:20:02 +0000 Subject: [PATCH] - Upgrade to 1.1.1 + Create a directory for gpg sockets in /run/user/ (rh#1769831, rh#1771012) - Fix bcond declaration for zchunk so defaults are always declared OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=26 --- librepo-1.11.0.tar.gz | 3 --- librepo-1.11.1.tar.gz | 3 +++ librepo.changes | 7 +++++++ librepo.spec | 4 +++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 librepo-1.11.0.tar.gz create mode 100644 librepo-1.11.1.tar.gz diff --git a/librepo-1.11.0.tar.gz b/librepo-1.11.0.tar.gz deleted file mode 100644 index fb1f27d..0000000 --- a/librepo-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c78047acb6b272c977d5b3c5b5c26add141d47ac9620f66fde5bd1b126809b7 -size 813648 diff --git a/librepo-1.11.1.tar.gz b/librepo-1.11.1.tar.gz new file mode 100644 index 0000000..61ff861 --- /dev/null +++ b/librepo-1.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e8786efe3d519f641dfdd7946f144897d044008329fadda9c3b0047497dd4d +size 813803 diff --git a/librepo.changes b/librepo.changes index ae716f5..20bbb76 100644 --- a/librepo.changes +++ b/librepo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 14 22:17:03 UTC 2019 - Neal Gompa + +- Upgrade to 1.1.1 + + Create a directory for gpg sockets in /run/user/ (rh#1769831, rh#1771012) +- Fix bcond declaration for zchunk so defaults are always declared + ------------------------------------------------------------------- Sun Dec 1 15:37:41 UTC 2019 - Neal Gompa diff --git a/librepo.spec b/librepo.spec index b72cfdd..d138327 100644 --- a/librepo.spec +++ b/librepo.spec @@ -28,6 +28,8 @@ # zchunk is only available in Leap 15.1 and newer %if 0%{?sle_version} >= 150100 || 0%{?suse_version} >= 1550 %bcond_without zchunk +%else +%bcond_with zchunk %endif %define major 0 @@ -35,7 +37,7 @@ %define devname %{name}-devel Name: librepo -Version: 1.11.0 +Version: 1.11.1 Release: 0 Summary: Repodata downloading library License: LGPL-2.0-or-later