aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-14 14:18:20 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-14 14:18:20 +0200
commit024c34e1e85c86daa4c36e9e4182ac6dadf84494 (patch)
tree06a3e837817fd2392ea5b79b9ccb07c7e9fb15aa
parentc3a9e92dde4cbdd0985654f52362819521131e90 (diff)
downloadrpm-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--NEWS2
-rwxr-xr-xinfo-file.req5
-rw-r--r--info.attr3
3 files changed, 2 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index a244836..9502e82 100644
--- a/NEWS
+++ b/NEWS
@@ -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.*$