forked from pool/createrepo_c
- Update to 0.15.6
+ Set global_exit_status on sigint so that .repodata are cleaned up + Fix various issues discovered by covscans (rh#1789707) + Enhance error handling when locating repositories (rh#1762697) + Switch updateinfo to explicitly include bool values (rh#1772466) + add --recycle-pkglist option + use pkg href for cache lookup with --update + Sync --excludes matching for dir-walk vs. --pkglist OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=48
This commit is contained in:
parent
5e2532d250
commit
e117389af5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80dad163abdb83fc24c3de519e8a4888c394a25337e3682fd5f68c04ac2b3d90
|
|
||||||
size 595460
|
|
3
createrepo_c-0.15.6.tar.gz
Normal file
3
createrepo_c-0.15.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4da728de97ae38bce7dc247bc254de28369e0375d18bb0268431f401111f42a1
|
||||||
|
size 596602
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 19 14:36:38 UTC 2020 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
- Update to 0.15.6
|
||||||
|
+ Set global_exit_status on sigint so that .repodata are cleaned up
|
||||||
|
+ Fix various issues discovered by covscans (rh#1789707)
|
||||||
|
+ Enhance error handling when locating repositories (rh#1762697)
|
||||||
|
+ Switch updateinfo to explicitly include bool values (rh#1772466)
|
||||||
|
+ add --recycle-pkglist option
|
||||||
|
+ use pkg href for cache lookup with --update
|
||||||
|
+ Sync --excludes matching for dir-walk vs. --pkglist
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 11:47:37 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
Fri Dec 6 11:47:37 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# spec file for package createrepo_c
|
# spec file for package createrepo_c
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2019 SUSE LLC
|
||||||
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
|
# Copyright (c) 2020 Neal Gompa <ngompa13@gmail.com>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -54,7 +54,7 @@
|
|||||||
%define devname lib%{name}-devel
|
%define devname lib%{name}-devel
|
||||||
|
|
||||||
Name: createrepo_c
|
Name: createrepo_c
|
||||||
Version: 0.15.4
|
Version: 0.15.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM repository metadata generation utility
|
Summary: RPM repository metadata generation utility
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user