From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,WEIRD_QUOTING autolearn=no version=3.2.5 Date: Sat, 15 Dec 2012 12:44:59 +0200 From: Michael Shigorin To: hardware@lists.altlinux.org Message-ID: <20121215104459.GD10780@osdn.org.ua> Mail-Followup-To: hardware@lists.altlinux.org References: <1355140958.369390581@f361.mail.ru> <20121214181229.GB10780@osdn.org.ua> <1355565710.452306073@f44.mail.ru> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="gKMricLos+KVdGMg" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1355565710.452306073@f44.mail.ru> User-Agent: Mutt/1.4.2.1i Subject: Re: [Hardware] =?koi8-r?b?WGVyb3ggUGhhc2VyIDYwMDAgySBBTFQgTGludXgg?= =?koi8-r?b?NiDQzMHUxs/SzcE=?= X-BeenThere: hardware@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: hardware@lists.altlinux.org, shigorin@gmail.com List-Id: ALT Linux hardware support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 10:45:04 -0000 Archived-At: List-Archive: List-Post: --gKMricLos+KVdGMg Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Sat, Dec 15, 2012 at 02:01:50PM +0400, Yakov Reztsov wrote: > Скачал драйвера (zip - архив с rpm пакетом) Ох, неохота через EULA прорываться :( > При попытке установить возникает ошибка > Installing """" > ошибка: неудовлетворенные зависимости: > cups-libs >= 1.1.17 нужен для Xerox-Phaser_6000_6010-1.0-1 Есть несколько вариантов объезда: - собрать пакет-пустышку, который будет Requires: cups Provides: cups-libs = 1.1.17 на основе http://fly.osdn.org.ua/~mike/RPM/SPECS/_dummy.spec; - вытащить содержимое (в mc или rpm2cpio пакет | cpio -id) и перепаковать либо разложить вручную. -- ---- WBR, Michael Shigorin ------ Linux.Kiev http://www.linux.kiev.ua/ --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="_dummy.spec" Name: dummy-NAME Version: 0 Release: alt0 Summary: a dummy package to re-provide SOMETHING License: public domain Group: Other BuildArch: noarch #Requires: something-existing > appropriate-version #Provides: something-asked-for = required-version %description [ some trivial description of a problem at hand ] %prep %build # should be empty %files # use add_changelog to populate %changelog section %changelog --gKMricLos+KVdGMg--