From b53844bfb98993bed9fc62cddac60839e474c2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 11 Jul 2017 14:49:05 +0200 Subject: [PATCH 1/8] Updating repo URL for Boltron final MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- base-runtime.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-runtime.yaml b/base-runtime.yaml index 95fa70b..5ce5f41 100644 --- a/base-runtime.yaml +++ b/base-runtime.yaml @@ -863,7 +863,7 @@ data: ref: db937d42cebde417a4002ed2ce8578c63f2b114c fedora-modular-repos: rationale: Autogenerated by Base Runtime tools. - ref: c1f4b61a43f5123fec07b926c23e99c8732ea951 + ref: fc57071a7bafbe93bdaaef5cbe146aafb940d622 # fedora-rpm-macros-26-2.fc26 fedora-rpm-macros: rationale: Autogenerated by Base Runtime tools. From e2ae10693be4a297ba0d99f6205b52c33f19e8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 11 Jul 2017 16:32:01 +0200 Subject: [PATCH 2/8] Point to the right repo sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- base-runtime.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-runtime.yaml b/base-runtime.yaml index 5ce5f41..2e62c93 100644 --- a/base-runtime.yaml +++ b/base-runtime.yaml @@ -863,7 +863,7 @@ data: ref: db937d42cebde417a4002ed2ce8578c63f2b114c fedora-modular-repos: rationale: Autogenerated by Base Runtime tools. - ref: fc57071a7bafbe93bdaaef5cbe146aafb940d622 + ref: e2695c7e0917fd47256f89e20d9d1ed7f50899ca # fedora-rpm-macros-26-2.fc26 fedora-rpm-macros: rationale: Autogenerated by Base Runtime tools. From aac03b7daa5287f3f2431e8a7fdbdc56be60f9d7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 12 Jul 2017 12:10:11 -0400 Subject: [PATCH 3/8] Updating libdnf to 0.9.2 Signed-off-by: Stephen Gallagher --- base-runtime.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-runtime.yaml b/base-runtime.yaml index 2e62c93..3edf572 100644 --- a/base-runtime.yaml +++ b/base-runtime.yaml @@ -1053,10 +1053,10 @@ data: libdb: rationale: Autogenerated by Base Runtime tools. ref: 607172865e43570dde11c1f49de14474f47e837a - # libdnf-0.8.2-1.fc26 + # libdnf-0.9.2-1.fc26 libdnf: rationale: Autogenerated by Base Runtime tools. - ref: efe1828c67c1e638c7440a2315ffde33bf01c2d4 + ref: 8a2c2ce0fe8899d18e8dfb88dd61fc0b13ab6616 # libev-4.24-2.fc26 libev: rationale: Autogenerated by Base Runtime tools. From 52b9647fd7dcb485199c93ba54f0fc5af21350bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 14 Jul 2017 09:00:53 +0200 Subject: [PATCH 4/8] Drop buildopts, we don't need them anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...and it's possible they're causing https://pagure.io/fm-orchestrator/issue/609. Signed-off-by: Petr Šabata --- base-runtime.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/base-runtime.yaml b/base-runtime.yaml index 3edf572..b1441a9 100644 --- a/base-runtime.yaml +++ b/base-runtime.yaml @@ -708,10 +708,6 @@ data: # util-linux util-linux-user, ] - buildopts: - rpms: - macros: | - %baseruntime_force_rebuild 2017-06-26 components: rpms: # acl-2.2.52-13.fc26 From 1ac41ff742614ce54438867ef2950ed754285191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 14 Jul 2017 09:19:29 +0200 Subject: [PATCH 5/8] Add iputils to base-runtime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's used by other modules and it just fits in. Signed-off-by: Petr Šabata --- base-runtime.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base-runtime.yaml b/base-runtime.yaml index b1441a9..2ad75f3 100644 --- a/base-runtime.yaml +++ b/base-runtime.yaml @@ -293,6 +293,8 @@ data: # iptables iptables, iptables-devel, iptables-libs, iptables-services, iptables-utils, + # iputils, + iputils, iputils-ninfod, # isl isl, isl-devel, # kernel @@ -997,6 +999,10 @@ data: iptables: rationale: Autogenerated by Base Runtime tools. ref: 7ee46ed2f5172db5f6e158009062ef99c3eebb48 + # iputils-20161105-2.fc26 + iputils: + rationale: Autogenerated by Base Runtime tools. + ref: 3be51cc88526fbf29d67dd1de80366b416140975 # isl-0.16.1-1.fc26 isl: rationale: Autogenerated by Base Runtime tools. From 165722aa0392393f2ace868ed34300eb19a332a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 14 Jul 2017 09:19:53 +0200 Subject: [PATCH 6/8] Add 'modules=1' to the repo file so that it works with the PoC dnf implementation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- base-runtime.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-runtime.yaml b/base-runtime.yaml index 2ad75f3..f420f0d 100644 --- a/base-runtime.yaml +++ b/base-runtime.yaml @@ -861,7 +861,7 @@ data: ref: db937d42cebde417a4002ed2ce8578c63f2b114c fedora-modular-repos: rationale: Autogenerated by Base Runtime tools. - ref: e2695c7e0917fd47256f89e20d9d1ed7f50899ca + ref: 7b674e149f00959cc693fb1c30ff06fe39a436b8 # fedora-rpm-macros-26-2.fc26 fedora-rpm-macros: rationale: Autogenerated by Base Runtime tools. From 1fdc27c3aeeb0b35a91c7f0b54a2e8d79fabd1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 17 Jul 2017 22:28:08 +0200 Subject: [PATCH 7/8] Include tcp_wrappers and reduce audit filters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed to fix broken deps of shared-userspace. Signed-off-by: Petr Šabata --- base-runtime.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/base-runtime.yaml b/base-runtime.yaml index f420f0d..ab8b5dd 100644 --- a/base-runtime.yaml +++ b/base-runtime.yaml @@ -73,7 +73,8 @@ data: # attr attr, libattr, libattr-devel, # audit - audit-libs, audit-libs-devel, audit-libs-static, + audispd-plugins, audispd-plugins-zos, audit, audit-libs, + audit-libs-devel, audit-libs-static, audit-libs-python3, # babeltrace babeltrace, libbabeltrace, python3-babeltrace, # basesystem @@ -552,6 +553,8 @@ data: systemd-pam, systemd-tests, systemd-udev, # tar tar, + # tcp_wrappers, + tcp_wrappers, tcp_wrappers-devel, tcp_wrappers-libs, # texinfo info, # tzdata @@ -579,8 +582,7 @@ data: filter: rpms: [ # audit - audispd-plugins, audispd-plugins-zos, audit, audit-libs-python, - audit-libs-python3, + audit-libs-python, # babeltrace libbabeltrace-devel, # chkconfig @@ -1451,6 +1453,10 @@ data: tar: rationale: Autogenerated by Base Runtime tools. ref: 353f951667464c0d8174edb4a6a13ed2aa1b9b46 + # tcp_wrappers-7.6-85.fc26 + tar: + rationale: Autogenerated by Base Runtime tools. + ref: 3aa22b5bed459758a32a802982ef6a8066f71fb0 # texinfo-6.3-3.fc26 texinfo: rationale: Autogenerated by Base Runtime tools. From d38f68b1eb13905aaf47ce35fd868da18ace8543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 17 Jul 2017 23:31:06 +0200 Subject: [PATCH 8/8] Name the component correctly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- base-runtime.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-runtime.yaml b/base-runtime.yaml index ab8b5dd..592b2e1 100644 --- a/base-runtime.yaml +++ b/base-runtime.yaml @@ -1454,7 +1454,7 @@ data: rationale: Autogenerated by Base Runtime tools. ref: 353f951667464c0d8174edb4a6a13ed2aa1b9b46 # tcp_wrappers-7.6-85.fc26 - tar: + tcp_wrappers: rationale: Autogenerated by Base Runtime tools. ref: 3aa22b5bed459758a32a802982ef6a8066f71fb0 # texinfo-6.3-3.fc26