Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Petr Písař
19ac1cee69 Rebuild with perl-DBD-Pg-3.14.2-4 adapted to PostgreSQL 14 2022-03-01 15:07:38 +01:00
Petr Písař
0b91aec732 Add a context for F37 and move tests to postgresql:14 2022-03-01 13:31:55 +01:00
Petr Písař
6a364602c7 Add a context for platform:f36 2021-09-06 14:09:16 +02:00
Fedora Release Engineering
b9e4eaa92b - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 19:31:20 +00:00
Petr Písař
36344d5e7b Convert to modulemd-packager-v3 format and remove EOLed perl:5.30 2021-06-14 14:58:07 +02:00
Petr Písař
99400b191f Move postgresql to 12 2021-02-15 09:52:10 +01:00
Petr Písař
614a7aebfc Pin components to f34, build for eln and f35 2021-02-11 15:47:46 +01:00
Petr Písař
9b7d2767b3 Invert a perl dependency
Fedora MBS does not support negative expansion.
2020-09-10 07:53:31 +02:00
Petr Písař
62c4806555 Import
Reviewed in bug #1876779.
2020-09-10 07:51:59 +02:00

81
perl-DBD-Pg.yaml Normal file
View file

@ -0,0 +1,81 @@
document: modulemd-packager
version: 3
data:
name: perl-DBD-Pg
stream: '3.14'
summary: A PostgreSQL interface for Perl
description: >
DBD::Pg is a Perl module that works with the DBI module to provide
access to PostgreSQL databases.
license: [MIT]
configurations:
- context: 'fe9aef66'
platform: f34
buildrequires:
perl-DBI: ['1.643']
perl: ['5.32']
# Tests:
postgresql: [14]
requires:
perl-DBI: ['1.643']
perl: ['5.32']
# libpq.so is provided by a bare package, not a module
- context: '4cabb089'
platform: f35
buildrequires:
perl-DBI: ['1.643']
perl: ['5.32']
# Tests:
postgresql: [14]
requires:
perl-DBI: ['1.643']
perl: ['5.32']
# libpq.so is provided by a bare package, not a module
- context: '1'
platform: f36
buildrequires:
perl-DBI: ['1.643']
perl: ['5.32']
# Tests:
postgresql: [14]
requires:
perl-DBI: ['1.643']
perl: ['5.32']
# libpq.so is provided by a bare package, not a module
- context: 'f37'
platform: f37
buildrequires:
perl-DBI: ['1.643']
perl: ['5.32']
# Tests:
postgresql: [14]
requires:
perl-DBI: ['1.643']
perl: ['5.32']
# libpq.so is provided by a bare package, not a module
- context: 'd7f8a066'
platform: eln
buildrequires:
perl-DBI: ['1.643']
perl: ['5.32']
# Tests:
postgresql: [14]
requires:
perl-DBI: ['1.643']
perl: ['5.32']
# libpq.so is provided by a bare package, not a module
references:
community: https://metacpan.org/release/DBD-Pg
profiles:
common:
description: DBD-Pg distribution
rpms:
- perl-DBD-Pg
api:
rpms:
- perl-DBD-Pg
components:
rpms:
perl-DBD-Pg:
rationale: The API.
ref: f34