aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.*$