URL fixed (closes #1)
don't strip binaries and add debug package [release 0.19.0-2mamba;Wed Mar 06 2024]
This commit is contained in:
parent
41d9d9acab
commit
4eed219206
@ -1,3 +1,4 @@
|
|||||||
# tini
|
# tini
|
||||||
|
|
||||||
Tini - A tiny but valid init for containers
|
Tini - A tiny but valid init for containers
|
||||||
|
|
||||||
|
16
tini.spec
16
tini.spec
@ -1,32 +1,32 @@
|
|||||||
Name: tini
|
Name: tini
|
||||||
Version: 0.19.0
|
Version: 0.19.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A tiny but valid init for containers
|
Summary: A tiny but valid init for containers
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: ttps://github.com/krallin/tini.git
|
URL: https://github.com/krallin/tini
|
||||||
## GITSOURCE https://github.com/krallin/tini.git v0.19.0
|
|
||||||
Source: https://github.com/krallin/tini.git/v%{version}/tini-%{version}.tar.bz2
|
Source: https://github.com/krallin/tini.git/v%{version}/tini-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tini - A tiny but valid init for containers
|
Tini - A tiny but valid init for containers
|
||||||
|
|
||||||
#% debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# Do not strip binaries
|
||||||
|
sed -i CMakeLists.txt -e 's/ -Wl,-s//'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -43,5 +43,9 @@ Tini - A tiny but valid init for containers
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 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 <silvan.calarco@mambasoft.it> 0.19.0-1mamba
|
* Tue Aug 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user