aboutsummaryrefslogtreecommitdiffstats
path: root/platform/rpm
Commit message (Collapse)AuthorAge
* build: standardize ./configure argumentsLibravatar Kelvin M. Klann2024-02-29
| | | | | | | | | | | | | | For consistency and to make it clearer where jobs differ (for example, to see where `--enable-analyzer` is used). Changes: * Always use --prefix=/usr and --enable-fatal-warnings (except in the Alpine job due to current warnings; see #6224) * Use the same argument order Note: mkdeb.sh and platform/rpm/mkrpm.sh already pass `--prefix=/usr` to ./configure.
* build: mkrpm.sh: allow / in configure argsLibravatar Kelvin M. Klann2024-02-07
|
* build: mkrpm.sh: use set -eLibravatar Kelvin M. Klann2024-02-07
| | | | | | | To abort the build if any error occurs. See also commit 7d9db8355 ("fail build if any step in the script fails", 2019-06-21).
* build: mkrpm.sh: remove --quiet from rpmbuildLibravatar Kelvin M. Klann2024-02-07
| | | | | | | To make the CI logs more informative, as currently nothing from the build itself is shown. Added on commit d684d9988 ("Fix mkrpm.sh", 2016-02-16) / PR #297.
* update copyright 2024Libravatar netblue302024-01-12
|
* build: mkrpm.sh: append instead of override configure argsLibravatar Kelvin M. Klann2023-12-13
| | | | | | | | | | | | For consistency with mkdeb.sh. Note: The default arguments and support for argument overriding was added to to mkrpm.sh on commit 3d97332fd ("Add configure options when building rpm (#3422)", 2020-05-19). The support for appending arguments was added to mkdeb.sh on commit 9a0fbbd71 ("mkdeb.sh.in: pass remaining arguments to ./configure", 2022-05-13) / PR #5154.
* build: use config.sh in more scriptsLibravatar Kelvin M. Klann2023-07-28
| | | | | | | This removes the need to manually pass variables such as `$(TARNAME)` and `$(VERSION)` to shell scripts in the root Makefile. Relates to #5140.
* build: fix shellcheck issues in mkrpm.sh/compile.shLibravatar Kelvin M. Klann2023-07-28
|
* editorconfig: add indentation rulesLibravatar Kelvin M. Klann2023-02-20
| | | | | | | | | | Commands used to list the file extensions used in the project: $ git ls-files | sed -En 's/.*(\.[^.]+)$/\1/p' | LC_ALL=C sort | uniq -c For rules that are more specific to a given directory, put a dedicated .editorconfig file in it.
* *.sh: use consistent indentationLibravatar Kelvin M. Klann2023-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | Almost all of the shell scripts in the repository use tabs for indentation (or have no indentation at all): $ git grep -Il '^\t' -- '*.sh' | wc -l 19 $ git grep -Il '^ ' -- '*.sh' | wc -l 5 $ git grep -IL '^[ \t]' -- '*.sh' | wc -l 25 So do the same in the few shell scripts that currently use spaces for indentation. Except for the following file: * platform/rpm/mkrpm.sh Not sure if it's following a packaging-specific scheme, so just fix the one indentation inconsistency in it and otherwise leave it as is for now. Command used to search for shell scripts using spaces for indentation: $ git grep -In '^ ' -- '*.sh'
* Update copyright to 2023 (#5664)Libravatar David Fetter2023-02-15
|
* 2022 copyright updateLibravatar netblue302022-01-07
|
* rpm: fix man page location in spec fileLibravatar Reiner Herrmann2021-06-06
|
* jailtest -> jailcheck (#4268)Libravatar netblue302021-05-18
|
* build: include jailtest in rpmLibravatar Reiner Herrmann2021-02-21
|
* copyright updateLibravatar startx20172021-02-15
|
* build: include zsh completion in rpmLibravatar Reiner Herrmann2021-02-14
|
* include tests in rpm source tarballLibravatar Reiner Herrmann2020-10-24
|
* ${RUNUSER} blacklisting + typoLibravatar rusty-snake2020-05-27
|
* Add configure options when building rpm (#3422)Libravatar Haowei Yu2020-05-19
|
* move copyright statement to 2020 (part 3) (#3182)Libravatar glitsj162020-01-24
| | | | | | | | | | * move copyright statement to 2020 * move copyright statement to 2020 * move copyright statement to 2020 * move copyright statement to 2020
* misc fixesLibravatar rusty-snake2019-08-26
| | | | | | - fix for #2038 - update RELNOTES - fix #2925
* Misc fixesLibravatar Tad2018-08-22
|
* minor cleanupLibravatar netblue302018-08-19
|
* Replace all possible HTTP links with HTTPSLibravatar Tad2018-08-08
|
* centos testingLibravatar netblue302018-04-26
|
* Fix rpm buildLibravatar Tad2018-04-09
|
* rpm: install all files in lib directoryLibravatar Reiner Herrmann2018-01-23
|
* 0.9.52 testing0.9.52Libravatar netblue302017-12-12
|
* typosLibravatar Reiner Herrmann2017-10-22
|
* rpm: firejail-config manpage no longer existsLibravatar Reiner Herrmann2017-09-30
| | | | Fixes #1583
* make rpmLibravatar startx20172017-09-23
|
* merge fixes from 0.9.50-bugfixes branchLibravatar netblue302017-09-11
|
* Improve seccomp support for non-x86 architecturesLibravatar Topi Miettinen2017-09-02
|
* 0.9.50~rc1Libravatar netblue302017-08-28
|
* deb, rpmLibravatar netblue302017-08-23
|
* Match RPM license tag with license set in COPYINGLibravatar Daniel Aleksandersen2017-08-10
| | | | Known license tag should be `GPLv2+`. https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#SoftwareLicenses
* 0.9.48 testing0.9.48Libravatar netblue302017-06-12
|
* Remove trailing whitespace from platformLibravatar Fred Barclay2017-05-24
|
* merged 0.9.46-bugfixes on mainline following 0.9.46 releaseLibravatar startx20172017-05-17
|
* 0.9.46~rc1 testingLibravatar netblue302017-04-07
|
* CentOS fixesLibravatar netblue302017-04-07
|
* merge #1100 from zackw: removed libconnectLibravatar netblue302017-02-14
|
* 0.9.44 - build rpm0.9.44Libravatar netblue302016-10-22
|
* audit feature: rpm platformLibravatar netblue302016-07-05
|
* add new files to rpmLibravatar Matthew Gyurgyik2016-04-16
|
* Fix exclusion while building tarballLibravatar Jon Griffiths2016-03-03
| | | | Also exclude the tests to use even less temp dir space.
* Strip version number suffixesLibravatar Jon Griffiths2016-03-03
| | | | Suffixes such as -rc1 etc are not allowed by rpm tools.
* centos7 fixes; support for building rpm packagesLibravatar netblue302016-02-16
|
* Remove old-mkrpm.shLibravatar Jon Griffiths2016-02-16
|