From 2c8d2791389ab7e685cc9a4ad5a06f49ed00dffd Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 2 Nov 2017 19:33:52 -0400 Subject: [PATCH 1/4] Use the 1.3.x stable releases of 389-ds-base Signed-off-by: Stephen Gallagher --- 389-ds.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/389-ds.yaml b/389-ds.yaml index a7d2adb..43ce856 100644 --- a/389-ds.yaml +++ b/389-ds.yaml @@ -39,10 +39,10 @@ data: gperftools components: rpms: - # 389-ds-base-1.4.0.1-1.fc28 + # 389-ds-base-1.3.7.6-2.fc27 389-ds-base: - rationale: Generated. - ref: f536eabac53279098e5a1bad4e56c64476472b59 + rationale: The fundamental requirement of this module + ref: c64ff57a364f9ced21b6a40dbb87792372d638d2 # gperftools-2.6.1-5.fc28 gperftools: rationale: Generated. From d22cafbc890ccf68fbf79fc21beb882362844a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 21 Nov 2017 11:06:17 +0100 Subject: [PATCH 2/4] Port to platform:f27 All used modules must depend on platform:f27. --- 389-ds.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/389-ds.yaml b/389-ds.yaml index 43ce856..ea0d0dc 100644 --- a/389-ds.yaml +++ b/389-ds.yaml @@ -8,14 +8,14 @@ data: - MIT dependencies: buildrequires: - bootstrap: master + bootstrap: f27 requires: - bind: master - platform: master - networking-base: master - perl: master - python3: master - python3-ecosystem: master + bind: 9 + platform: f27 + networking-base: f27 + perl: 5.26 + python3: 3.6 + python3-ecosystem: f27 references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/modularity-modules/389-ds From 979de7883b820f952be06fbf9ec20317b4a470b0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 12 Feb 2019 22:31:05 +0100 Subject: [PATCH 3/4] Unsupported --- 389-ds.yaml | 66 ---------------------------------------------------- README.md | 3 --- dead.package | 1 + 3 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 389-ds.yaml delete mode 100644 README.md create mode 100644 dead.package diff --git a/389-ds.yaml b/389-ds.yaml deleted file mode 100644 index a7d2adb..0000000 --- a/389-ds.yaml +++ /dev/null @@ -1,66 +0,0 @@ -document: modulemd -version: 1 -data: - summary: 389-ds module - description: This 389-ds module has been generated. - license: - module: - - MIT - dependencies: - buildrequires: - bootstrap: master - requires: - bind: master - platform: master - networking-base: master - perl: master - python3: master - python3-ecosystem: master - references: - community: https://docs.pagure.org/modularity/ - documentation: https://github.com/modularity-modules/389-ds - tracker: https://github.com/modularity-modules/389-ds - api: - rpms: - - 389-ds-base - - 389-ds-base-libs - profiles: - default: - description: A generated profile based on top-lvl package list. - rpms: - - 389-ds-base - - 389-ds-base-libs - buildopts: - rpms: - macros: |- - %_force_rebuild 1 - filter: - rpms: - gperftools - components: - rpms: - # 389-ds-base-1.4.0.1-1.fc28 - 389-ds-base: - rationale: Generated. - ref: f536eabac53279098e5a1bad4e56c64476472b59 - # gperftools-2.6.1-5.fc28 - gperftools: - rationale: Generated. - ref: 269f60eced4510841b912bc083b873cbd9591c1d - # perl-Mozilla-LDAP-1.5.3-24.fc27 - perl-Mozilla-LDAP: - rationale: Generated. - ref: 5770130450a8b0ad29d4782dc20168efb123711a - # perl-NetAddr-IP-4.079-6.fc27 - perl-NetAddr-IP: - rationale: Generated. - ref: 649b7f2446d3a5006a14b90878ded968427a7a51 - # perl-Socket6-0.28-5.fc27 - perl-Socket6: - rationale: Generated. - ref: f1a81e8a803cdf6329a46f282c90395eae03c981 - # svrcore-4.1.3-3.fc27 - svrcore: - rationale: Generated. - ref: 085ba237f23c2cdc4178a017d64560952e7a259a - buildorder: -5 diff --git a/README.md b/README.md deleted file mode 100644 index 2a4d447..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# 389-ds - -The 389-ds package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..cfb6fca --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Unsupported From 95b7bd11c73508b645cbf27127e9ad0b07ae6f0f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 12 Feb 2019 22:31:55 +0100 Subject: [PATCH 4/4] Unsupported --- 389-ds.yaml | 66 ---------------------------------------------------- README.md | 3 --- dead.package | 1 + 3 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 389-ds.yaml delete mode 100644 README.md create mode 100644 dead.package diff --git a/389-ds.yaml b/389-ds.yaml deleted file mode 100644 index ea0d0dc..0000000 --- a/389-ds.yaml +++ /dev/null @@ -1,66 +0,0 @@ -document: modulemd -version: 1 -data: - summary: 389-ds module - description: This 389-ds module has been generated. - license: - module: - - MIT - dependencies: - buildrequires: - bootstrap: f27 - requires: - bind: 9 - platform: f27 - networking-base: f27 - perl: 5.26 - python3: 3.6 - python3-ecosystem: f27 - references: - community: https://docs.pagure.org/modularity/ - documentation: https://github.com/modularity-modules/389-ds - tracker: https://github.com/modularity-modules/389-ds - api: - rpms: - - 389-ds-base - - 389-ds-base-libs - profiles: - default: - description: A generated profile based on top-lvl package list. - rpms: - - 389-ds-base - - 389-ds-base-libs - buildopts: - rpms: - macros: |- - %_force_rebuild 1 - filter: - rpms: - gperftools - components: - rpms: - # 389-ds-base-1.3.7.6-2.fc27 - 389-ds-base: - rationale: The fundamental requirement of this module - ref: c64ff57a364f9ced21b6a40dbb87792372d638d2 - # gperftools-2.6.1-5.fc28 - gperftools: - rationale: Generated. - ref: 269f60eced4510841b912bc083b873cbd9591c1d - # perl-Mozilla-LDAP-1.5.3-24.fc27 - perl-Mozilla-LDAP: - rationale: Generated. - ref: 5770130450a8b0ad29d4782dc20168efb123711a - # perl-NetAddr-IP-4.079-6.fc27 - perl-NetAddr-IP: - rationale: Generated. - ref: 649b7f2446d3a5006a14b90878ded968427a7a51 - # perl-Socket6-0.28-5.fc27 - perl-Socket6: - rationale: Generated. - ref: f1a81e8a803cdf6329a46f282c90395eae03c981 - # svrcore-4.1.3-3.fc27 - svrcore: - rationale: Generated. - ref: 085ba237f23c2cdc4178a017d64560952e7a259a - buildorder: -5 diff --git a/README.md b/README.md deleted file mode 100644 index 2a4d447..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# 389-ds - -The 389-ds package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..cfb6fca --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Unsupported