aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* build.macros: remove '--without <section>' rpmbuild functionalityJani Välimaa2020-02-041-0/+2
| | | | It was the only leftover using _with().
* 2.512.51Jani Välimaa2020-02-031-0/+1
|
* build.macros: drop unused _with() and _without() macros originating to RPM 4.4Jani Välimaa2020-02-021-0/+2
|
* build.macros: drop old perl compatibility macrosJani Välimaa2020-02-011-0/+2
| | | | | | Nothing in SVN uses these macros anymore: %perl_sitearch %perl_archlib
* Update NEWSJani Välimaa2020-02-011-0/+5
|
* rpmrc: use _ssp_cflags also with arm optflagsJani Välimaa2020-01-241-0/+1
| | | | | $ rpm --eval %_ssp_cflags -fstack-protector --param=ssp-buffer-size=4
* build.macros: drop unused _package_i18n() macroJani Välimaa2020-01-221-0/+3
|
* 2.502.50Jani Välimaa2020-01-161-0/+1
|
* build.macros: add mistakenly removed --prefix= back to configure macroJani Välimaa2020-01-161-0/+2
| | | | --prefix was removed by a mistake in commit f8280d3cd69710d5f6e5bf80bb44900a8ebe46de
* 2.492.49Jani Välimaa2020-01-161-0/+1
|
* build.macros: sync configure macro with rpm upstreamJani Välimaa2020-01-161-0/+1
|
* build.macros: replace configure2_5x with configure macroJani Välimaa2020-01-161-0/+1
|
* build.macros: drop legacy libtoolize calls from configure macrosJani Välimaa2020-01-161-0/+1
|
* build.macros: drop deprecated and unused __cputoolize macorJani Välimaa2020-01-161-0/+2
|
* build.macros: drop legacy --x-includes= and --x-libraries= from configure macrosJani Välimaa2020-01-161-0/+2
|
* 2.482.48Jani Välimaa2020-01-021-0/+1
|
* Update NEWSJani Välimaa2019-12-281-1/+1
|
* build.macros: add build_* flags and set_build_flags macro from upstream rpmJani Välimaa2019-12-281-0/+1
| | | | | | | %build_cflags %build_cxxflags %build_fflags %build_ldflags
* build.macros: add __global_* flags for compatibility with FedoraJani Välimaa2019-12-281-0/+1
| | | | | | | | %__global_cflags %{build_cflags} %__global_cxxflags %{build_cxxflags} %__global_fflags %{build_fflags} %__global_fcflags %{build_fflags} %__global_ldflags %{build_ldflags}
* build.macros: drop unused make_session and make_dm_sessionJani Välimaa2019-12-281-0/+2
|
* build.macros: drop more unused macrosJani Välimaa2019-12-271-0/+3
|
* build.macros: drop unused _update_menus_bin macroJani Välimaa2019-12-271-0/+1
|
* build.macros: drop unused __chkconfig and __service macrosJani Välimaa2019-12-271-0/+2
|
* build.macros: drop deprecated and unused post_install_gconf_schemasJani Välimaa2019-12-271-0/+1
|
* build.macros: drop deprecated and unused macrosJani Välimaa2019-12-271-0/+9
|
* build.macros: use %{warn:...} macro for deprecation warningsJani Välimaa2019-12-271-0/+1
|
* Remove unused git-repository--after-tarball and git-repository--apply-patchJani Välimaa2019-12-261-0/+1
|
* build.macros: remove %_after_setup leftoversJani Välimaa2019-12-261-0/+2
| | | | Support for it was dropped when introduce-_after_setup-which-is-called-after-setup.patch was removed from rpm
* rpmrc: drop deprecated macrofiles lineJani Välimaa2019-12-261-0/+2
|
* 2.472.47Jani Välimaa2019-12-261-0/+1
|
* Replace setup_compile_flags rpm macro with upstream set_build_flags macroJani Välimaa2019-12-261-0/+3
| | | | Deprecation warning is output is %setup_compile_flags is used.
* 2.462.46Jani Välimaa2019-12-241-0/+2
|
* brp-mangle-shebangs: do not exit if read has a non-zero statusJani Välimaa2019-12-241-0/+3
| | | | | | | | | At least building texlive-texmf fails without this because brp-mangle-shebangs has -e in its shebang. -e Exit immediately if a command exits with a non-zero status. $ read shebang_line < BUILD/texlive-20190410-texmf/texmf-dist/doc/generic/pst-mirror/createEPS/test.sh $ echo $? 1
* 2.452.45Thierry Vignaud2019-12-231-0/+2
|
* Switch binary payload compression to Zstandard level 19Thierry Vignaud2019-12-231-0/+3
| | | | | for faster installations, as discussed with tmb See https://fedoraproject.org/wiki/Changes/Switch_RPMs_to_zstd_compression