Displaying 4 results from an estimated 4 matches for "irelease".
Did you mean:
release
2010 Apr 23
2
[PATCH] Config: Change config to lookup dependencies by name
...9;, @$rpmcmd),
error => $error)));
}
+ my @installed;
foreach my $installed (@output) {
$installed =~ /^(\S+)\s+(\S+)\s+(\S+)$/
or die("Unexpected return from rpm command: $installed");
- my ($iepoch, $iversion, $irelease) = ($1, $2, $3);
+ my ($epoch, $version, $release) = ($1, $2, $3);
# Ensure iepoch is always numeric
- $iepoch = 0 if('(none)' eq $iepoch);
+ $epoch = 0 if('(none)' eq $epoch);
+
+ push(@installed, [$epoch, $version, $release]);
+ }
+
+ r...
2010 Feb 12
1
[PATCH] GuestOS: Fix _is_installed to return 0 if the package isn't installed
...=> join(' ', @$rpmcmd),
+ error => $error)));
+ }
+
+ foreach my $installed (@output) {
$installed =~ /^(\S+)\s+(\S+)\s+(\S+)$/
or die("Unexpected return from rpm command: $installed");
my ($iepoch, $iversion, $irelease) = ($1, $2, $3);
--
1.6.6
2007 Sep 24
2
Asterisk 1.4.12 Release?
Hi All,
I read rumors of a potential Asterisk 1.4.12 release for last week. I
would like to start testing Asterisk 1.4 on Solaris, but, the fix for
the segfault in res_features is only in the current development trunk. I
would much rather test a release version, and as such, need to wait for
the release of 1.4.12, my question is, do we have a guestimate on when
it will be released, 1 week, 2
2010 May 19
8
RHN support and capabilities
This patch series includes a repost of Milan's unmodified RHN support patch
because I haven't pushed it yet. On top of that patch, it includes the
capabilities patch in as many bits as I could make it into. The big one is 7/8.
I've tested all of the following guests both with and without RHN registration:
Xen RHEL 54 PV
Xen RHEL 51 PV
Xen RHEL 48 PV
ESX RHEL 54 FV