X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=anaconda-branding.patch;h=5d9b7431e8cdbb49e53944e393ed35f7731cc3e4;hb=ca390636fecc2e17e394f3d9b1c2f9ed3c7ed212;hp=caa82cbc74c6047c14ba36654711edaecd2f5056;hpb=c2f2209552aa5f2d0686986bab6a6c2239b334be;p=packages%2Fanaconda.git diff --git a/anaconda-branding.patch b/anaconda-branding.patch index caa82cb..5d9b743 100644 --- a/anaconda-branding.patch +++ b/anaconda-branding.patch @@ -1,29 +1,20 @@ --- 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,10 +23,11 @@ +@@ -29,11 +29,11 @@ + else: path = None - - productStamp = "" + +-productStamp = "" -productName = "anaconda" -productVersion = "bluesky" --productPath = "anaconda" --bugUrl = "your distribution provided bug reporting tool." +-productPath = "Packages" ++productStamp = "pld" +productName = "PLD Linux Distribution" +productVersion = "3.0 (Th)" +productPath = "PLD" + productArch = None +-bugUrl = "your distribution provided bug reporting tool." +bugUrl = "http://bugs.pld-linux.org/" -+ 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