X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=anaconda-branding.patch;h=5d9b7431e8cdbb49e53944e393ed35f7731cc3e4;hb=ca390636fecc2e17e394f3d9b1c2f9ed3c7ed212;hp=c07497bf75978e3df2ce894e128404bb361c2c71;hpb=919e0e346e721135efbed3efa7a7a09fc7b9b36f;p=packages%2Fanaconda.git diff --git a/anaconda-branding.patch b/anaconda-branding.patch index c07497b..5d9b743 100644 --- a/anaconda-branding.patch +++ b/anaconda-branding.patch @@ -1,12 +1,13 @@ --- anaconda-11.2.0.24.org/product.py 2006-05-08 22:22:44.000000000 +0200 +++ anaconda-11.2.0.24/product.py 2007-02-20 19:14:33.134623000 +0100 -@@ -23,11 +23,11 @@ +@@ -29,11 +29,11 @@ + else: path = None - + -productStamp = "" -productName = "anaconda" -productVersion = "bluesky" --productPath = "anaconda" +-productPath = "Packages" +productStamp = "pld" +productName = "PLD Linux Distribution" +productVersion = "3.0 (Th)" @@ -17,14 +18,3 @@ if path is not None: f = open(path, "r") ---- anaconda-11.2.0.24.org/iutil.py 2007-01-15 20:42:54.000000000 +0100 -+++ anaconda-11.2.0.24/iutil.py 2007-02-20 19:14:46.322623000 +0100 -@@ -421,7 +421,7 @@ - rhpl.arch.canonArch = myarch - - f = open("%s/etc/rpm/platform" %(root,), 'w+') -- f.write("%s-redhat-linux\n" %(myarch,)) -+ f.write("%s-pld-linux\n" %(myarch,)) - f.close() - - # FIXME: writing /etc/rpm/macros feels wrong somehow