From 83a5599a7b323ad9dd49da47550791ae41c2d6be Mon Sep 17 00:00:00 2001 From: asamalik Date: Mon, 15 May 2017 11:20:54 +0200 Subject: [PATCH 1/4] start f26 branch --- proftpd.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/proftpd.yaml b/proftpd.yaml index 150d584..b358479 100644 --- a/proftpd.yaml +++ b/proftpd.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - base-runtime: master + bootstrap: f26 requires: - base-runtime: master + bootstrap: f26 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://github.com/container-images/proftpd @@ -25,35 +25,35 @@ data: rpms: proftpd: rationale: Provides API for this module. - ref: f25 + ref: f26 buildorder: 10 GeoIP: rationale: build dependency - ref: f25 + ref: f26 GeoIP-GeoLite-data: rationale: build dependency - ref: f25 + ref: f26 libevent: rationale: runtime dependency - ref: f25 + ref: f26 libmemcached: rationale: runtime dependency - ref: f25 + ref: f26 libmnl: rationale: runtime dependency - ref: f25 + ref: f26 libnetfilter_conntrack: rationale: runtime dependency - ref: f25 + ref: f26 libnfnetlink: rationale: runtime dependency - ref: f25 + ref: f26 libxkbcommon: rationale: runtime dependency - ref: f25 + ref: f26 tcp_wrappers: rationale: runtime dependency - ref: f25 + ref: f26 xkeyboard-config: rationale: runtime dependency - ref: f25 + ref: f26 From 6e915af7189f03e9eccba1db29eceaab2ae67a7a Mon Sep 17 00:00:00 2001 From: asamalik Date: Thu, 18 May 2017 10:34:20 +0200 Subject: [PATCH 2/4] bump --- proftpd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proftpd.yaml b/proftpd.yaml index b358479..04c87ba 100644 --- a/proftpd.yaml +++ b/proftpd.yaml @@ -2,7 +2,7 @@ document: modulemd version: 1 data: summary: A first try of a proftpd module - description: An early-stage module of proftpd - a flexible, stable and highly-configurable FTP server + description: An early-stage module of proftpd - a flexible, stable and highly-configurable FTP server. license: module: [ MIT ] dependencies: From 028a2308ef96c9a9ca95908885851a657625c6eb Mon Sep 17 00:00:00 2001 From: asamalik Date: Mon, 22 May 2017 08:57:38 +0200 Subject: [PATCH 3/4] bump --- proftpd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proftpd.yaml b/proftpd.yaml index 04c87ba..b358479 100644 --- a/proftpd.yaml +++ b/proftpd.yaml @@ -2,7 +2,7 @@ document: modulemd version: 1 data: summary: A first try of a proftpd module - description: An early-stage module of proftpd - a flexible, stable and highly-configurable FTP server. + description: An early-stage module of proftpd - a flexible, stable and highly-configurable FTP server license: module: [ MIT ] dependencies: From e56a0f0a14e13b600602a92a55af251a0f58539f Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Mon, 23 Sep 2019 14:58:54 -0500 Subject: [PATCH 4/4] Obsolete --- .gitignore | 0 dead.module | 1 + proftpd.yaml | 59 ---------------------------------------------------- sources | 0 4 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.module delete mode 100644 proftpd.yaml delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..0212d76 --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +Obsolete diff --git a/proftpd.yaml b/proftpd.yaml deleted file mode 100644 index b358479..0000000 --- a/proftpd.yaml +++ /dev/null @@ -1,59 +0,0 @@ -document: modulemd -version: 1 -data: - summary: A first try of a proftpd module - description: An early-stage module of proftpd - a flexible, stable and highly-configurable FTP server - license: - module: [ MIT ] - dependencies: - buildrequires: - bootstrap: f26 - requires: - bootstrap: f26 - references: - community: https://fedoraproject.org/wiki/Modularity - documentation: https://github.com/container-images/proftpd - tracker: https://github.com/container-images/proftpd - profiles: - default: - rpms: - - proftpd - api: - rpms: - - proftpd - components: - rpms: - proftpd: - rationale: Provides API for this module. - ref: f26 - buildorder: 10 - GeoIP: - rationale: build dependency - ref: f26 - GeoIP-GeoLite-data: - rationale: build dependency - ref: f26 - libevent: - rationale: runtime dependency - ref: f26 - libmemcached: - rationale: runtime dependency - ref: f26 - libmnl: - rationale: runtime dependency - ref: f26 - libnetfilter_conntrack: - rationale: runtime dependency - ref: f26 - libnfnetlink: - rationale: runtime dependency - ref: f26 - libxkbcommon: - rationale: runtime dependency - ref: f26 - tcp_wrappers: - rationale: runtime dependency - ref: f26 - xkeyboard-config: - rationale: runtime dependency - ref: f26 diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000