diff options
author | Jani Välimaa <wally@mageia.org> | 2018-08-05 19:41:02 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2018-08-05 19:41:02 +0300 |
commit | 05d7450a2ce7fbcbc1bd849bd331054b9ce7582b (patch) | |
tree | 6323899c1812deb86888db0317b6e85168238e97 | |
parent | 643fc2a331848f7451681420e3c78a6e9c44ee09 (diff) | |
download | rpm-setup-05d7450a2ce7fbcbc1bd849bd331054b9ce7582b.tar rpm-setup-05d7450a2ce7fbcbc1bd849bd331054b9ce7582b.tar.gz rpm-setup-05d7450a2ce7fbcbc1bd849bd331054b9ce7582b.tar.bz2 rpm-setup-05d7450a2ce7fbcbc1bd849bd331054b9ce7582b.tar.xz rpm-setup-05d7450a2ce7fbcbc1bd849bd331054b9ce7582b.zip |
2.292.29
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.29 - 05 August 2018, by Jani Välimaa + - fix python bytecompile in __os_instal_post as __brp_python_bytecompile is now defined by rpm upstream - allow redefinition of __brp_python_hardlink in __os_instal_post diff --git a/configure.ac b/configure.ac index 4d2b8ae..6fcbd01 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.28, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.29, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |