You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2013/10/29 20:01:28 UTC

[Bug 6984] New: r1531991 breaks perl.req script

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6984

            Bug ID: 6984
           Summary: r1531991 breaks perl.req script
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Hardware: PC
                OS: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Packaging: RPM
          Assignee: dev@spamassassin.apache.org
          Reporter: jernej.porenta@arnes.si

r1531991 breaks RPM creation due automatic dependency detection mechanism in
RPM based script /usr/lib/rpm/perl.req (RedHat EL6; package
rpm-build-4.8.0-32.el6.x86_64).

The script detects the beginning of the line "use these" as module requirement
definition and adds it to RPM package requirements, even though it is just a
comment.

This is actually a rpm-build bug, but it can be easily avoided even in
SpamAssassin ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 6984] r1531991 breaks perl.req script

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6984

Mark Martinec <Ma...@ijs.si> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 6984] r1531991 breaks perl.req script

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6984

Mark Martinec <Ma...@ijs.si> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Mark Martinec <Ma...@ijs.si> ---
> Bug filed: https://bugzilla.redhat.com/show_bug.cgi?id=1024517

Great, thanks!  Closing.

For the record, the trouble section was a multiline string,
with a line starting on: "   use these standard programs..." :


my $lwp_note = "   Sa-update will use curl, wget or fetch to download updates.  
   Because LWP does not support IPv6, sa-update as of 3.4.0 will 
   use these standard programs to download rule updates leaving LWP 
   as a fallback if none of the programs are found.
   *IMPORTANT NOTE*: You only need one of these programs.";

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 6984] r1531991 breaks perl.req script

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6984

Jernej Porenta <je...@arnes.si> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jernej.porenta@arnes.si

--- Comment #3 from Jernej Porenta <je...@arnes.si> ---
Bug filed:
https://bugzilla.redhat.com/show_bug.cgi?id=1024517

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 6984] r1531991 breaks perl.req script

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6984

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@pccc.com

--- Comment #2 from Kevin A. McGrail <km...@pccc.com> ---
Please open a bug for the RPM script as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 6984] r1531991 breaks perl.req script

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6984

--- Comment #1 from Mark Martinec <Ma...@ijs.si> ---
> This is actually a rpm-build bug, but it can be easily avoided
> even in SpamAssassin ;)

The "use these" is detected inside a string, silly indeed. Thanks!

trunk:
Bug 6984: r1531991 breaks perl.req script
  Sending lib/Mail/SpamAssassin/Util/DependencyInfo.pm
Committed revision 1536864.

-- 
You are receiving this mail because:
You are the assignee for the bug.