Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - macros: make _FORTIFY_SOURCE flags configurable via %_fortify_level variable | Jani Välimaa | 2023-11-21 | 2 | -1/+5 | |
| | | | | and undefine _FORTIFY_SOURCE before defining it to avoid build warnings on some packages defining it already | |||||
* | 2.722.72 | Jani Välimaa | 2023-11-18 | 2 | -1/+2 | |
| | ||||||
* | macros: define _use_weak_usergroup_deps to only add user() and group() ↵ | Jani Välimaa | 2023-11-18 | 2 | -0/+5 | |
| | | | | requires as recommends | |||||
* | 2.712.71distro/mga9 | Jani Välimaa | 2023-01-15 | 2 | -1/+2 | |
| | ||||||
* | brp-mangle-shebangs: also mangle shebangs of JavaScript executables ↵ | Jani Välimaa | 2023-01-15 | 2 | -1/+2 | |
| | | | | (rhbz#1998924) | |||||
* | macros: drop unused %_sys_macros_dir and %build_sysmacrospath() | Jani Välimaa | 2023-01-15 | 2 | -3/+2 | |
| | ||||||
* | 2.702.70 | Jani Välimaa | 2023-01-07 | 2 | -1/+2 | |
| | ||||||
* | Macros: drop separate macros.build | Jani Välimaa | 2023-01-07 | 4 | -477/+477 | |
| | ||||||
* | 2.692.69 | Jani Välimaa | 2023-01-07 | 2 | -1/+2 | |
| | ||||||
* | Rename build.macros as macros.build | Jani Välimaa | 2023-01-07 | 3 | -1/+2 | |
| | ||||||
* | macros.gnome: really add to dist | Jani Välimaa | 2023-01-07 | 3 | -1/+4 | |
| | ||||||
* | 2.682.68 | Jani Välimaa | 2023-01-07 | 2 | -1/+3 | |
| | ||||||
* | Add macros.gnome | Jani Välimaa | 2023-01-07 | 2 | -0/+23 | |
| | | | | Introduce %url_ver and %tarball_version macros | |||||
* | Sync script and tag lists with rpm 4.12.90 | Ville Skyttä | 2022-09-13 | 1 | -4/+10 | |
| | ||||||
* | Update NEWS for rpm-spec-mode.el update | Jani Välimaa | 2022-09-13 | 1 | -0/+3 | |
| | ||||||
* | Fix compatibility with Emacs 28.1 | Bhavin Gandhi | 2022-09-13 | 1 | -4/+4 | |
| | | | | | | | | | | Functions without WHEN were deprecated in 23.1 https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS.28#n3063 I wasn't able to find any history of rpm-spec-mode prior 0.12, so setting the WHEN to 0.12. Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com> | |||||
* | 2.672.67 | Jani Välimaa | 2022-09-03 | 2 | -1/+2 | |
| | ||||||
* | Replace obsolescent egrep with 'grep -E' in devel.prov and devel.req | Jani Välimaa | 2022-09-03 | 3 | -3/+5 | |
| | ||||||
* | 2.662.66 | Jani Välimaa | 2022-06-19 | 2 | -1/+2 | |
| | ||||||
* | build.macros: use -Wl,--build-id=sha1 with %build_ldflags | Jani Välimaa | 2022-06-19 | 2 | -1/+7 | |
| | ||||||
* | 2.652.65 | Jani Välimaa | 2022-04-10 | 2 | -1/+2 | |
| | ||||||
* | build.macros: remove macro definitions living in python-rpm-macros | Jani Välimaa | 2022-04-10 | 2 | -12/+5 | |
| | | | | | | - py_auto_byte_compile - _python_bytecompile_errors_terminate_build - _python_bytecompile_extra | |||||
* | 2.642.64 | Jani Välimaa | 2022-04-10 | 2 | -1/+2 | |
| | ||||||
* | build.macros: use %__os_install_post_python in %__os_install_post | Jani Välimaa | 2022-04-10 | 2 | -1/+3 | |
| | ||||||
* | 2.632.63 | Jani Välimaa | 2022-04-10 | 2 | -1/+2 | |
| | ||||||
* | build.macros: remove %__brp_python_bytecompile as it lives now in ↵ | Jani Välimaa | 2022-04-10 | 2 | -1/+2 | |
| | | | | python-rpm-macros | |||||
* | 2.622.62 | Jani Välimaa | 2021-10-17 | 2 | -1/+2 | |
| | ||||||
* | build.macros: export LT_SYS_LIBRARY_PATH with %set_build_flags | Jani Välimaa | 2021-10-17 | 2 | -1/+4 | |
| | | | | | 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.71 | Jani Välimaa | 2021-09-07 | 2 | -5/+7 | |
| | ||||||
* | 2.612.61 | Jani Välimaa | 2021-09-07 | 2 | -1/+2 | |
| | ||||||
* | build.macros: remove .la files before mangling shebangs | Jani Välimaa | 2021-09-07 | 1 | -1/+1 | |
| | | | | | | | Avoid warnings like: + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/lib64/libfoo.la is executable but has no shebang, removing executable bit + /usr/lib/rpm/brp-remove-la-files | |||||
* | Update NEWS | Jani Välimaa | 2021-09-07 | 1 | -0/+1 | |
| | ||||||
* | Fix handling of files without newlines in brp-mangle-shebang | Lumir Balhar | 2021-09-07 | 1 | -1/+8 | |
| | | | | | | | | | | | If the file we are trying to mangle a shebang in has 0 lines (as reported by `wc`) `read` command fails to read the first line and the script fails silently. Text files without newlines should not be executable as there is no way for them to contain a shebang. Signed-off-by: Jani Välimaa <wally@mageia.org> | |||||
* | build.macros: run /usr/lib/rpm/brp-remove-la-files after %install | Jani Välimaa | 2021-09-07 | 2 | -0/+3 | |
| | | | | | /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 %install | Jani Välimaa | 2021-09-07 | 2 | -0/+4 | |
| | ||||||
* | Add backup files ending with a tilde ~ to .gitignore | Jani Välimaa | 2021-07-28 | 1 | -0/+1 | |
| | ||||||
* | 2.602.60 | Thierry Vignaud | 2021-06-23 | 2 | -1/+2 | |
| | ||||||
* | Drop __brp_python_hardlink for rpm-4.17beta1 | Thierry Vignaud | 2021-06-22 | 2 | -3/+3 | |
| | ||||||
* | 2.592.59 | Thierry Vignaud | 2021-06-01 | 2 | -1/+2 | |
| | ||||||
* | Drop __brp_strip_shared b/c of rpm-4.17 | Thierry Vignaud | 2021-06-01 | 2 | -2/+2 | |
| | | | | | It has been removed in rpm-4.17: https://github.com/rpm-software-management/rpm/commit/fd519223ae91f254a913c26f09c1289bf687e277 | |||||
* | 2.582.58 | Jani Välimaa | 2021-03-13 | 2 | -1/+2 | |
| | ||||||
* | build.macros: Disable python byte compilation outside python dirs by default ↵ | Jani Välimaa | 2021-02-28 | 2 | -2/+3 | |
| | | | | (set _python_bytecompile_extra to 0) | |||||
* | rpm-spec-mode.el: update to version 0.16 | Jani Välimaa | 2020-10-01 | 2 | -427/+533 | |
| | ||||||
* | 2.572.57 | Thierry Vignaud | 2020-06-23 | 2 | -1/+2 | |
| | ||||||
* | %rename: take a 2nd arg to set the VR to obsolete | Thierry Vignaud | 2020-06-23 | 2 | -3/+5 | |
| | | | | See mga#26801 too | |||||
* | %rename: don't obsolete what is provided (mga#26801) | Thierry Vignaud | 2020-06-22 | 2 | -1/+3 | |
| | | | | | It was already done in commit 5172a8d2bcd354f2d0dcaf8d804ac5bdb0932dc9 but then got reversed in commit 73f9d115e69ab000a2fa4fadd3b4bf31f4c94534 | |||||
* | 2.562.56 | Jani Välimaa | 2020-06-01 | 2 | -2/+2 | |
| | ||||||
* | Update NEWS | Jani Välimaa | 2020-06-01 | 1 | -1/+3 | |
| | ||||||
* | build.macros: add _configure_gnuconfig_hack macro based on one from Fedora ↵ | Jani Välimaa | 2020-06-01 | 1 | -0/+8 | |
| | | | | | | to update config.{guess,sub} By default _configure_gnuconfig_hack is set to 1 and thus enabled. | |||||
* | 2.552.55 | Jani Välimaa | 2020-05-21 | 2 | -1/+2 | |
| |