From 024c34e1e85c86daa4c36e9e4182ac6dadf84494 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Apr 2020 14:18:20 +0200 Subject: stop emiting requires(posttrans):on info-install rationale: - less container / minimal install bloat - one less patch in rpm --- NEWS | 2 ++ info-file.req | 5 ----- info.attr | 3 --- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100755 info-file.req delete mode 100644 info.attr 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
' 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.*$ -- cgit v1.2.1