]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 23 Apr 2004 17:56:14 +0000 (17:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed perms (without'em amindexd doesn't work)

Changed files:
    amanda.spec -> 1.108

amanda.spec

index bf901850e7bf5df377d543c729c503f15502a760..827a590689e634afdc1095d9ddcbecdb63a286a1 100644 (file)
@@ -6,7 +6,7 @@ Summary:        A network-capable tape backup solution
 Summary(pl):   Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
 Version:       2.4.4p2
-Release:       1
+Release:       2
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
@@ -243,8 +243,8 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libamanda*.so
 %attr(755,root,root) %{_libdir}/libamtape*.so
-%attr(770,root,amanda) %dir %{_libexecdir}
-%attr(770,root,amanda) %dir %{_localstatedir}/amanda
+%attr(770,amanda,amanda) %dir %{_libexecdir}
+%attr(770,amanda,amanda) %dir %{_localstatedir}/amanda
 
 %files server
 %defattr(644,root,root,755)
This page took 0.037058 seconds and 4 git commands to generate.