summaryrefslogtreecommitdiffstats
path: root/dist/vespa.spec
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.231.18-1].vespa-6.231.18-1by-screwdriver2018-04-171-219/+0
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.231.18 --no-auto-changelog
* Use only standard gdb to avoid pulling in devtoolset as a runtime dependency.Arnstein Ressem2018-02-151-1/+0
|
* Remove torrent and zookeeperHenning Baldersheim2018-02-081-2/+0
|
* Remove torrent and zookeeperHenning Baldersheim2018-02-081-6/+4
|
* Use llvm4.0 on Fedora 27 and Fedora 28.Tor Egge2018-01-231-6/+10
|
* Delete the vespa group on uninstall.Arnstein Ressem2018-01-161-1/+2
|
* Rewrite for to while for readability.Henning Baldersheim2018-01-091-0/+4
|
* use-devtoolset-7Henning Baldersheim2017-12-121-4/+4
|
* Merge pull request #4126 from ↵Tor Brede Vekterli2017-12-071-0/+2
|\ | | | | | | | | vespa-engine/vekterli/move-to-flex-bison-parsing-for-document-selection-rebased Use new C++ document selection parser
| * 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.