From a6a18c375b55b871328eed766758a7a6c65b15e5 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 13:55:35 +0000 Subject: [PATCH 1/5] Added modulemd --- squid.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 squid.yaml diff --git a/squid.yaml b/squid.yaml new file mode 100644 index 0000000..f6c9d45 --- /dev/null +++ b/squid.yaml @@ -0,0 +1,30 @@ +document: modulemd +version: 1 +data: + summary: Squid - Optimising Web Delivery + description: an initial version of the squid caching proxy module + license: + module: [ MIT ] + dependencies: + - buildrequires: + platform: [f28] + requires: + platform: [f28] + references: + documentation: http://www.squid-cache.org/Doc/ + tracker: https://bugs.squid-cache.org/index.cgi + profiles: + default: + rpms: + - squid + api: + rpms: + - squid + components: + rpms: + squid: + rationale: Module API. + ref: stream-4.0 + libecap: + rationale: library needed by Squid + ref: stream-1.0 \ No newline at end of file From a7fac5a53f822ace273daef6c0ea2158045aa31c Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 14:14:08 +0000 Subject: [PATCH 2/5] Fix modulemd version --- squid.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/squid.yaml b/squid.yaml index f6c9d45..a45ef25 100644 --- a/squid.yaml +++ b/squid.yaml @@ -1,5 +1,5 @@ document: modulemd -version: 1 +version: 2 data: summary: Squid - Optimising Web Delivery description: an initial version of the squid caching proxy module @@ -27,4 +27,4 @@ data: ref: stream-4.0 libecap: rationale: library needed by Squid - ref: stream-1.0 \ No newline at end of file + ref: stream-1.0 From f37fb1b5ca3ad5276dab8ed368f0ea8497ead6d3 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Mon, 4 Jun 2018 14:32:49 +0000 Subject: [PATCH 3/5] squid rebuild - removed strict error check From 95085427ec414a0adbbb24a98ecd3cc43d75b91a Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Mon, 4 Jun 2018 14:53:26 +0000 Subject: [PATCH 4/5] squid rebuild - merged squid component with fedora rawhide From bac1cde0f9e3f545bb2f9c2893b1cf64cc9b7c57 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Thu, 28 Jun 2018 10:19:54 +0000 Subject: [PATCH 5/5] rebase to squid 4.0.25