forked from pool/createrepo_c
Accepting request 712529 from home:Pharaoh_Atem:branches:system:packagemanager
- Update to 0.14.2 + Fix issue with createrepo_c hanging at the end (rh#1714666) + Don't include packages with forbidden control chars in repodata (boo#1110914) + Correct pkg count in headers if there were invalid pkgs (rh#1596211) + Prevent exiting with 0 if errors occur while finalizing repodata OBS-URL: https://build.opensuse.org/request/show/712529 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=35
This commit is contained in:
parent
5e104311c2
commit
bb221fa6b8
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">git://github.com/rpm-software-management/createrepo_c.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">0.14.0</param>
|
||||
<param name="revision">0.14.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/rpm-software-management/createrepo_c.git</param>
|
||||
<param name="changesrevision">8cffea9751b14366a7f6f3664f5d39fe4f0f9253</param></service></servicedata>
|
||||
<param name="changesrevision">f390af98c8f1bb04010e293ea864eae160f75879</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e25617079372e668959f8784800045714c82ba38a2904daf1e37ce7ac894f6f1
|
||||
size 590674
|
3
createrepo_c-0.14.2.tar.gz
Normal file
3
createrepo_c-0.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e4fb2e96abf288fdc35f835ef84286b672a282590d4c58d2bbdcfad5fb11cde
|
||||
size 594019
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 13:06:18 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
||||
|
||||
- Update to 0.14.2
|
||||
+ Fix issue with createrepo_c hanging at the end (rh#1714666)
|
||||
+ Don't include packages with forbidden control chars in repodata (boo#1110914)
|
||||
+ Correct pkg count in headers if there were invalid pkgs (rh#1596211)
|
||||
+ Prevent exiting with 0 if errors occur while finalizing repodata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 23:17:38 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
%define devname lib%{name}-devel
|
||||
|
||||
Name: createrepo_c
|
||||
Version: 0.14.0
|
||||
Version: 0.14.2
|
||||
Release: 0
|
||||
Summary: Creates a common metadata repository
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user