From 29c3a1fc6daedaafc6f56c1e9ef17f2b827b2683fe06dc44defab2b5f4180bfc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 3 Dec 2021 13:59:31 +0000 Subject: [PATCH] - avoid duplicating COPYING file in bash-doc (already in main package in licensedir) OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=337 --- bash.changes | 6 ++++++ bash.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bash.changes b/bash.changes index 4d6bf3e..6d19931 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 3 13:59:00 UTC 2021 - Dirk Müller + +- avoid duplicating COPYING file in bash-doc (already in main package in + licensedir) + ------------------------------------------------------------------- Thu Nov 18 10:28:52 UTC 2021 - Dr. Werner Fink diff --git a/bash.spec b/bash.spec index 5142290..e05a2b2 100644 --- a/bash.spec +++ b/bash.spec @@ -490,7 +490,6 @@ test ${rl1[2]} = ${rl2[2]} || exit 1 ln -sf %{_bindir}/bash %{buildroot}%{_bindir}/sh %endif install -m 644 COMPAT NEWS %{buildroot}%{_docdir}/%{name} - install -m 644 COPYING %{buildroot}%{_docdir}/%{name} install -m 644 doc/FAQ %{buildroot}%{_docdir}/%{name} install -m 644 doc/INTRO %{buildroot}%{_docdir}/%{name} install -m 644 doc/*.html %{buildroot}%{_docdir}/%{name}