From f25e0cbdbedc675f9f8dddd61b5b766914e4117a Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 3 Nov 2025 02:49:00 +0800 Subject: [PATCH] fix(elephant): remove some docs files (#7031) Signed-off-by: madomado --- anda/langs/go/elephant/golang-github-abenz1267-elephant.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec b/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec index 965eabd9af..dc61193a2d 100644 --- a/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec +++ b/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec @@ -23,7 +23,7 @@ Elephant - cuz it's phat - is a powerful data provider service and backend for b } %global golicenses LICENSE -%global godocs BREAKING.md README.md cmd/elephant/version.txt +%global godocs README.md Name: elephant Release: 1%?dist @@ -89,7 +89,7 @@ install -Dm755 internal/providers/*/*.so -t %buildroot/etc/xdg/elephant/provider %if %{without bootstrap} %files %license LICENSE -%doc BREAKING.md README.md cmd/elephant/version.txt +%doc README.md %{_bindir}/elephant %ghost /etc/xdg/elephant/ %endif