]> git.pld-linux.org Git - packages/rpm.git/commitdiff
keep old Perl identification string for compatibility with old file auto/th/rpm-5.4.14-6
authorKacper Kornet <draenog@pld-linux.org>
Tue, 7 Oct 2014 16:28:45 +0000 (17:28 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Tue, 7 Oct 2014 16:28:45 +0000 (17:28 +0100)
rpm-perl-magic.patch

index 4352d1b2a17a35e922aee161d1dbff66e37ae255..2b41d61f9f6f5149fd22ba69f6a49e82ba84f526 100644 (file)
@@ -1,10 +1,10 @@
 --- lib/rpmfc.c.orig   2014-10-07 15:53:03.185631053 +0100
 +++ lib/rpmfc.c        2014-10-07 16:02:32.487591097 +0100
-@@ -593,7 +593,7 @@
+@@ -593,7 +593,8 @@
  
    { "Desktop Entry",          RPMFC_DESKTOP_FILE|RPMFC_INCLUDE },
  
--  { "perl script text",               RPMFC_PERL|RPMFC_INCLUDE },
+   { "perl script text",               RPMFC_PERL|RPMFC_INCLUDE },
 +  { "Perl script",            RPMFC_PERL|RPMFC_INCLUDE },
    { "Perl5 module source text", RPMFC_PERL|RPMFC_MODULE|RPMFC_INCLUDE },
  
This page took 0.038534 seconds and 4 git commands to generate.