Displaying 2 results from an estimated 2 matches for "131c131".
2007 Mar 17
0
Bug#395305: (no subject)
...g management daemo
xen-utils-common recommends no packages.
-- no debconf information
--===============0382030028==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="xendomains-name.diff"
131c131
< name=`echo "$1" | cut -c0-17`
---
> name=`echo "$1" | cut -d\ -f1`
133c133
< rest=`echo "$1" | cut -c18- `
---
> rest=`echo "$1" | cut -d\ -f2- `
--===============0382030028==--
2008 Sep 19
1
R spec file change for building on CentOS 5.2 (PR#12939)
...fs"
49c49
< %if %(rpmquery centos-release | grep -v 'not installed$' | grep -c -e '-[0-9]-[0-9].el[0-9]')
---
> %if %(rpmquery centos-release | grep -v 'not installed$' | grep -c -e '-[0-9]-[0-9].[0-9]')
128c128
< Version: 2.7.2
---
> Version: 2.7.1
131c131
< Source0: R-%{version}.tar.gz
---
> Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz
--GZVR6ND4mMseVXL/--