]> git.pld-linux.org Git - packages/ecryptfs-utils.git/commitdiff
- rel 3; ecryptfs group
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Feb 2011 03:21:06 +0000 (03:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecryptfs-utils.spec -> 1.22

ecryptfs-utils.spec

index d75965ee99b9fabad579515c9b03123e66137d38..46afe094f197bbabba46f6a49d9d39cbb3e33462 100644 (file)
@@ -2,7 +2,7 @@ Summary:        The eCryptfs mount helper and support libraries
 Summary(pl.UTF-8):     Narzędzie pomocnicze i biblioteki do montowania eCryptfs
 Name:          ecryptfs-utils
 Version:       85
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Base
 Source0:       http://launchpad.net/ecryptfs/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz
@@ -146,6 +146,14 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%pre
+%groupadd -g 260 ecryptfs
+
+%postun
+if [ "$1" = "0" ]; then
+        %groupremove ecryptfs
+fi
+
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
This page took 0.101239 seconds and 4 git commands to generate.