SOURCES: alien-rpm.patch (NEW) - use License instead of obsolete C...
qboosh
qboosh at pld-linux.org
Mon Oct 17 12:19:17 CEST 2005
Author: qboosh Date: Mon Oct 17 10:19:17 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use License instead of obsolete Copyright tag
---- Files affected:
SOURCES:
alien-rpm.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/alien-rpm.patch
diff -u /dev/null SOURCES/alien-rpm.patch:1.1
--- /dev/null Mon Oct 17 12:19:17 2005
+++ SOURCES/alien-rpm.patch Mon Oct 17 12:19:12 2005
@@ -0,0 +1,11 @@
+--- alien/Alien/Package/Rpm.pm.orig 2005-07-19 22:14:31.000000000 +0200
++++ alien/Alien/Package/Rpm.pm 2005-10-17 12:14:32.000000000 +0200
+@@ -292,7 +292,7 @@
+ print OUT "Requires: ".$this->depends."\n"
+ if defined $this->depends && length $this->depends;
+ print OUT "Summary: ".$this->summary."\n";
+- print OUT "Copyright: ".$this->copyright."\n";
++ print OUT "License: ".$this->copyright."\n";
+ print OUT "Distribution: ".$this->distribution."\n";
+ print OUT "Group: Converted/".$this->group."\n";
+ print OUT "\n";
================================================================
More information about the pld-cvs-commit
mailing list