- Update to 0.15.2

+ Fix file mode for cache (rh#1686812)
  + Honor umask on cache files (rh#1686812)
- Enable DeltaRPM support for openSUSE targets on Leap 15.2+ and TW

OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=42
This commit is contained in:
Neal Gompa 2019-11-25 13:42:07 +00:00 committed by Git OBS Bridge
parent 4b5ef20dc6
commit 1a3674616e
6 changed files with 16 additions and 31 deletions

View File

@ -1,16 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<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.15.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,6 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/rpm-software-management/createrepo_c.git</param>
<param name="changesrevision">bc67f19ed09593e3886ebeee2391e9d51cc3439f</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9462300c41501bc8a53aeda2a5180ce3a96b8a3442b4c399567f3831e754dce6
size 595037

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:352b6fe91733b2d1610cdf18c6c2a971fd0c11de759a1be58bf9f5e35da2d1d3
size 595090

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 25 13:39:11 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Update to 0.15.2
+ Fix file mode for cache (rh#1686812)
+ Honor umask on cache files (rh#1686812)
- Enable DeltaRPM support for openSUSE targets on Leap 15.2+ and TW
-------------------------------------------------------------------
Mon Nov 18 05:57:08 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -26,12 +26,11 @@
%bcond_with tests
%endif
%if ( 0%{?sle_version} || 0%{?suse_version} )
# Disabled DeltaRPM support for SUSE
%bcond_with drpm
%else
%if (0%{?is_opensuse} && 0%{?sle_version} >= 150200) || 0%{?suse_version} >= 1550
# Enable enhanced DeltaRPM support
%bcond_without drpm
%else
%bcond_with drpm
%endif
%if (0%{?is_opensuse} && 0%{?sle_version} >= 150100) || 0%{?suse_version} >= 1550
@ -49,7 +48,7 @@
%define devname lib%{name}-devel
Name: createrepo_c
Version: 0.15.1
Version: 0.15.2
Release: 0
Summary: RPM repository metadata generation utility
License: GPL-2.0-or-later
@ -94,7 +93,7 @@ BuildRequires: python3-nose
BuildRequires: bash-completion-devel
%endif
%if %{with drpm}
BuildRequires: drpm-devel
BuildRequires: drpm-devel >= 0.4.0
%endif
Requires: %{libname} = %{version}-%{release}