[mongodb/f16] Make sure to put the right source file into place for tmpfiles.d

Chris Lalancette clalance at fedoraproject.org
Thu Sep 22 14:30:21 UTC 2011


commit 9ea9395e63f07624ae019202998eb7d05c538c99
Author: Chris Lalancette <clalance at redhat.com>
Date:   Thu Sep 22 10:29:55 2011 -0400

    Make sure to put the right source file into place for tmpfiles.d
    
    Signed-off-by: Chris Lalancette <clalance at redhat.com>

 mongodb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mongodb.spec b/mongodb.spec
index 4e032a6..e7c4157 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -1,7 +1,7 @@
 %global         daemon mongod
 Name:           mongodb
 Version:        1.8.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -133,7 +133,7 @@ install -p -D -m 644 %{SOURCE1} %{buildroot}/lib/systemd/system/%{daemon}.servic
 install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{daemon}
 install -p -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 install -p -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/mongodb.conf
-install -p -D -m 644 %{SOURCE4} %{buildroot}%{_libdir}/../lib/tmpfiles.d/mongodb.conf
+install -p -D -m 644 %{SOURCE5} %{buildroot}%{_libdir}/../lib/tmpfiles.d/mongodb.conf
 
 mkdir -p %{buildroot}%{_mandir}/man1
 cp -p debian/*.1 %{buildroot}%{_mandir}/man1/
@@ -210,6 +210,9 @@ fi
 %{_includedir}/mongo
 
 %changelog
+* Thu Sep 22 2011 Chris Lalancette <clalance at redhat.com> - 1.8.2-9
+- Copy the right source file into place for tmpfiles.d
+
 * Tue Sep 20 2011 Chris Lalancette <clalance at redhat.com> - 1.8.2-8
 - Add a tmpfiles.d file to create the /var/run/mongodb subdirectory
 


More information about the scm-commits mailing list