summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-07 16:53:03 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commit2df98772556de0d964028bbb78a9efbdd13ecd40 (patch)
tree3c895fd9a320a41e9a21c6b5fb12314bde7174fd /BUILD.txt
parentfee9bbd85afeac3593abd791de2d002bed300c8e (diff)
downloadfreeipa-2df98772556de0d964028bbb78a9efbdd13ecd40.tar.gz
freeipa-2df98772556de0d964028bbb78a9efbdd13ecd40.tar.xz
freeipa-2df98772556de0d964028bbb78a9efbdd13ecd40.zip
Build: remove obsolete instructions about BuildRequires from BUILD.txt
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 66a936bce..620adc31e 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -9,25 +9,6 @@ The quickest way to get the dependencies needed for building is:
# dnf builddep -b -D "with_lint 1" --spec freeipa.spec.in
-or
-
-# yum install rpm-build `grep "^BuildRequires" freeipa.spec.in | awk '{ print $2 }' | grep -v "^/"`
-
-This is currently (2015-05-07):
-
-yum install rpm-build 389-ds-base-devel svrcore-devel policycoreutils \
-systemd-units samba-devel samba-python libtalloc-devel \
-libtevent-devel nspr-devel nss-devel openssl-devel openldap-devel krb5-devel \
-krb5-workstation libuuid-devel libcurl-devel xmlrpc-c-devel popt-devel \
-autoconf automake m4 libtool gettext python-devel python-ldap \
-python-setuptools python-nss python-netaddr python-gssapi \
-python-rhsm pyOpenSSL pylint python-polib libipa_hbac-python python-memcached \
-sssd python-lxml python-pyasn1 python-qrcode-core python-dns m2crypto \
-libsss_idmap-devel libsss_nss_idmap-devel java-headless rhino \
-libverto-devel systemd libunistring-devel python-lesscpy python-yubico \
-python-backports-ssl_match_hostname softhsm-devel openssl-devel \
-p11-kit-devel pki-base python-pytest-multihost python-pytest-sourceorder
-
Building
--------