aboutsummaryrefslogtreecommitdiffstats
path: root/platform/rpm/mkrpm.sh
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
|
* *.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
|
* copyright updateLibravatar startx20172021-02-15
|
* include tests in rpm source tarballLibravatar Reiner Herrmann2020-10-24
|
* 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
* 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.
* Fix mkrpm.shLibravatar Jon Griffiths2016-02-16
|
* merget #78 - standalone rpm specLibravatar netblue302015-10-11
|
* switch project url to githubLibravatar Matthew Gyurgyik2015-10-10
|
* release 0.9.300.9.30Libravatar netblue302015-09-14
|
* Baseline firejail 0.9.28Libravatar netblue302015-08-08