commit b78a62527828b56b3f11c92aa4cd67ff6586727a
Author: Richard W.M. Jones <[email protected]>
Date:   Mon Jan 19 13:11:33 2015 +0000

    Move /etc/tmpfiles.d/* to /usr/lib/tmpfiles.d/*
    
      See: https://bugzilla.redhat.com/show_bug.cgi?id=1180990

 rabbitmq-server.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/rabbitmq-server.spec b/rabbitmq-server.spec
index b036cc8..f95e2fd 100644
--- a/rabbitmq-server.spec
+++ b/rabbitmq-server.spec
@@ -3,7 +3,7 @@
 
 Name: rabbitmq-server
 Version: 3.4.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MPLv1.1
 Group: Development/Libraries
 Source: 
http://www.rabbitmq.com/releases/rabbitmq-server/v%{version}/%{name}-%{version}.tar.gz
@@ -120,7 +120,7 @@ echo '%defattr(-,root,root, -)' >> 
%{_builddir}/%{buildsubdir}/%{name}.files
 
 install -d %{buildroot}%{_localstatedir}/run/rabbitmq
 %if 0%{?fedora} > 14 || 0%{?rhel} >= 7
-install -D -p -m 0644 %{SOURCE5} 
%{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf
+install -D -p -m 0644 %{SOURCE5} 
%{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf
 %endif
 
 rm -rf %{buildroot}%{_rabbit_erllibdir}/LICENSE-*
@@ -198,7 +198,7 @@ done
 %endif
 %config(noreplace) %{_sysconfdir}/logrotate.d/rabbitmq-server
 %if 0%{?fedora} || 0%{?rhel} >= 7
-%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
+%config(noreplace) %{_prefix}/lib/tmpfiles.d/%{name}.conf
 %endif
 %dir %attr(755, rabbitmq, rabbitmq) %{_localstatedir}/run/rabbitmq
 %doc LICENSE LICENSE-*
@@ -207,6 +207,10 @@ done
 rm -rf %{buildroot}
 
 %changelog
+* Mon Jan 19 2015 Richard W.M. Jones <[email protected]> - 3.4.3-2
+- Move /etc/tmpfiles.d/* to /usr/lib/tmpfiles.d/*
+  See: https://bugzilla.redhat.com/show_bug.cgi?id=1180990
+
 * Wed Jan  7 2015 John Eckersberg <[email protected]> - 3.4.3-1
 - New upstream release - 3.4.3
 
_______________________________________________
erlang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/erlang

Reply via email to