<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Yum on Saleem Ansari</title>
    <link>/tags/yum/</link>
    <description>Recent content in Yum on Saleem Ansari</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>(c) 2024 Saleem Ansari</copyright>
    <lastBuildDate>Sat, 12 Nov 2011 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/yum/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fast alternative to yum whatprovides</title>
      <link>/2011/11/12/fast-alternative-to-yum-whatprovides/</link>
      <pubDate>Sat, 12 Nov 2011 00:00:00 +0000</pubDate>
      <guid>/2011/11/12/fast-alternative-to-yum-whatprovides/</guid>
      <description>If yum whatprovides /path/to/file is slow for you, try a faster alternative:&#xA;rpm -q --whatprovides /path/to/file For example:&#xA;$ rpm -q --whatprovides /usr/bin/clibrary speech-dispatcher-0.7.1-5.fc15.x86_64 rpm is quite fast and yum is too slow. Get back to basics!</description>
    </item>
    <item>
      <title>How to setup mock quickly?</title>
      <link>/2011/11/12/how-to-setup-mock-quickly/</link>
      <pubDate>Sat, 12 Nov 2011 00:00:00 +0000</pubDate>
      <guid>/2011/11/12/how-to-setup-mock-quickly/</guid>
      <description>How to setup mock quickly?&#xA;yum install mock The default configuration is already set for you:&#xA;ls -l /etc/mock/default.cfg If not then this will do:&#xA;sudo ln -s /etc/mock/fedora-15-x86_64.cfg /etc/mock/default.cfg As is clearly stated in mock(1) man page, you need to add the relevant user to mock group:&#xA;sudo /usr/sbin/usermod -a -G mock $USER Thats all for the setup.&#xA;Now lets use it:&#xA;mock --init # this populates the build root with the required pacakges and repositories mock --rebuild hello-2.</description>
    </item>
  </channel>
</rss>
