From aef1006b1b80c81822de29eebdfca9249c09aca0 Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 17 Jun 2026 22:05:15 +0800 Subject: [PATCH 1/2] %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Signed-off-by: madomado --- anda/suites/ente/ensu/ensu.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/suites/ente/ensu/ensu.spec b/anda/suites/ente/ensu/ensu.spec index 560188db6a..a97d0c1ac3 100644 --- a/anda/suites/ente/ensu/ensu.spec +++ b/anda/suites/ente/ensu/ensu.spec @@ -12,6 +12,7 @@ %undefine _package_note_status %define terra_rustflags %build_rustflags %bcond_with mold +%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: ensu Version: %(echo %tag | sed 's/^ensu-v//') From b852b1cedcc979e38f7c8170266b9ab2f556394b Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 18 Jun 2026 20:18:41 +0800 Subject: [PATCH 2/2] great catch --- anda/suites/ente/cli/golang-github-ente-io-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/suites/ente/cli/golang-github-ente-io-cli.spec b/anda/suites/ente/cli/golang-github-ente-io-cli.spec index 7967f9b6e9..5b4e8455a1 100644 --- a/anda/suites/ente/cli/golang-github-ente-io-cli.spec +++ b/anda/suites/ente/cli/golang-github-ente-io-cli.spec @@ -23,7 +23,7 @@ The Ente CLI is a Command Line Utility for exporting data from Ente. It also doe %global golicenses LICENSE %global godocs CODE_OF_CONDUCT.md CONTRIBUTING.md cli/README.md SECURITY.md SUPPORT.md Name: ente -Release: %autorelease +Release: 1%?dist Summary: 💚 End-to-end encrypted cloud for everything Packager: madonuko