<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yum Extender &#187; nextgen</title>
	<atom:link href="http://www.yum-extender.org/blog/tag/nextgen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yum-extender.org/blog</link>
	<description>Your favorite neighborhood GUI for Yum</description>
	<lastBuildDate>Tue, 06 Jul 2010 08:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SELinux issues in Yum Extender 2.9.x</title>
		<link>http://www.yum-extender.org/blog/2009/10/selinux-issues-in-yum-extender-2-9-x/</link>
		<comments>http://www.yum-extender.org/blog/2009/10/selinux-issues-in-yum-extender-2-9-x/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 11:43:15 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=84</guid>
		<description><![CDATA[There is a selinux issues in Yum Extender 2.9.x in Fedora 12 (Beta) and F11. It will give problems when installing new kernels you will get messages like this 13:33:46 : YUM: /sbin/new-kernel-pkg: line 292: /sbin/depmod: Permission denied 13:34:05 : YUM: /usr/bin/ldd: line 118: /sbin/udevd: Permission denied It is caused by /usr/share/yumex/yumex-yum-backend is not labeled [...]]]></description>
			<content:encoded><![CDATA[<p>There is a selinux issues in Yum Extender 2.9.x in Fedora 12 (Beta) and F11.</p>
<p>It will give problems when installing new kernels</p>
<p>you will get messages like this</p>
<pre>
13:33:46 : YUM: /sbin/new-kernel-pkg: line 292: /sbin/depmod: Permission denied
13:34:05 : YUM: /usr/bin/ldd: line 118: /sbin/udevd: Permission denied
</pre>
<p>It is caused by /usr/share/yumex/yumex-yum-backend is not labeled correctly.</p>
<p>Run the following commands as root to fix it.</p>
<pre>
chcon system_u:object_r:rpm_exec_t:s0  /usr/share/yumex/yumex-yum-backend
restorecon -r /usr/share/yumex
</pre>
<p>I have requested it to added to standard SELinux policy in Fedora.</p>
<p><a href="https://bugzilla.redhat.com/show_bug.cgi?id=527528">https://bugzilla.redhat.com/show_bug.cgi?id=527528</a></p>
<p>To fix an already installed kernel in F12.</p>
<pre>
$ rpm -q kernel-PAE --scripts | grep -e '--install'
/sbin/new-kernel-pkg --package kernel-PAE --mkinitrd --dracut --depmod --install 2.6.31.1-56.fc12.i686.PAE || exit $?
</pre>
<p>copy the /sbin/new-kernel-pkg command and run it as root.</p>
<pre>
/sbin/new-kernel-pkg --package kernel-PAE --mkinitrd --dracut --depmod --install 2.6.31.1-56.fc12.i686.PAE
</pre>
<p>if you are using a non PAE system then substitute &#8216;kernel-PAE&#8217; with &#8216;kernel&#8217; in the rpm -q command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/10/selinux-issues-in-yum-extender-2-9-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum History Support</title>
		<link>http://www.yum-extender.org/blog/2009/10/yum-history-support/</link>
		<comments>http://www.yum-extender.org/blog/2009/10/yum-history-support/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 15:14:32 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=81</guid>
		<description><![CDATA[Just added support for yum transaction history in yumex Yum transaction history is available in yum-3.2.25 in the Fedora 12 Beta, it contains information of the packages processed in each historical transaction and give you the choice to redo and undo the transaction]]></description>
			<content:encoded><![CDATA[<p>Just added support for yum transaction history in yumex</p>
<p><a href="http://www.yum-extender.org/blog/wp-content/uploads/2009/10/yumex-history.png"><img class="alignnone size-full wp-image-82" title="yumex-history" src="http://www.yum-extender.org/blog/wp-content/uploads/2009/10/yumex-history.png" alt="yumex-history" width="534" height="474" /></a></p>
<p>Yum transaction history is available in yum-3.2.25 in the Fedora 12 Beta, it contains information of the packages processed in each historical transaction and give you the choice to redo and undo the transaction</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/10/yum-history-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum Extender 2.9.3 Released</title>
		<link>http://www.yum-extender.org/blog/2009/10/yum-extender-2-9-3-released/</link>
		<comments>http://www.yum-extender.org/blog/2009/10/yum-extender-2-9-3-released/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 09:09:57 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=77</guid>
		<description><![CDATA[Yet another Yum Extender release Changes: Added &#8216;Right Click&#8216; menu to Repository Page Persistent enable/disable of repo Clean metadata etc. Added &#8216;&#8211;win-size&#8217; command line option to set size of gui window and make it possible to make the window smaller for small displays (netbooks etc) &#8211;win-size=800&#215;600 will make the main gui window 800&#215;600 Updated translations [...]]]></description>
			<content:encoded><![CDATA[<p>Yet another Yum Extender release <img src='http://www.yum-extender.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Changes:</strong></p>
<ul>
<li>Added &#8216;<strong>Right Click</strong>&#8216; menu to Repository Page
<ul>
<li>Persistent enable/disable of repo</li>
<li>Clean metadata etc.</li>
</ul>
</li>
<li>Added <strong>&#8216;&#8211;win-size&#8217;</strong> command line option to set size of gui window and make it possible to make the window smaller for small displays (netbooks etc)
<ul>
<li><strong>&#8211;win-size=800&#215;600</strong> will make the main gui window <strong>800&#215;600</strong></li>
</ul>
</li>
<li>Updated translations (<strong>Big Thanks to translators)</strong></li>
<li>bugfixes</li>
</ul>
<p>Get the source <a href="../../dnl/yumex/source/">here</a></p>
<p>Fedora 12 / Rawhide package <a href="http://kojipkgs.fedoraproject.org/packages/yumex/2.9.3/1.fc12/noarch/yumex-2.9.3-1.fc12.noarch.rpm">here</a></p>
<p>Fedora 11 packages <a href="http://timlau.fedorapeople.org/files/yumex/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/10/yum-extender-2-9-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum Extender 2.9.2 released</title>
		<link>http://www.yum-extender.org/blog/2009/10/yum-extender-2-9-2-released/</link>
		<comments>http://www.yum-extender.org/blog/2009/10/yum-extender-2-9-2-released/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 09:19:23 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=75</guid>
		<description><![CDATA[I have released a new version of Yum Extender (NextGen) Changes: Added the &#8216;Select All&#8217; button to updates view again Make group selection not remove already installed group packages Translation updates (Big Thanks to all translators. Also search in descriptions Other minor bug fixes. Get the source here Fedora 12 / Rawhide package here Fedora [...]]]></description>
			<content:encoded><![CDATA[<p>I have released a new version of Yum Extender (NextGen)</p>
<p><strong>Changes:</strong></p>
<ul>
<li>Added the &#8216;Select All&#8217; button to updates view again</li>
<li>Make group selection not remove already installed group packages</li>
<li>Translation updates (Big Thanks to all translators.</li>
<li>Also search in descriptions</li>
<li>Other minor bug fixes.</li>
</ul>
<p>Get the source <a href="http://www.yum-extender.org/dnl/yumex/source/">here</a></p>
<p>Fedora 12 / Rawhide package <a href="http://kojipkgs.fedoraproject.org/packages/yumex/2.9.2/1.fc12/noarch/yumex-2.9.2-1.fc12.noarch.rpm">here</a></p>
<p>Fedora 11 packages <a href="http://timlau.fedorapeople.org/files/yumex/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/10/yum-extender-2-9-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum Extender 2.9.1 Released</title>
		<link>http://www.yum-extender.org/blog/2009/09/yum-extender-2-9-1-released/</link>
		<comments>http://www.yum-extender.org/blog/2009/09/yum-extender-2-9-1-released/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 08:55:16 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=69</guid>
		<description><![CDATA[A brand new release of the Yum Extender (NextGen) Changes: Added All filter to show all packages. Added Categories filter to show packages by category. By Repository : Show packages categorized by repository. By Size : Show packages categorized by size. Added Network detection using NetworkManager. Disable remote repositories if there is no network connection. [...]]]></description>
			<content:encoded><![CDATA[<p>A brand new release of the Yum Extender (NextGen)</p>
<p><strong>Changes:</strong></p>
<ul>
<li> Added <strong>All</strong> filter to show all packages.</li>
<li>Added <strong>Categories</strong> filter to show packages by category.
<ul>
<li><strong>By Repository</strong> : Show packages categorized by repository.</li>
<li><strong>By Size</strong> : Show packages categorized by size.</li>
</ul>
</li>
<li>Added Network detection using NetworkManager.
<ul>
<li>Disable remote repositories if there is no network connection.</li>
</ul>
</li>
<li>More translations (<strong>Big Thanks to all translators</strong> !).</li>
<li>Change the time for root logon to backend from 5 min to 30 min.</li>
</ul>
<p>Yum Extender 2.9.1 is a development release, but it should be quite stable.</p>
<p>The rpms for F12 should hit rawhide very soon and rpms for F11 is available <a href="http://timlau.fedorapeople.org/files/yumex/">here</a>.</p>
<p>The source can be found <a href="http://www.yum-extender.org/dnl/yumex/source/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/09/yum-extender-2-9-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum Extender 2.9.0 Released</title>
		<link>http://www.yum-extender.org/blog/2009/09/yum-extender-2-9-0-released/</link>
		<comments>http://www.yum-extender.org/blog/2009/09/yum-extender-2-9-0-released/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 08:46:46 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=67</guid>
		<description><![CDATA[Yum Extender 2.9.0 has been released. It is the first real release of the NextGen Code stream. Yum Extender 2.9.0 has been rewritten from scratch to make it easier to maintain and add new features. One of the mayor differences is that the GUI and the yum backend has been separeted, so the GUI runs [...]]]></description>
			<content:encoded><![CDATA[<p>Yum Extender 2.9.0 has been released.</p>
<p>It is the first real release of the NextGen Code stream.</p>
<p>Yum Extender 2.9.0 has been rewritten from scratch to make it easier to maintain and add new features.</p>
<p>One of the mayor differences is that the GUI and the yum backend has been separeted, so the GUI runs as a normal user and only yum backend there is performing the yum action is spawned as a child process running as root. So when you start yumex, you will get a consolehelper password prompt after the gui is shown. This password prompt can reappear when the yumbacked is restarted after running a long transaction.</p>
<p>Yum Extender 2.9.0 is a development release, but it should be quite stable.</p>
<p>The rpms for F12 should hit rawhide very soon and rpms for F11 is available <a href="http://timlau.fedorapeople.org/files/yumex/">here</a>.</p>
<p>The source can be found <a href="http://www.yum-extender.org/dnl/yumex/source/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/09/yum-extender-2-9-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PreView Release 0.12</title>
		<link>http://www.yum-extender.org/blog/2009/08/preview-release-0-12/</link>
		<comments>http://www.yum-extender.org/blog/2009/08/preview-release-0-12/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 10:51:25 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[preview]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=65</guid>
		<description><![CDATA[A new Preview release is released contain media support and some extra translations. http://timlau.fedorapeople.org/files/yumex/]]></description>
			<content:encoded><![CDATA[<p>A new Preview release is released contain media support and some extra translations.</p>
<p><a href="http://timlau.fedorapeople.org/files/yumex/">http://timlau.fedorapeople.org/files/yumex/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/08/preview-release-0-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New screencast</title>
		<link>http://www.yum-extender.org/blog/2009/05/new-screencast/</link>
		<comments>http://www.yum-extender.org/blog/2009/05/new-screencast/#comments</comments>
		<pubDate>Sun, 24 May 2009 11:11:27 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=55</guid>
		<description><![CDATA[I have made a new screencast showing Yum Extender NextGen Preview 0.8 in action Click on the image to watch the screencast.]]></description>
			<content:encoded><![CDATA[<p>I have made a new screencast showing Yum Extender NextGen Preview 0.8 in action</p>
<p><a href="http://www.yum-extender.org/blog/wp-content/uploads/2009/05/yumex-screencast4.ogg"><img class="alignnone size-full wp-image-53" title="yumex-291-08-small" src="http://www.yum-extender.org/blog/wp-content/uploads/2009/05/yumex-291-08-small.png" alt="yumex-291-08-small" width="400" height="251" /></a></p>
<p>Click on the image to watch the screencast.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/05/new-screencast/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Yum Extender NextGen Preview 0.8</title>
		<link>http://www.yum-extender.org/blog/2009/05/yum-extender-nextgen-preview-08/</link>
		<comments>http://www.yum-extender.org/blog/2009/05/yum-extender-nextgen-preview-08/#comments</comments>
		<pubDate>Sun, 24 May 2009 10:57:08 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=50</guid>
		<description><![CDATA[I have just updated the Yum Extender NextGen preview release rpm to 2.9.0-0.8.pre Find them here. You can track the changes in the gitweb log]]></description>
			<content:encoded><![CDATA[<p>I have just updated the <a href="https://fedorahosted.org/yumex/wiki/YumexNextGen">Yum Extender NextGen</a> preview release rpm to 2.9.0-0.8.pre</p>
<p><a class="highslide-image" onclick="return hs.expand(this);" href="http://www.yum-extender.org/blog/wp-content/uploads/2009/05/yumex-291-08.png"><img title="Click to enlarge" src="http://www.yum-extender.org/blog/wp-content/uploads/2009/05/yumex-291-08-small.png" alt="image" /></a></p>
<p>Find them <a href="http://timlau.fedorapeople.org/files/yumex/">here</a>.</p>
<p>You can track the changes in the <a href="http://git.fedoraproject.org/git/?p=yumex.git;a=shortlog;h=refs/heads/future">gitweb log</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/05/yum-extender-nextgen-preview-08/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update information in NextGen</title>
		<link>http://www.yum-extender.org/blog/2009/05/update-information-in-nextgen/</link>
		<comments>http://www.yum-extender.org/blog/2009/05/update-information-in-nextgen/#comments</comments>
		<pubDate>Wed, 13 May 2009 13:02:51 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://www.yum-extender.org/blog/?p=48</guid>
		<description><![CDATA[I have  added update informations to Yum Extender NextGen]]></description>
			<content:encoded><![CDATA[<p>I have  added update informations to Yum Extender NextGen</p>
<p><a class="highslide-image" onclick="return hs.expand(this);" href="http://www.yum-extender.org/blog/wp-content/uploads/2009/05/yumex-updinfo.png"><img title="Click to enlarge" src="http://www.yum-extender.org/blog/wp-content/uploads/2009/05/yumex-updinfo-small.png" alt="image" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yum-extender.org/blog/2009/05/update-information-in-nextgen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
