From 4eed219206d79e169b3a6026d5a66319e7758fb9 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 7 Mar 2024 09:29:47 +0100 Subject: [PATCH] URL fixed (closes https://src.openmamba.org/rpms/tini/issues/1) don't strip binaries and add debug package [release 0.19.0-2mamba;Wed Mar 06 2024] --- README.md | 1 + tini.spec | 16 ++++++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 971a3ea..23c143c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # tini Tini - A tiny but valid init for containers + diff --git a/tini.spec b/tini.spec index 0541e83..d5bd931 100644 --- a/tini.spec +++ b/tini.spec @@ -1,32 +1,32 @@ Name: tini Version: 0.19.0 -Release: 1mamba +Release: 2mamba Summary: A tiny but valid init for containers Group: System/Servers Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: ttps://github.com/krallin/tini.git -## GITSOURCE https://github.com/krallin/tini.git v0.19.0 +URL: https://github.com/krallin/tini Source: https://github.com/krallin/tini.git/v%{version}/tini-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig ## AUTOBUILDREQ-END BuildRequires: cmake -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Tini - A tiny but valid init for containers -#% debug_package +%debug_package %prep %setup -q +# Do not strip binaries +sed -i CMakeLists.txt -e 's/ -Wl,-s//' %build %cmake -d build + %make %install @@ -43,5 +43,9 @@ Tini - A tiny but valid init for containers %doc LICENSE %changelog +* Wed Mar 06 2024 Silvan Calarco 0.19.0-2mamba +- URL fixed (closes https://src.openmamba.org/rpms/tini/issues/1) +- don't strip binaries and add debug package + * Tue Aug 25 2020 Silvan Calarco 0.19.0-1mamba - package created using the webbuild interface