Author: glen                         Date: Wed Jan 30 22:19:18 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update to 5.0.1, however isn't %epoch 0 in rpm.macros already sufficent?

---- Files affected:
SOURCES:
   rpm-epoch0.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/rpm-epoch0.patch
diff -u SOURCES/rpm-epoch0.patch:1.4 SOURCES/rpm-epoch0.patch:1.5
--- SOURCES/rpm-epoch0.patch:1.4        Sat Jan  5 22:33:18 2008
+++ SOURCES/rpm-epoch0.patch    Wed Jan 30 23:19:13 2008
@@ -6,7 +6,7 @@
  
 +    if (headerGetEntry(pkg->header, RPMTAG_EPOCH, NULL, NULL, NULL) == 0) {
 +      int num = 0;
-+      headerAddEntry(pkg->header, RPMTAG_EPOCH, RPM_INT32_TYPE, &num, 1);
++      headerAddEntry(pkg->header, RPMTAG_EPOCH, RPM_UINT32_TYPE, &num, 1);
 +      addMacro(spec->macros, "epoch", NULL, "0", RMIL_SPEC);
 +    }
 +    
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-epoch0.patch?r1=1.4&r2=1.5&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to