diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-14 14:18:20 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-14 14:18:20 +0200 |
commit | 024c34e1e85c86daa4c36e9e4182ac6dadf84494 (patch) | |
tree | 06a3e837817fd2392ea5b79b9ccb07c7e9fb15aa | |
parent | c3a9e92dde4cbdd0985654f52362819521131e90 (diff) | |
download | rpm-setup-024c34e1e85c86daa4c36e9e4182ac6dadf84494.tar rpm-setup-024c34e1e85c86daa4c36e9e4182ac6dadf84494.tar.gz rpm-setup-024c34e1e85c86daa4c36e9e4182ac6dadf84494.tar.bz2 rpm-setup-024c34e1e85c86daa4c36e9e4182ac6dadf84494.tar.xz rpm-setup-024c34e1e85c86daa4c36e9e4182ac6dadf84494.zip |
stop emiting requires(posttrans):on info-install
rationale:
- less container / minimal install bloat
- one less patch in rpm
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | info-file.req | 5 | ||||
-rw-r--r-- | info.attr | 3 |
3 files changed, 2 insertions, 8 deletions
@@ -1,3 +1,5 @@ +- stop emiting requires(posttrans) on info-install (less container bloat) + Version 2.53 - 1 February 2020, by Thierry Vignaud - build.macros: restore '--without <section>' rpmbuild functionality (which is very useful in order to work on huge packages before submiting them diff --git a/info-file.req b/info-file.req deleted file mode 100755 index 857a65e..0000000 --- a/info-file.req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# -# Automatically emits requires on info-install for *.info files -# -echo info-install diff --git a/info.attr b/info.attr deleted file mode 100644 index 078daee..0000000 --- a/info.attr +++ /dev/null @@ -1,3 +0,0 @@ -%__info_requires %{_rpmconfigdir}/mageia/info-file.req -%__info_scriptlet posttrans -%__info_path ^%{_datadir}/info/.*\\.info.*$ |