From: Igor Zubkov <icesik@mail.ru> To: ALT Devel discussion list <devel@lists.altlinux.org> Subject: yum and smart (was: Re: [devel] Re: [JT] Re: x86_64, lib64 и все все все) Date: Fri, 21 Oct 2005 14:27:04 +0300 Message-ID: <200510211427.05693.icesik@mail.ru> (raw) In-Reply-To: <20051021105131.GC28376@basalt.office.altlinux.org> [-- Attachment #1: Type: text/plain, Size: 1601 bytes --] В сообщении от Пятница, 21-Окт-2005 13:51 Anton D. Kachalov написал(a): > > smart проще переписать заново, чем патчить наш rpm (в раойне rpm-python) > > или патчить smart что бы он работал с нашим rpm'ом. > > Не, не проще. Тем более, я предлагал патчить и то, и другое, чтобы найти > некую золотую середину. Это тоже вариант... > > Может посмотрим на yum? У меня yum 1.0.3 заработал на Сизифе. Спек могу > > прицепить или положить в Дедал. Более свежие версии yum у нас уже не > > заработают без переделывания rpm-python. > > Спасибо, канешн, но я его уже пробовал собирать. Не понравился. А у меня с локальным репозиторием yum заработал быстрее чем apt. Обидно. > yum хуже, чем smart. Smart пишет тот же человек, который занимался apt'ом. Я помню кто пишет -- Gustavo Niemeyer. > Да и сам smart приятнее и фичастее нежели yum. Выдержка из README smart 0.39: -------------- Project Status -------------- The development of Smart Package Manager started on May 4th, 2004, and the project is currently under beta testing, since all core features are implemented. С учётом того что оно сейчас в "beta testing", у нас всех ещё есть время решиться. > И тянет yum за собой кучу всего. Это много? [icesik@localhost i686]$ rpm -q -p --requires yum-1.0.3-alt1.i686.rpm rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 /etc/cron.daily /etc/init.d(failure) /etc/init.d(success) /etc/logrotate.d coreutils python-strict service sh [icesik@localhost i686]$ > А главное, зачем нам старый yum? Спек для yum 1.0.3 прилагается. -- Now playing: Oomph! [-- Attachment #2: yum.spec --] [-- Type: text/plain, Size: 2676 bytes --] Name: yum Version: 1.0.3 Release: alt1 Summary: RPM installer/updater License: GPL Group: System Environment/Base Source0: %name-%version.tar.gz URL: http://www.dulug.duke.edu/yum/ Packager: Igor Zubkov <icesik@altlinux.ru> #BuildRequires: python #Requires: python librpm404 rpm404-python #Prereq: /sbin/chkconfig, /sbin/service # Automatically added by buildreq on Thu Sep 15 2005 BuildRequires: python-base python-modules-compiler python-modules-encodings %description Yum is a utility that can check for and automatically download and install updated RPM packages. Dependencies are obtained and downloaded automatically prompting the user as necessary. %prep %setup -q %build %configure %make_build %install %make_install DESTDIR=%buildroot install #post #/sbin/chkconfig --add yum #/sbin/chkconfig yum on #/sbin/service yum condrestart >> /dev/null #exit 0 #preun #if [ $1 = 0 ]; then # /sbin/chkconfig --del yum # /sbin/service yum stop >> /dev/null #fi #exit 0 %files %doc README AUTHORS COPYING TODO INSTALL %config(noreplace) %{_sysconfdir}/yum.conf %config %{_sysconfdir}/cron.daily/yum.cron %config %{_sysconfdir}/init.d/%{name} %config %{_sysconfdir}/logrotate.d/%{name} %{_datadir}/yum/* %{_bindir}/yum %{_bindir}/yum-arch /var/cache/yum %{_mandir}/man*/* %changelog * Thu Sep 15 2005 Igor Zubkov <icesik@altlinux.ru> 1.0.3-alt1 - Initial build for Sisyphus * Mon Sep 8 2003 Seth Vidal <skvidal@phy.duke.edu> - brown paper-bag 1.0.3 * Mon Sep 8 2003 Seth Vidal <skvidal@phy.duke.edu> - ver to 1.0.2 * Mon May 19 2003 Seth Vidal <skvidal@phy.duke.edu> - ver to 1.0.1 * Mon Apr 28 2003 Seth Vidal <skvidal@phy.duke.edu> - fix up for changes to layout and fhs compliance * Tue Mar 11 2003 Seth Vidal <skvidal@phy.duke.edu> - default spec for rhl 8.0 - ver to 1.0 * Sun Dec 22 2002 Seth Vidal <skvidal@phy.duke.edu> - bumped ver to 0.9.4 - new spec file for rhl 8.0 * Sun Oct 20 2002 Seth Vidal <skvidal@phy.duke.edu> - bumped ver to 0.9.3 * Mon Aug 26 2002 Seth Vidal <skvidal@phy.duke.edu> - bumped ver to 0.9.2 * Thu Jul 11 2002 Seth Vidal <skvidal@phy.duke.edu> - bumped ver to 0.9.1 * Thu Jul 11 2002 Seth Vidal <skvidal@phy.duke.edu> - bumped ver to 0.9.0 * Thu Jul 11 2002 Seth Vidal <skvidal@phy.duke.edu> - added rpm require * Sun Jun 30 2002 Seth Vidal <skvidal@phy.duke.edu> - 0.8.9 * Fri Jun 14 2002 Seth Vidal <skvidal@phy.duke.edu> - 0.8.7 * Thu Jun 13 2002 Seth Vidal <skvidal@phy.duke.edu> - bumped to 0.8.5 * Thu Jun 13 2002 Seth Vidal <skvidal@phy.duke.edu> - bumped to 0.8.4 * Sun Jun 9 2002 Seth Vidal <skvidal@phy.duke.edu> - bumped to 0.8.2 * Thu Jun 6 2002 Seth Vidal <skvidal@phy.duke.edu> - First packaging
next prev parent reply other threads:[~2005-10-21 11:27 UTC|newest] Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-10-17 7:35 [devel] x86_64, lib64 и все все все Kirill A. Shutemov 2005-10-17 10:15 ` [devel] " Sergey Bolshakov 2005-10-17 11:33 ` Vital Khilko 2005-10-19 13:57 ` [devel] " Anton D. Kachalov 2005-10-20 0:29 ` [devel] " Alexey Tourbin 2005-10-20 9:02 ` Anton Farygin 2005-10-20 13:37 ` Alexey Tourbin 2005-10-20 14:48 ` Dmitry V. Levin 2005-10-20 15:56 ` Alexey Tourbin 2005-10-20 17:21 ` [devel] [JT] " Michael Shigorin 2005-10-20 18:07 ` Kirill A. Shutemov 2005-10-20 23:17 ` [devel] " Alexey Tourbin 2005-10-21 8:32 ` Epiphanov Sergei 2005-10-26 20:26 ` Denis Smirnov 2005-10-27 10:31 ` Aleksey Avdeev 2005-10-20 18:23 ` Alexey Tourbin 2005-10-21 7:29 ` Anton D. Kachalov 2005-10-21 9:18 ` Igor Zubkov 2005-10-21 10:51 ` Anton D. Kachalov 2005-10-21 11:27 ` Igor Zubkov [this message] 2005-10-21 11:40 ` yum and smart (was: Re: [devel] Re: [JT] Re: x86_64, lib64 и все все все) Anton D. Kachalov 2005-10-21 11:39 ` [devel] Re: [JT] Re: x86_64, lib64 и все все все Michael Shigorin 2005-10-21 11:45 ` Anton D. Kachalov 2005-10-22 9:09 ` Andrey Rahmatullin 2005-10-22 11:40 ` Michael Shigorin 2005-10-22 12:25 ` Igor Zubkov 2005-10-22 18:54 ` [devel] yum, smart, apt (и кто бы sucks less) Michael Shigorin 2005-10-20 20:33 ` [devel] Re: x86_64, lib64 и все все все Anton D. Kachalov 2005-10-20 21:58 ` Alexey Tourbin 2005-10-21 7:03 ` Anton D. Kachalov 2005-10-21 14:23 ` Alexey Tourbin 2005-10-21 5:32 ` Anton Farygin 2005-10-21 7:00 ` Kirill A. Shutemov 2005-10-21 7:09 ` Anton D. Kachalov 2005-10-21 8:03 ` Kirill A. Shutemov 2005-10-21 8:25 ` Anton D. Kachalov 2005-10-21 9:03 ` Sergey Bolshakov 2005-10-21 10:42 ` Anton D. Kachalov 2005-10-21 9:22 ` [devel][JT] " Igor Zubkov 2005-10-21 12:16 ` Kirill A. Shutemov 2005-10-21 12:28 ` Anton D. Kachalov 2005-10-21 13:11 ` Kirill A. Shutemov 2005-10-21 13:07 ` Vital Khilko 2005-10-21 13:24 ` Anton D. Kachalov 2005-10-21 13:23 ` Igor Vlasenko 2005-10-21 15:20 ` [devel] emacs-base (Was: x86_64, lib64 и все все все) Eugene Vlasov 2005-10-21 15:35 ` Igor Vlasenko 2005-10-21 15:41 ` Igor Vlasenko 2005-10-21 16:43 ` Eugene Vlasov 2005-10-21 8:56 ` [devel] платформа для вендоров Vital Khilko 2005-10-21 10:34 ` Anton D. Kachalov 2005-10-21 10:56 ` Vital Khilko 2005-10-21 11:24 ` Igor Zubkov 2005-10-21 11:38 ` [devel] license test symlinks? Michael Shigorin 2005-10-21 12:43 ` Vital Khilko 2005-10-21 13:22 ` Anton D. Kachalov 2005-10-21 15:19 ` [devel] [JT] " Michael Shigorin 2005-10-21 11:37 ` [devel] Re: платформа для вендури Michael Shigorin 2005-10-21 11:28 ` Michael Shigorin 2005-10-26 20:23 ` [devel] Re: x86_64, lib64 и все все все Denis Smirnov 2005-10-20 7:15 ` [devel] " Kirill A. Shutemov 2005-10-21 7:21 ` Anton D. Kachalov 2005-10-21 7:57 ` Sviataslau Svirydau 2005-10-21 10:52 ` Anton D. Kachalov 2005-10-21 13:53 ` [devel] " Alexey Tourbin 2005-10-22 8:58 ` Andrey Rahmatullin 2005-10-21 9:18 ` [devel] " Kirill A. Shutemov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200510211427.05693.icesik@mail.ru \ --to=icesik@mail.ru \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git