- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used OBS-URL: https://build.opensuse.org/request/show/1255172 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/tini?expand=0&rev=12
56 lines
2.1 KiB
Plaintext
56 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Mar 22 01:11:49 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
|
|
- Add %check section
|
|
- Remove Group: declarations, no longer used
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 4 09:34:09 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
|
|
|
- Modernize spec: use %cmake & %set_build_flags macros
|
|
- Install tini into %_sbindir to adhere to FHS
|
|
- Install docs & license for static subpackage as well
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 31 13:53:11 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 0.19.0:
|
|
* mipsel build (#147)
|
|
* include checksums in releases
|
|
* ppc64le alias for the ppc64el build
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 5 18:09:26 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- Update to 0.18.0
|
|
- Added -w to warn when orphaned processes are reaped (#107)
|
|
- Added -e to expect non-zero exit codes (and rewrite them as zeroe) (#75)
|
|
- Configure pdeathsignal (#114)
|
|
- Environment variable for -g (#101)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 11 17:40:07 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Remove empty scriptlets. Trim bias from descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 06 20:16:38 UTC 2018 - blaine.gardner@suse.com
|
|
|
|
- Fix spec file bug where both the static and non-static RPMs installed the non-static binary only.
|
|
- The "tini" binary now installs to "/tini" and "tini-static" now installs to "/tini-static"
|
|
to reflect the installation suggested on the tini GitHub page.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 06 19:21:59 UTC 2018 - blaine.gardner@suse.com
|
|
|
|
- Update Tini version to 0.16.1
|
|
- Major Tini changes:
|
|
+ Fixed a bug that prevented subreaper mode from working in
|
|
dynamically-linked Tinis on recent distributions (Tini issue #67)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 18:48:48 UTC 2017 - jmassaguerpla@suse.com
|
|
|
|
- initial commit
|