From patchwork Thu Jul 25 11:59:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helmut Grohne X-Patchwork-Id: 1964821 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WVFqV0v7qz1yY9 for ; Fri, 26 Jul 2024 01:56:21 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1sX0p7-00085b-GQ; Thu, 25 Jul 2024 15:56:09 +0000 Received: from buxtehude.debian.org ([209.87.16.39]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1sWy7f-0008QV-Um for kernel-team@lists.ubuntu.com; Thu, 25 Jul 2024 13:03:08 +0000 Received: from debbugs by buxtehude.debian.org with local (Exim 4.94.2) (envelope-from ) id 1sWy7c-006Eam-St; Thu, 25 Jul 2024 13:03:04 +0000 X-Loop: owner@bugs.debian.org Subject: Bug#1077036: kpatch: introduces aliased file /lib/systemd/system/kpatch.service (DEP17) Resent-From: Helmut Grohne Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Ubuntu Kernel Team X-Loop: owner@bugs.debian.org Resent-Date: Thu, 25 Jul 2024 13:03:01 +0000 Resent-Message-ID: X-Debian-PR-Message: report 1077036 X-Debian-PR-Package: kpatch X-Debian-PR-Keywords: patch X-Debian-PR-Source: kpatch Received: via spool by submit@bugs.debian.org id=B.17219123691484596 (code B); Thu, 25 Jul 2024 13:03:01 +0000 Received: (at submit) by bugs.debian.org; 25 Jul 2024 12:59:29 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02 (2021-04-09) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-12.2 required=4.0 tests=BAYES_00, BODY_INCLUDES_PACKAGE,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU, DKIM_VALID_EF,HAS_PACKAGE,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 17; hammy, 99; neutral, 27; spammy, 0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--H*F:U*helmut, 0.000-+--H*F:D*subdivi.de, 0.000-+--H*RU:sk:helmut@, 0.000-+--H*rp:U*helmut Received: from isilmar-4.linta.de ([136.243.71.142]:43564) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1sWy47-006ECL-6F for submit@bugs.debian.org; Thu, 25 Jul 2024 12:59:28 +0000 Received: from isilmar-4.linta.de (isilmar.linta [10.0.0.1]) by isilmar-4.linta.de (Postfix) with ESMTP id 7B292200594 for ; Thu, 25 Jul 2024 12:59:23 +0000 (UTC) Date: Thu, 25 Jul 2024 13:59:54 +0200 From: Helmut Grohne To: Debian Bug Tracking System Message-ID: <20240725115954.GA398387@subdivi.de> MIME-Version: 1.0 Content-Disposition: inline X-Reportbug-Version: 13.0.1 Delivered-To: submit@bugs.debian.org Received-SPF: none client-ip=209.87.16.39; envelope-from=debbugs@buxtehude.debian.org; helo=buxtehude.debian.org X-Mailman-Approved-At: Thu, 25 Jul 2024 15:56:08 +0000 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Helmut Grohne , 1077036@bugs.debian.org Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Package: kpatch Version: 0.9.9-1 Severity: serious Justification: do not add aliased files to trixie anymore Filename: /lib/systemd/system/kpatch.service User: helmutg@debian.org Usertags: dep17m2 Tags: patch Hi Santiago, your kpatch update introduces /lib/systemd/system/kpatch.service, which is an aliased file. Please drop the destination in debian/kpatch.install and you'll be fine. Helmut --- a/debian/kpatch.install +++ b/debian/kpatch.install @@ -1,3 +1,3 @@ -usr/lib/systemd/system/kpatch.service lib/systemd/system/ +usr/lib/systemd/system/kpatch.service usr/sbin/kpatch usr/share/man/man1/kpatch.1*