summaryrefslogtreecommitdiffstats
path: root/dist/vespa.spec
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use new C++ document selection parserTor Brede Vekterli2017-11-141-0/+2
| | | | | | | | | | | | | | | | | | | | Based on Flex/Bison and replaces old Spirit.Classic parser. New parser is pure and does not require any locking, unlike the previous implementation. This also removes parsing of the deprecated searchcolumn feature. Adds build-time dependencies on Flex and Bison.
* | Only delete user and profile if uninstalling. Keep changes to config files.Arnstein Ressem2017-12-041-2/+7
|/
* Add perl packages required by vespa at runtime.Tor Egge2017-11-061-0/+15
|
* Limited port to Fedora 27.Tor Egge2017-11-051-2/+20
|
* Don't compile unit testsBjørn Christian Seime2017-10-021-6/+6
|
* Use Maven 3.3Bjørn Christian Seime2017-10-021-2/+7
|
* Do not require any specific cpu architecture.Henning Baldersheim2017-09-281-2/+0
| | | | Let default c++ abi follow compiler/system default.
* Revert "Use Maven 3.3"Bjørn Christian Seime2017-09-251-2/+1
| | | | This reverts commit 801c9e552228ee9bfea94d8c840461d865877957.
* Revert "Re-port to Fedora after maven requirement changes."Bjørn Christian Seime2017-09-251-4/+1
| | | | This reverts commit 7af86988aee2f0eb97b9439b2142ef56429450a8.
* Re-port to Fedora after maven requirement changes.Tor Egge2017-09-251-1/+4
|
* Use Maven 3.3Bjørn Christian Seime2017-09-251-1/+2
|
* A C++ compiler and libatomic is needed to build on Fedora.Tor Egge2017-09-091-0/+4
|
* Limited port to Fedora 25 and Fedora 26.Tor Egge2017-09-081-11/+54
|
* Cannot use _smp_mflags as it contains the '-j' prefixBjørn Christian Seime2017-08-221-1/+1
|
* Merge pull request #3169 from vespa-engine/bjorncs/docker-build-cleanupGeir Storli2017-08-221-2/+2
|\ | | | | Bjorncs/docker build cleanup
| * Don't update snapshotsBjørn Christian Seime2017-08-211-1/+1
| |
| * Do minimal bootstrapBjørn Christian Seime2017-08-211-1/+1
| |
| * Enable parallel Maven buildBjørn Christian Seime2017-08-211-1/+1
| |
* | Add initscripts as a runtime dependency because usleep is used in our scripts.Arnstein Ressem2017-08-211-0/+1
|/
* Which and valgrind is used in startup scripts.Arnstein Ressem2017-08-141-0/+2
|
* Remove corp referencesJon Bratseth2017-08-081-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-0/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+0
|
* Update copyright headersJon Bratseth2017-06-141-0/+1
|
* Add zstd to docker build and run imageKristian Aune2017-06-141-8/+8
| | | | - also bump dependencies after include path changes
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+0
|
* Merge with masterJon Bratseth2017-06-131-0/+2
|\
| * Require zstd for centos/rpm based builds and installs.Henning Baldersheim2017-06-131-0/+2
| |
* | Copyright headerJon Bratseth2017-06-131-0/+1
|/
* Change prefix from /opt/yahoo/vespa to /opt/vespa.Tor Egge2017-06-091-4/+4
|
* Add llvm3.9 requirement.Arnstein Ressem2017-03-301-4/+4
|
* Moved to devtoolset-6. Using gcc 6.2.1Arnstein Ressem2017-01-111-3/+4
|
* /opt/vespa -> /opt/yahoo/vespa (#648)Arnstein Ressem2016-09-141-4/+4
|
* Separated post_install script from vespa.spec.Arnstein Ressem2016-07-211-62/+0
|
* Userdel removes the group as well. Skip removing the group.Arnstein Ressem2016-06-241-2/+0
|
* Typo in preun step.Arnstein Ressem2016-06-231-2/+2
|
* More spec work.Arnstein Ressem2016-06-231-10/+16
|
* Rewriting the spec file. Draft.Arnstein Ressem2016-06-231-87/+50
|
* Changes needed to get Vespa up and running in Docker.Arnstein Ressem2016-06-221-2/+2
|
* Wrong name of systemd subdir.Arnstein Ressem2016-06-211-3/+3
|
* Aressem/add systemd scripts to rpm spec (#140)Arnstein Ressem2016-06-211-0/+6
| | | | | | * Add generated service files for systemd integration. * vespa core dumper in wrong location.
* Add more scripts and symlinks.Arnstein Ressem2016-06-211-0/+1
|
* Put schema in right directory. Add it in rpm spec.Arnstein Ressem2016-06-201-0/+1
|
* Set rpaths for libs and executables. Add more dependencies.Arnstein Ressem2016-06-201-1/+1
|
* Merge pull request #96 from ↵Eirik Nygaard2016-06-201-5/+6
|\ | | | | | | | | yahoo/aressem/rpm-symlinks-were-put-in-the-wrong-place Put the symlinks in correct place. Add the whole jars/ folder.
| * Wrong link destinationArnstein Ressem2016-06-201-1/+1
| |
| * Put the symlinks in correct place. Add the whole jars/ folder.Arnstein Ressem2016-06-191-5/+6
| |
* | Merge pull request #92 from ↵Eirik Nygaard2016-06-201-1/+1
|\ \ | |/ |/| | | | | yahoo/aressem/build-vespa-rpm-in-clean-docker-container Need to add more to boostrap to be able to build from scratch in dock…
| * Need to add more to boostrap to be able to build from scratch in docker ↵Arnstein Ressem2016-06-181-1/+1
| | | | | | | | container.
* | Merge pull request #93 from ↵Eirik Nygaard2016-06-191-0/+2
|\ \ | | | | | | | | | | | | yahoo/aressem/more-fixes-to-get-the-config-server-to-run Aressem/more fixes to get the config server to run