From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by sourceware.org (Postfix) with ESMTP id 34453385BF83 for ; Mon, 6 Apr 2020 23:11:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 34453385BF83 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=yselkowitz@cygwin.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-154-_DVImKw9OWOQcCMmiFeroA-1; Mon, 06 Apr 2020 19:11:34 -0400 X-MC-Unique: _DVImKw9OWOQcCMmiFeroA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0FDB618A8C86 for ; Mon, 6 Apr 2020 23:11:34 +0000 (UTC) Received: from ovpn-117-48.rdu2.redhat.com (ovpn-117-48.rdu2.redhat.com [10.10.117.48]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A470B272A5 for ; Mon, 6 Apr 2020 23:11:33 +0000 (UTC) Message-ID: <5d4382efc129739fe8176c8f6d5602eff5272ba9.camel@cygwin.com> Subject: Re: [PATCH cygport 0/2] Add provides: and conflicts: From: Yaakov Selkowitz To: cygwin-apps@cygwin.com Date: Mon, 06 Apr 2020 19:11:32 -0400 In-Reply-To: <6297983a-6389-bebc-98bb-c4009b8da54b@dronecode.org.uk> References: <20200208134634.58200-1-jon.turney@dronecode.org.uk> <6297983a-6389-bebc-98bb-c4009b8da54b@dronecode.org.uk> User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-8.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 23:11:38 -0000 On Sun, 2020-04-05 at 15:17 +0100, Jon Turney wrote: > It seems I missed updating the check that all the expected package files= =20 > exist for source package hints. >=20 > Patch attached (without this upload isn't permitted when there's no=20 > pvr.tar.xz, as no corresponding hint exists, only pvr-src.tar.xz and=20 > it's hint). Thanks, pushed to master. -- Yaakov