Changeset 6134 for SRUAggregator


Ignore:
Timestamp:
04/09/15 10:59:58 (9 years ago)
Author:
ccoltekin@gmail.com
Message:

Fixes to rpm package creation on Mac OS X.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/pom.xml

    r6132 r6134  
    195195                <groupId>org.codehaus.mojo</groupId>
    196196                <artifactId>rpm-maven-plugin</artifactId>
    197                 <version>2.1-alpha-4</version>
     197                <version>2.1.2</version>
    198198                <extensions>true</extensions>
    199199                <configuration>
     200                    <needarch>noarch</needarch>
     201                    <targetOS>linux</targetOS>
     202                    <targetVendor>pc</targetVendor>
    200203                    <group>Applications/System</group>
    201204                    <name>${project.artifactId}</name>
     
    227230                            <directoryIncluded>false</directoryIncluded>
    228231                            <filemode>755</filemode>
     232                            <username>root</username>
     233                            <groupname>root</groupname>
    229234                            <sources>
    230235                                <source>
     
    238243                            <directoryIncluded>false</directoryIncluded>
    239244                            <filemode>755</filemode>
     245                            <username>root</username>
     246                            <groupname>root</groupname>
    240247                            <sources>
    241248                                <source>
     
    249256                            <directoryIncluded>false</directoryIncluded>
    250257                            <configuration>true</configuration>
     258                            <filemode>755</filemode>
     259                            <username>root</username>
     260                            <groupname>root</groupname>
    251261                            <sources>
    252262                                <source>
     
    260270                            <directoryIncluded>false</directoryIncluded>
    261271                            <configuration>true</configuration>
     272                            <filemode>644</filemode>
     273                            <username>root</username>
     274                            <groupname>root</groupname>
    262275                            <sources>
    263276                                <source>
Note: See TracChangeset for help on using the changeset viewer.