Compare commits

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

12 commits

Author SHA1 Message Date
7b58352183 Unsupported 2019-02-12 22:38:45 +01:00
Karsten Hopp
0a5212c332 keep descriptions 2017-10-18 15:07:03 +02:00
Karsten Hopp
97f9fcf9e7 use latest packages from master 2017-10-18 15:05:00 +02:00
Karsten Hopp
af08796a5b use master streams 2017-10-18 14:23:12 +02:00
Karsten Hopp
96f5c28893 drop platform-placeholder 2017-10-12 15:03:46 +02:00
Karsten Hopp
e980803518 bump 2017-10-12 11:20:32 +02:00
Karsten Hopp
05458d5c84 fix yamllint complains about long lines 2017-10-12 10:55:59 +02:00
Karsten Hopp
1cc95edfcd add postgresql dependency for bind-sdb 2017-10-12 10:52:55 +02:00
Tomas Hozza
f4026f5443 Use packages from F27 branch
Signed-off-by: Tomas Hozza <thozza@redhat.com>
2017-09-05 15:26:50 +02:00
Tomas Hozza
47db2f00e5 Removed 'sources' file, as it is not needed
Signed-off-by: Tomas Hozza <thozza@redhat.com>
2017-09-05 09:59:39 +02:00
Tomas Hozza
ffa7b31147 draft of BIND module for F27 server
defined more profiles; added GeoIP as a dependency; filtered out some rpms from API

Signed-off-by: Tomas Hozza <thozza@redhat.com>
2017-09-04 16:02:42 +02:00
Tomas Tomecek
a83a547042 F27 changes
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
2017-08-23 14:20:51 +02:00
5 changed files with 1 additions and 54 deletions

0
.gitignore vendored
View file

View file

@ -1,15 +0,0 @@
bind dependencies
====================
build dependencies calculated by brt_dep_solver
-----------------------------------------------
autoconf
docbook-style-xsl
GeoIP
mariadb
postgresql
python3
runtime dependencies calculated by brt_dep_solver
-------------------------------------------------
bind

View file

@ -1,39 +0,0 @@
document: modulemd
version: 1
data:
summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server.
description: 'BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(Domain Name System) protocols. BIND includes a DNS server (named),
which resolves host names to IP addresses; a resolver library
(routines for applications to use when interfacing with DNS); and
tools for verifying that the DNS server is operating properly.'
license:
module: [ ISC ]
dependencies:
buildrequires:
bootstrap: f26
perl: f26
common-build-dependencies: f26
mariadb: f26
postgresql: f26
requires:
shared-userspace: f26
base-runtime: f26
perl: f26
references:
community: https://fedoraproject.org/wiki/Modularity
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
# tracker: <no tracker>
profiles:
default:
rpms:
- bind
api:
rpms:
- bind
components:
rpms:
bind:
rationale: bind package.
ref: f26
buildorder: 10

1
dead.package Normal file
View file

@ -0,0 +1 @@
Unsupported

View file