Accepting request 1145199 from OBS:Server:Unstable

OBS-URL: https://build.opensuse.org/request/show/1145199
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=73
This commit is contained in:
Frank Schreiner 2024-02-08 14:33:37 +00:00 committed by Git OBS Bridge
parent e6daa73785
commit 321be9c509
4 changed files with 27 additions and 7 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/M0ses/createrepo_c.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@.%ct.%h</param>
<param name="revision">obs_patched</param>
<!--
<param name="revision">master</param>
<param name="latest-signed-tag">true</param>
<param name="maintainers-asc">_maintainers</param>
-->
</service>
<service name="set_version" mode="disabled"></service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>

BIN
createrepo_c-1.0.2.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fe6c78296b3a0c447a41af1255d531169d77f98ac28d5dc3e2c8a3aa5f1bf39
size 649101

View File

@ -1,7 +1,7 @@
#
# spec file for package createrepo_c
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2022 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@ -45,13 +45,13 @@
%bcond_without as_createrepo
%endif
Name: createrepo_c
Version: 1.0.2
Version: 1.0.3.1706270895.48d8d10
Release: 0
Summary: RPM repository metadata generation utility
License: GPL-2.0-or-later
Group: System/Packages
URL: https://github.com/rpm-software-management/createrepo_c
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
BuildRequires: bash-completion
BuildRequires: cmake
BuildRequires: doxygen
@ -101,7 +101,7 @@ Obsoletes: createrepo < 0.11.0
Provides: createrepo = %{version}-%{release}
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%endif
%description
@ -152,6 +152,7 @@ sed -i -e '/HTML_TIMESTAMP/d' doc/Doxyfile.in.in
%{!?with_libmodulemd:-DWITH_LIBMODULEMD=OFF} \
%{!?with_drpm:-DENABLE_DRPM=OFF} \
%{!?with_python3:-DENABLE_PYTHON=OFF} \
-DWITH_LEGACY_HASHES=On \
-DENABLE_THREADED_XZ_ENCODER=OFF
%make_build