Accepting request 1145204 from system:packagemanager
reverrt OBS-URL: https://build.opensuse.org/request/show/1145204 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=74
This commit is contained in:
parent
321be9c509
commit
3724aedf15
19
_service
19
_service
@ -1,19 +0,0 @@
|
||||
<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)
Normal file
BIN
createrepo_c-1.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fe6c78296b3a0c447a41af1255d531169d77f98ac28d5dc3e2c8a3aa5f1bf39
|
||||
size 649101
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package createrepo_c
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2023 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.3.1706270895.48d8d10
|
||||
Version: 1.0.2
|
||||
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: %{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/%{version}/%{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,7 +152,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user