aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 2.712.71distro/mga9Jani Välimaa2023-01-151-0/+1
|
* brp-mangle-shebangs: also mangle shebangs of JavaScript executables ↵Jani Välimaa2023-01-151-0/+1
| | | | (rhbz#1998924)
* macros: drop unused %_sys_macros_dir and %build_sysmacrospath()Jani Välimaa2023-01-151-0/+2
|
* 2.702.70Jani Välimaa2023-01-071-0/+1
|
* Macros: drop separate macros.buildJani Välimaa2023-01-071-0/+2
|
* 2.692.69Jani Välimaa2023-01-071-0/+1
|
* Rename build.macros as macros.buildJani Välimaa2023-01-071-0/+1
|
* macros.gnome: really add to distJani Välimaa2023-01-071-0/+2
|
* 2.682.68Jani Välimaa2023-01-071-0/+2
|
* Add macros.gnomeJani Välimaa2023-01-071-0/+1
| | | | Introduce %url_ver and %tarball_version macros
* Update NEWS for rpm-spec-mode.el updateJani Välimaa2022-09-131-0/+3
|
* 2.672.67Jani Välimaa2022-09-031-0/+1
|
* Replace obsolescent egrep with 'grep -E' in devel.prov and devel.reqJani Välimaa2022-09-031-0/+2
|
* 2.662.66Jani Välimaa2022-06-191-0/+1
|
* build.macros: use -Wl,--build-id=sha1 with %build_ldflagsJani Välimaa2022-06-191-0/+2
|
* 2.652.65Jani Välimaa2022-04-101-0/+1
|
* build.macros: remove macro definitions living in python-rpm-macrosJani Välimaa2022-04-101-0/+5
| | | | | | - py_auto_byte_compile - _python_bytecompile_errors_terminate_build - _python_bytecompile_extra
* 2.642.64Jani Välimaa2022-04-101-0/+1
|
* build.macros: use %__os_install_post_python in %__os_install_postJani Välimaa2022-04-101-0/+2
|
* 2.632.63Jani Välimaa2022-04-101-0/+1
|
* build.macros: remove %__brp_python_bytecompile as it lives now in ↵Jani Välimaa2022-04-101-0/+2
| | | | python-rpm-macros
* 2.622.62Jani Välimaa2021-10-171-0/+1
|
* build.macros: export LT_SYS_LIBRARY_PATH with %set_build_flagsJani Välimaa2021-10-171-0/+1
| | | | | Setting LT_SYS_LIBRARY_PATH prevents libtool from hardcoding %_libdir into the binaries' RPATH (originally from Fedora).
* configure.ac: update and modernize with autoconf 2.71Jani Välimaa2021-09-071-0/+2
|
* 2.612.61Jani Välimaa2021-09-071-0/+1
|
* Update NEWSJani Välimaa2021-09-071-0/+1
|
* build.macros: run /usr/lib/rpm/brp-remove-la-files after %installJani Välimaa2021-09-071-0/+1
| | | | | /usr/lib/rpm/brp-remove-la-files was added to RPM 4.17.0 https://github.com/rpm-software-management/rpm/commit/e0de325e1d13fb65066ad09d16cb08ba6e294901
* build.macros: run /usr/lib/rpm/check-rpaths after %installJani Välimaa2021-09-071-0/+2
|
* 2.602.60Thierry Vignaud2021-06-231-0/+1
|
* Drop __brp_python_hardlink for rpm-4.17beta1Thierry Vignaud2021-06-221-1/+3
|
* 2.592.59Thierry Vignaud2021-06-011-0/+1
|
* Drop __brp_strip_shared b/c of rpm-4.17Thierry Vignaud2021-06-011-0/+2
| | | | | It has been removed in rpm-4.17: https://github.com/rpm-software-management/rpm/commit/fd519223ae91f254a913c26f09c1289bf687e277
* 2.582.58Jani Välimaa2021-03-131-0/+1
|
* build.macros: Disable python byte compilation outside python dirs by default ↵Jani Välimaa2021-02-281-0/+1
| | | | (set _python_bytecompile_extra to 0)
* rpm-spec-mode.el: update to version 0.16Jani Välimaa2020-10-011-0/+2
|
* 2.572.57distro/mga8Thierry Vignaud2020-06-231-0/+1
|
* %rename: take a 2nd arg to set the VR to obsoleteThierry Vignaud2020-06-231-1/+3
| | | | See mga#26801 too
* %rename: don't obsolete what is provided (mga#26801)Thierry Vignaud2020-06-221-0/+2
| | | | | It was already done in commit 5172a8d2bcd354f2d0dcaf8d804ac5bdb0932dc9 but then got reversed in commit 73f9d115e69ab000a2fa4fadd3b4bf31f4c94534
* 2.562.56Jani Välimaa2020-06-011-0/+1
|
* Update NEWSJani Välimaa2020-06-011-1/+3
|
* 2.552.55Jani Välimaa2020-05-211-0/+1
|
* build macros: add _legacy_common_support macro for adding -fcommon to ↵Jani Välimaa2020-05-211-1/+1
| | | | | | | | | | | | | | | compiler flags Since version 10, gcc defaults to '-fno-common': https://gcc.gnu.org/gcc-10/porting_to.html#common Builds may fail with 'multiple definition of ...' errors. As a short term workaround for such failure, it is possible to add '-fcommon' to the flags by defining '%_legacy_common_support'. %define _legacy_common_support 1 Properly fixing the failure is always preferred!
* build.macros: run /usr/lib/rpm/check-buildroot at end of %install scriptlet ↵Jani Välimaa2020-05-091-0/+4
| | | | via __arch_install_post
* 2.542.54Thierry Vignaud2020-04-141-0/+1
|
* stop emiting requires(posttrans):on info-installThierry Vignaud2020-04-141-0/+2
| | | | | | rationale: - less container / minimal install bloat - one less patch in rpm
* 2.532.53Thierry Vignaud2020-02-121-0/+1
|
* Revert "build.macros: remove '--without <section>' rpmbuild functionality"Thierry Vignaud2020-02-121-0/+4
| | | | | | | This reverts commit 5057c7c260790cbe5dffeb823ff186282cdfd7f1. Rationale: it's very useful in order to work on huge packages before submiting them to BS
* Revert "build.macros: drop unused _with() and _without() macros originating ↵Thierry Vignaud2020-02-121-2/+0
| | | | | | to RPM 4.4" This reverts commit c77511f05f13b1d568a6f04a1a9cf2625f40666e.
* 2.522.52Jani Välimaa2020-02-041-0/+1
|
* build.macros: add __spec_install_postJani Välimaa2020-02-041-0/+1
|