diff options
author | Ryan Egesdahl <ryan.egesdahl@mongodb.com> | 2020-11-11 23:04:58 -0800 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-05-06 23:58:47 +0000 |
commit | 51304bb545840ef0b62a6445b1060559ab831ea1 (patch) | |
tree | 5f33effe7086e51283c9a29c1d6a58ccee15fb18 /rpm/mongodb-enterprise-unstable.spec | |
parent | 7d07e281666d88379717af0dc6b82bf90f667bff (diff) | |
download | mongo-51304bb545840ef0b62a6445b1060559ab831ea1.tar.gz |
SERVER-52610 Ensure RPM install roots can be relocated
We were not using directory macros in the RPMs, which meant that the
installation root could not be changed. When we tried, we got an
incomplete install, with some of it going to the new prefix and some
going to the host system. Here, we follow RPM packaging guidelines a bit
better and use named directory macros instead of explicit paths.
(cherry picked from commit 9aba0cac770d87d36cf0f0d19a1be06e73312221)
(cherry picked from commit 6670cb159540b07b8a39fe4c072c24ff7a0130f0)
(cherry picked from commit 2495a8fa87c215da70c3361beef11d52ce5be1c0)
Diffstat (limited to 'rpm/mongodb-enterprise-unstable.spec')
-rw-r--r-- | rpm/mongodb-enterprise-unstable.spec | 58 |
1 files changed, 40 insertions, 18 deletions
diff --git a/rpm/mongodb-enterprise-unstable.spec b/rpm/mongodb-enterprise-unstable.spec index 5e1bcee397d..3525160013f 100644 --- a/rpm/mongodb-enterprise-unstable.spec +++ b/rpm/mongodb-enterprise-unstable.spec @@ -1,5 +1,11 @@ +%if ! %{defined _rundir} +%define _rundir %{_localstatedir}/run +%endif + Name: mongodb-enterprise-unstable Prefix: /usr +Prefix: /var +Prefix: /etc Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools Obsoletes: mongodb-enterprise-unstable,mongo-enterprise-unstable Version: %{dynamic_version} @@ -10,6 +16,10 @@ URL: http://www.mongodb.org Group: Applications/Databases Requires: mongodb-enterprise-unstable-server = %{version}, mongodb-enterprise-unstable-shell = %{version}, mongodb-enterprise-unstable-mongos = %{version}, mongodb-enterprise-unstable-tools = %{version} +%if 0%{?rhel} >= 8 || 0%{?fedora} >= 30 +BuildRequires: /usr/bin/pathfix.py, python3-devel +%endif + Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -44,7 +54,13 @@ Summary: MongoDB database server (enterprise) Group: Applications/Databases Requires: openssl, net-snmp, cyrus-sasl, cyrus-sasl-plain, cyrus-sasl-gssapi, %{timezone_pkg}, %{python_pkg} Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools + +%if 0%{?suse_version} >= 1210 || 0%{?rhel} >= 700 || 0%{?fedora} >= 15 +BuildRequires: systemd-rpm-macros +%else BuildRequires: systemd +%{?systemd_requires} +%endif %description server MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility. @@ -159,24 +175,30 @@ MongoDB features: This package provides the MongoDB static library and header files needed to develop MongoDB client software. +#Release builds have no debug symbols, and this prevents packaging errors on RHEL 8.0 +%global debug_package %{nil} + %prep %setup +%if 0%{?rhel} >= 8 || 0%{?fedora} >= 30 +pathfix.py -pni "%{__python3} %{py3_shbang_opts}" bin/install_compass +%endif %build %install -mkdir -p $RPM_BUILD_ROOT/usr -cp -rv bin $RPM_BUILD_ROOT/usr -mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1 -cp debian/*.1 $RPM_BUILD_ROOT/usr/share/man/man1/ -mkdir -p $RPM_BUILD_ROOT/etc -cp -v rpm/mongod.conf $RPM_BUILD_ROOT/etc/mongod.conf -mkdir -p $RPM_BUILD_ROOT/lib/systemd/system -cp -v rpm/mongod.service $RPM_BUILD_ROOT/lib/systemd/system -mkdir -p $RPM_BUILD_ROOT/var/lib/mongo -mkdir -p $RPM_BUILD_ROOT/var/log/mongodb -mkdir -p $RPM_BUILD_ROOT/var/run/mongodb -touch $RPM_BUILD_ROOT/var/log/mongodb/mongod.log +mkdir -p $RPM_BUILD_ROOT%{_prefix} +cp -rv bin $RPM_BUILD_ROOT%{_prefix} +mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 +cp debian/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} +cp -v rpm/mongod.conf $RPM_BUILD_ROOT%{_sysconfdir}/mongod.conf +mkdir -p $RPM_BUILD_ROOT%{_unitdir} +cp -v rpm/mongod.service $RPM_BUILD_ROOT%{_unitdir} +mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/mongo +mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/mongodb +mkdir -p $RPM_BUILD_ROOT%{_rundir}/mongodb +touch $RPM_BUILD_ROOT%{_localstatedir}/log/mongodb/mongod.log @@ -218,14 +240,14 @@ fi %files server %defattr(-,root,root,-) -%config(noreplace) /etc/mongod.conf +%config(noreplace) %{_sysconfdir}/mongod.conf %{_bindir}/mongod %{_mandir}/man1/mongod.1* -/lib/systemd/system/mongod.service -%attr(0755,mongod,mongod) %dir /var/lib/mongo -%attr(0755,mongod,mongod) %dir /var/log/mongodb -%attr(0755,mongod,mongod) %dir /var/run/mongodb -%attr(0640,mongod,mongod) %config(noreplace) %verify(not md5 size mtime) /var/log/mongodb/mongod.log +%{_unitdir}/mongod.service +%attr(0755,mongod,mongod) %dir %{_sharedstatedir}/mongo +%attr(0755,mongod,mongod) %dir %{_localstatedir}/log/mongodb +%attr(0755,mongod,mongod) %dir %{_rundir}/mongodb +%attr(0640,mongod,mongod) %config(noreplace) %verify(not md5 size mtime) %{_localstatedir}/log/mongodb/mongod.log %doc snmp/MONGOD-MIB.txt %doc snmp/MONGODBINC-MIB.txt %doc snmp/mongod.conf.master |