summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3ce44f03e8..cdbfa4bf9220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,6 +21,8 @@ pkgbase = 389-ds-base
depends = libevent
optdepends = python-lib389: Python managemnt scripts
optdepends = python2-lib389: Python2 version
+ provides = svrcore
+ conflicts = svrcore
options = !libtool
backup = etc/default/dirsrv
backup = etc/default/dirsrv.systemd
diff --git a/PKGBUILD b/PKGBUILD
index b39e15776f7b..38ff48d01ae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ license=(GPL)
depends=(cyrus-sasl cyrus-sasl-gssapi icu lm_sensors net-snmp libsystemd
openldap perl-netaddr-ip perl-socket 'svrcore>=4.1.2' libevent)
makedepends=(doxygen)
+conflicts=(svrcore)
+provides=(svrcore)
optdepends=('python-lib389: Python managemnt scripts'
'python2-lib389: Python2 version')