]> git.pld-linux.org Git - packages/abrt.git/commitdiff
fix tmpfiles syntax auto/th/abrt-2.1.7-3
authorElan Ruusamäe <glen@delfi.ee>
Fri, 27 Sep 2013 18:35:50 +0000 (21:35 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 27 Sep 2013 18:35:50 +0000 (21:35 +0300)
abrt.init [changed mode: 0644->0755]
abrt.spec

old mode 100644 (file)
new mode 100755 (executable)
index 793e5cd9efb4dd14a4672c93c94a1f680a627dd7..00c761d1a5db326ba762a513e2722809452df054 100644 (file)
--- a/abrt.spec
+++ b/abrt.spec
@@ -7,7 +7,7 @@ Summary:        Automatic bug detection and reporting tool
 Summary(pl.UTF-8):     Narzędzie do automatycznego wykrywania i zgłaszania błędów
 Name:          abrt
 Version:       2.1.7
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
@@ -427,7 +427,7 @@ install -d $RPM_BUILD_ROOT/var/run/%{name}
 
 install -d $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
 cat >$RPM_BUILD_ROOT/usr/lib/tmpfiles.d/abrt.conf <<EOF
-/var/run/%{name} 0755 root root -
+/var/run/%{name} 0755 root root -
 EOF
 
 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/problem/*.la
This page took 0.1047 seconds and 4 git commands to generate.