]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- trigger fixed
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 6 Dec 2006 18:13:26 +0000 (18:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- will bump rel to 1 after testing

Changed files:
    amanda.spec -> 1.143

amanda.spec

index 900425aab412b73395b741ece4c053f7b25bd2da..20e403e886df62f66d6efdc1ad2e67ea486ed5a9 100644 (file)
@@ -8,7 +8,7 @@ Summary:        A network-capable tape backup solution
 Summary(pl):   Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
 Version:       2.5.1p2
-Release:       0.3
+Release:       0.7
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
@@ -196,9 +196,11 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/amanda/.amandahosts
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%triggerpostun -- %{name}-libs < 2.5.1p2-1
+%triggerpostun libs -- %{name}-libs < 2.5.1p2-1
+echo "Adding amanda to disk and backup groups"
 /usr/sbin/usermod -G disk,backup amanda
-/usr/sbin/chsh -s /bin/sh amanda
+echo "Setting amanda shell to /bin/sh"
+/usr/bin/chsh -s /bin/sh amanda
 
 %pre libs
 %groupadd -P %{name}-libs -g 80 amanda
This page took 0.1147 seconds and 4 git commands to generate.