diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-08-29 21:04:45 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-08-29 21:33:13 +0200 |
commit | 84e99b656252de1ea34098445193b14b1a72f969 (patch) | |
tree | 5ec118859ac1e94add31e037a3bd807d475d856a /NEWS | |
parent | 5f81cbd8ababaf8b50bfe680ddb1268b2a35ce0b (diff) | |
download | rpm-setup-84e99b656252de1ea34098445193b14b1a72f969.tar rpm-setup-84e99b656252de1ea34098445193b14b1a72f969.tar.gz rpm-setup-84e99b656252de1ea34098445193b14b1a72f969.tar.bz2 rpm-setup-84e99b656252de1ea34098445193b14b1a72f969.tar.xz rpm-setup-84e99b656252de1ea34098445193b14b1a72f969.zip |
move macros files into /usr/lib/rpm/macros.d
move them from /etc/rpm/macros.d into /usr/lib/rpm/macros.d thus fixing
most failures with rpm's testsuite (related to not being able to disable
debuginfo)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- move files from /etc/rpm/macros.d into /usr/lib/rpm/macros.d thus fixing most + issues with rpm's testsuite (related to not being able to disable debuginfo) + Version 2.39 - 4 May 2019, by Pascal Terjan - make armv7hl chroots on aarch64 work as expected (urpmi accepts to install armv7hl |