From 46d515f828a9d4148daef2e41e0ad04d8f70cab7 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 23 Oct 2017 19:06:46 +0200 Subject: [PATCH 1/3] bump From eb16beb0712d15d909026e576cdb1e467dd37e41 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 31 Oct 2017 12:38:33 -0400 Subject: [PATCH 2/3] Add domaincontroller profile Signed-off-by: Stephen Gallagher --- samba.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samba.yaml b/samba.yaml index 4a879f4..0f97603 100644 --- a/samba.yaml +++ b/samba.yaml @@ -83,6 +83,10 @@ data: - samba-libs - samba-winbind - samba-winbind-modules + domaincontroller: + description: Windows Domain Controller + rpms: + - samba-dc components: rpms: avahi: From 4b6278f2f3324e8e89b700e734130118863d3738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 20 Nov 2017 16:01:15 +0100 Subject: [PATCH 3/3] Port to platform:f27 All used modules must depend on platform:f27. --- samba.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samba.yaml b/samba.yaml index 0f97603..fe0edd4 100644 --- a/samba.yaml +++ b/samba.yaml @@ -11,8 +11,8 @@ data: bootstrap: f27 requires: platform: f27 - python2: master - python2-ecosystem: master + python2: 2.7 + python2-ecosystem: f27 references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/modularity-modules/samba