From 3d03ec64a28c812985401846de82ce1d94eba75f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 5 Feb 2011 03:21:06 +0000 Subject: [PATCH] - rel 3; ecryptfs group Changed files: ecryptfs-utils.spec -> 1.22 --- ecryptfs-utils.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index d75965e..46afe09 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -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 -- 2.43.0