Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.372.37 | Jani Välimaa | 2018-10-21 | 2 | -1/+3 |
| | |||||
* | Strip binaries and libraries in __os_install_post if __debug_package isn't ↵ | Jani Välimaa | 2018-10-21 | 2 | -0/+13 |
| | | | | | | | | | defined Add __brp_strip, __brp_strip_comment_note, __brp_strip_static_archive and __brp_strip_shared for stripping. One can skip stripping by using '%define __strip %{_bindir}/true' in .spec, if needed. | ||||
* | remove macros duplicated from rpm | Thierry Vignaud | 2018-09-24 | 2 | -11/+0 |
| | |||||
* | those macros are used at build time | Thierry Vignaud | 2018-09-24 | 2 | -4/+6 |
| | |||||
* | remove sparc lists unused for years | Thierry Vignaud | 2018-09-24 | 1 | -3/+0 |
| | |||||
* | sync comment with FC | Thierry Vignaud | 2018-09-24 | 1 | -2/+7 |
| | |||||
* | 2.36,2.36 | Thierry Vignaud | 2018-09-24 | 2 | -1/+3 |
| | |||||
* | Automatically compile python files | Thierry Vignaud | 2018-09-24 | 2 | -0/+5 |
| | |||||
* | do not fail when python call is ambiguous | Thierry Vignaud | 2018-09-24 | 1 | -1/+0 |
| | |||||
* | fix shebang (found by mangling shebang) | Thierry Vignaud | 2018-09-24 | 2 | -2/+2 |
| | | | | actually rpmlint was complaining too... | ||||
* | add __brp_mangle_shebangs from FC in order to: | Thierry Vignaud | 2018-09-24 | 4 | -0/+157 |
| | | | | | | | - fix /bin -> /usr/bin - resolve "env foobar" -> "foobar" install it in /usr/lib/rpm/redhat to make clear from where it comes | ||||
* | 2.352.35 | Thierry Vignaud | 2018-09-24 | 2 | -1/+3 |
| | |||||
* | split %__brp_python_hardlink too | Thierry Vignaud | 2018-09-24 | 1 | -1/+2 |
| | |||||
* | split&sync %__brp_python_bytecompile with upstream | Thierry Vignaud | 2018-09-24 | 2 | -1/+9 |
| | | | | | | | | Thus using "%global __python %{__python3}" enables to properly fix python3 bytecompiling Also recognize %_python_bytecompile_extra for compiling outisde python specific directories | ||||
* | kill unusued %_python_bytecompile_build macro | Thierry Vignaud | 2018-09-24 | 1 | -3/+0 |
| | |||||
* | terminate build when missing buildids by default | Thierry Vignaud | 2018-09-24 | 2 | -0/+5 |
| | |||||
* | move %__spec_install_pre too | Thierry Vignaud | 2018-09-24 | 1 | -12/+14 |
| | | | | it's now easier to compare with FC | ||||
* | move %__os_install_post | Thierry Vignaud | 2018-09-24 | 1 | -6/+6 |
| | | | | | It's run at end of %install, not at beginning Plus it's now easier to compare with FC | ||||
* | binary payload is chosen at build time | Thierry Vignaud | 2018-09-24 | 2 | -3/+3 |
| | |||||
* | reorder for easier comp with FC | Thierry Vignaud | 2018-09-24 | 1 | -13/+15 |
| | |||||
* | remove duplicated systemd macros | Thierry Vignaud | 2018-09-24 | 2 | -3/+1 |
| | |||||
* | triming changelog is done at build time, also reduce it to 2 years | Thierry Vignaud | 2018-09-24 | 3 | -2/+5 |
| | |||||
* | 2.342.34 | Thierry Vignaud | 2018-09-08 | 2 | -1/+3 |
| | |||||
* | emits requires(posttrans) on info-install | Thierry Vignaud | 2018-09-08 | 2 | -0/+4 |
| | | | | (needs newer rpm) | ||||
* | 2.332.33 | Thierry Vignaud | 2018-09-07 | 2 | -1/+3 |
| | |||||
* | emits requires on info-install instead of provides | Thierry Vignaud | 2018-09-07 | 2 | -1/+3 |
| | |||||
* | 2.322.32 | Thierry Vignaud | 2018-09-04 | 2 | -1/+3 |
| | |||||
* | remove obsolete $Id: CVS tags | Thierry Vignaud | 2018-09-04 | 11 | -11/+0 |
| | |||||
* | Automatically emits requires on info-install for *.info files | Thierry Vignaud | 2018-09-04 | 4 | -0/+11 |
| | |||||
* | 2.312.31 | Thierry Vignaud | 2018-08-09 | 2 | -1/+3 |
| | |||||
* | emit perl-base requires for new 32bit perl path | Thierry Vignaud | 2018-08-09 | 2 | -1/+3 |
| | |||||
* | 2.302.30 | Thierry Vignaud | 2018-08-09 | 2 | -1/+3 |
| | |||||
* | emit perl-base requires for new perl pathes | Thierry Vignaud | 2018-08-09 | 2 | -1/+3 |
| | |||||
* | 2.292.29 | Jani Välimaa | 2018-08-05 | 2 | -1/+3 |
| | |||||
* | build.macros: fix typo in __brp_python_bytecompile call | Jani Välimaa | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | build.macros: allow redefinition of __brp_python_hardlink in __os_instal_post | Jani Välimaa | 2018-08-05 | 2 | -1/+2 |
| | |||||
* | build.macros: fix python bytecompile in __os_instal_post as ↵ | Jani Välimaa | 2018-08-05 | 2 | -1/+3 |
| | | | | __brp_python_bytecompile is now defined by rpm upstream | ||||
* | 2.282.28 | Jani Välimaa | 2018-05-26 | 2 | -1/+3 |
| | |||||
* | Add -fasynchronous-unwind-tables to default optflags for x86_64 and aarch64 | Jani Välimaa | 2018-04-21 | 2 | -2/+4 |
| | |||||
* | 2.272.27 | Jani Välimaa | 2018-03-22 | 2 | -1/+3 |
| | |||||
* | Add aarch64 config | Jani Välimaa | 2018-03-22 | 3 | -0/+8 |
| | |||||
* | 2.262.26 | Thierry Vignaud | 2018-01-25 | 2 | -1/+3 |
| | |||||
* | define %_pkgdocdir (mga#22444) | Thierry Vignaud | 2018-01-25 | 2 | -0/+3 |
| | |||||
* | 2.252.25 | Neal Gompa | 2017-08-06 | 2 | -1/+3 |
| | |||||
* | Remove pythoneggs.py in favor of using upstreamed pythondistdeps.py | Neal Gompa | 2017-08-06 | 4 | -200/+4 |
| | |||||
* | 2.242.24 | Thierry Vignaud | 2017-08-03 | 2 | -1/+3 |
| | |||||
* | drop now useless brp-java-repack-jars | Thierry Vignaud | 2017-08-03 | 4 | -101/+1 |
| | |||||
* | generate .gdb_index sections by default | Thierry Vignaud | 2017-08-03 | 2 | -0/+2 |
| | |||||
* | move _debuginfo_subpackages and _debugsource_packages from rpm | Thierry Vignaud | 2017-08-03 | 2 | -0/+5 |
| | |||||
* | 2.232.23 | Neal Gompa | 2017-07-30 | 2 | -1/+3 |
| |