From a57e62e37b0c2812e89745f500532b81e4d55f67 Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Thu, 21 May 2020 11:33:38 +0300 Subject: [PATCH] bot: rpm5 -> rpm4 (11) [rosa2019.05] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (11) rosa2019.05: remove quotations from %__requires_exclude and %__provides_exclude which do not work on RPM 4 (10) rosa2019.05: %py_ -> %py2_, %{py_ -> %{py2_ (9): Adopt spec for enabled byte compiling in Python These automatic changes are done by scripts *rpm5-to-rpm4.sh at https://gitlab.com/abf-mirror/abf-mirror-scripts The goal is to adopt specs for RPM 4 to which ROSA 2019.1 has migrated from RPM 5, but keep compatibility with RPM 5. Details about migration are here: https://wiki.rosalab.ru/ru/index.php/Переход_ROSA_с_RPM_5_на_RPM_4 Contact m.novosyolov@rosalinux.ru in case of problems --- docker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.spec b/docker.spec index 1811062..847831d 100644 --- a/docker.spec +++ b/docker.spec @@ -1,4 +1,4 @@ -%global __requires_exclude '.*/bin/make' +%global __requires_exclude .*/bin/make # modifying the dockerinit binary breaks the SHA1 sum check by docker %global __os_install_post %{_usrlibrpm}/brp-compress