]> git.pld-linux.org Git - packages/tenshi.git/commitdiff
- fixed config permissions; rel 2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 30 Aug 2006 13:57:51 +0000 (13:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tenshi.spec -> 1.13

tenshi.spec

index 87b481c8e0318cf84f5961d8d0fe0dbbbccb4ee2..4b47a288d4305a0bfba3da9d102c910ff9240026 100644 (file)
@@ -3,13 +3,14 @@ Summary:      Log parsing and notification program
 Summary(pl):   Program do analizy logów i powiadamiania
 Name:          tenshi
 Version:       0.5.1
-Release:       1
+Release:       2
 License:       ISC
 Group:         Applications/System
 Source0:       http://dev.inversepath.com/tenshi/%{name}-%{version}.tar.gz
 # Source0-md5: 44361d5d8defc5170146f467a8825413
 Source1:       %{name}.init
 Patch0:                %{name}-root.patch
+Patch1:                %{name}-config.patch
 URL:           http://dev.inversepath.com/trac/tenshi
 BuildRequires: rpm-perlprov
 BuildRequires: rpmbuild(macros) >= 1.228
@@ -61,6 +62,7 @@ wiadomo
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -96,10 +98,10 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc CREDITS Changelog README
+%doc CREDITS Changelog README tenshi.conf
 %attr(755,root,root) %{_sbindir}/*
 %attr(750,root,tenshi) %dir %{_sysconfdir}
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+%attr(640,root,tenshi) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %{_mandir}/man8/*
 %dir %attr(775,root,tenshi) /var/run/tenshi
This page took 0.06667 seconds and 4 git commands to generate.