|
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | 7 | <groupId>org.elasticsearch</groupId> |
8 | 8 | <artifactId>elasticsearch</artifactId> |
9 | | - <version>0.90.0.RC2-SNAPSHOT</version> |
| 9 | + <version>0.90.0.RC2</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 | <description>ElasticSearch - Open Source, Distributed, RESTful Search Engine</description> |
12 | 12 | <inceptionYear>2009</inceptionYear> |
|
624 | 624 | <prefix>/usr</prefix> |
625 | 625 | <changelogFile>src/changelog</changelogFile> |
626 | 626 | <defineStatements> |
627 | | - <defineStatement>_unpackaged_files_terminate_build 0</defineStatement> |
628 | | - <defineStatement>_binaries_in_noarch_packages_terminate_build 0</defineStatement> |
| 627 | + <defineStatement>_unpackaged_files_terminate_build 0</defineStatement> |
| 628 | + <defineStatement>_binaries_in_noarch_packages_terminate_build 0</defineStatement> |
629 | 629 | </defineStatements> |
630 | 630 | <defaultFilemode>644</defaultFilemode> |
631 | 631 | <defaultDirmode>755</defaultDirmode> |
632 | 632 | <defaultUsername>root</defaultUsername> |
633 | 633 | <defaultGroupname>root</defaultGroupname> |
634 | 634 | <mappings> |
635 | | - <mapping> |
| 635 | + <mapping> |
636 | 636 | <directory>/etc/elasticsearch/</directory> |
637 | 637 | <configuration>true</configuration> |
638 | | - </mapping> |
| 638 | + </mapping> |
639 | 639 | <mapping> |
640 | 640 | <directory>/etc/elasticsearch/</directory> |
641 | 641 | <configuration>true</configuration> |
|
647 | 647 | </includes> |
648 | 648 | </source> |
649 | 649 | </sources> |
650 | | - </mapping> |
651 | | - <mapping> |
| 650 | + </mapping> |
| 651 | + <mapping> |
652 | 652 | <directory>/etc/sysconfig/</directory> |
653 | 653 | <configuration>true</configuration> |
654 | 654 | <sources> |
|
659 | 659 | </includes> |
660 | 660 | </source> |
661 | 661 | </sources> |
662 | | - </mapping> |
663 | | - <mapping> |
| 662 | + </mapping> |
| 663 | + <mapping> |
664 | 664 | <directory>/etc/rc.d/init.d/</directory> |
665 | 665 | <filemode>755</filemode> |
666 | 666 | <configuration>true</configuration> |
|
669 | 669 | <location>src/rpm/init.d/elasticsearch</location> |
670 | 670 | </source> |
671 | 671 | </sources> |
672 | | - </mapping> |
673 | | - <mapping> |
| 672 | + </mapping> |
| 673 | + <mapping> |
674 | 674 | <directory>/etc/systemd/system/</directory> |
675 | 675 | <filemode>755</filemode> |
676 | 676 | <configuration>true</configuration> |
|
682 | 682 | </includes> |
683 | 683 | </source> |
684 | 684 | </sources> |
685 | | - </mapping> |
686 | | - <mapping> |
| 685 | + </mapping> |
| 686 | + <mapping> |
687 | 687 | <directory>/etc/tmpfiles.d/</directory> |
688 | 688 | <configuration>true</configuration> |
689 | 689 | <sources> |
|
694 | 694 | </includes> |
695 | 695 | </source> |
696 | 696 | </sources> |
697 | | - </mapping> |
698 | | - <mapping> |
| 697 | + </mapping> |
| 698 | + <mapping> |
699 | 699 | <directory>/var/run/elasticsearch/</directory> |
700 | 700 | <filemode>755</filemode> |
701 | 701 | <username>elasticsearch</username> |
702 | 702 | <groupname>elasticsearch</groupname> |
703 | | - </mapping> |
704 | | - <mapping> |
| 703 | + </mapping> |
| 704 | + <mapping> |
705 | 705 | <directory>/var/lib/elasticsearch/</directory> |
706 | 706 | <filemode>755</filemode> |
707 | 707 | <username>elasticsearch</username> |
708 | 708 | <groupname>elasticsearch</groupname> |
709 | | - </mapping> |
710 | | - <mapping> |
| 709 | + </mapping> |
| 710 | + <mapping> |
711 | 711 | <directory>/var/log/elasticsearch/</directory> |
712 | 712 | <filemode>755</filemode> |
713 | 713 | <username>elasticsearch</username> |
714 | 714 | <groupname>elasticsearch</groupname> |
715 | | - </mapping> |
716 | | - <mapping> |
| 715 | + </mapping> |
| 716 | + <mapping> |
717 | 717 | <directory>/usr/share/elasticsearch/bin/</directory> |
718 | 718 | <filemode>755</filemode> |
719 | 719 | <sources> |
720 | | - <source> |
721 | | - <location>target/bin</location> |
722 | | - <includes> |
723 | | - <include>elasticsearch</include> |
724 | | - <include>elasticsearch.in.sh</include> |
725 | | - <include>plugin</include> |
726 | | - </includes> |
727 | | - </source> |
| 720 | + <source> |
| 721 | + <location>target/bin</location> |
| 722 | + <includes> |
| 723 | + <include>elasticsearch</include> |
| 724 | + <include>elasticsearch.in.sh</include> |
| 725 | + <include>plugin</include> |
| 726 | + </includes> |
| 727 | + </source> |
728 | 728 | </sources> |
729 | 729 | </mapping> |
730 | 730 | <mapping> |
|
747 | 747 | </includes> |
748 | 748 | </source> |
749 | 749 | </sources> |
750 | | - </mapping> |
751 | | - <mapping> |
| 750 | + </mapping> |
| 751 | + <mapping> |
752 | 752 | <directory>/usr/share/elasticsearch/lib/sigar</directory> |
753 | 753 | <sources> |
754 | 754 | <source> |
755 | 755 | <location>lib/sigar</location> |
756 | 756 | <includes> |
757 | | - <include>sigar*.jar</include> |
758 | | - <include>libsigar-*-linux.*</include> |
| 757 | + <include>sigar*.jar</include> |
| 758 | + <include>libsigar-*-linux.*</include> |
759 | 759 | </includes> |
760 | 760 | </source> |
761 | 761 | </sources> |
|
0 commit comments