Petr Prochazka created MRPM-106:
-----------------------------------

             Summary: Using build time from maven session instead new Date()
                 Key: MRPM-106
                 URL: https://jira.codehaus.org/browse/MRPM-106
             Project: Mojo RPM Plugin
          Issue Type: Improvement
          Components: rpm
    Affects Versions: 2.1-alpha-1
         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: D:\usr\share\java\apache-maven
Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
Java home: D:\usr\share\java\jdk\jre
Default locale: cs_CZ, platform encoding: Cp1250
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
            Reporter: Petr Prochazka
            Assignee: Brett Okken
            Priority: Minor
         Attachments: MRPM-106.patch, rpm-multipackages.zip

I have multiproject with this rpm dependencies:
rpm-common
rpm-app1 -> rpm-common
rpm-app2 -> rpm-common

and I defined this requires section for rpm-app1 and rpm-app2
{code:xml}<requires>
  <require>rpm-common  = ${rpm.version}-${rpm.release}</require>
</requires>{code}
then in generated RPM Spec file is not same timestamp of rpm-app1 and 
rpm-common.
rpm-common has version: 1.0-SNAPSHOT20120320095216
rpm-app1 has requires: rpm-common = 1.0-SNAPSHOT20120320095222


Test case is attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to