[ebnetd] Correct a typo to support tmpfiles.d.

Akira TAGOH tagoh at fedoraproject.org
Thu May 26 08:21:16 UTC 2011


commit 5e0e7ac3c150aaea53d79a102e8194ba52552dcb
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Thu May 26 17:21:04 2011 +0900

    Correct a typo to support tmpfiles.d.

 ebnetd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ebnetd.spec b/ebnetd.spec
index 06a6710..14d6c95 100644
--- a/ebnetd.spec
+++ b/ebnetd.spec
@@ -5,7 +5,7 @@
 
 Name:		ebnetd
 Version:	1.0
-Release:	9%{?dist}
+Release:	10%{?dist}
 License:	GPLv2+
 URL:		http://www.sra.co.jp/people/m-kasahr/ebnetd/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -90,7 +90,7 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d
 install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/ebnet
 install -p -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/ndtp
 install -p -m0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/http
-install -p -m0644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/%{name}.conf
+install -p -m0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/%{name}.conf
 
 # correct timestamp
 ## for patch0
@@ -168,6 +168,9 @@ fi
 
 
 %changelog
+* Thu May 26 2011 Akira TAGOH <tagoh at redhat.com> - 1.0-10
+- Correct a typo to support tmpfiles.d.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list