From f4985971ad51eada8fda53ddf15ecb5483a965fc Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 31 Jan 2006 14:24:29 +0000 Subject: [PATCH] Minor updates - spec file usr/grp fixups on install, double-free cleanup in libattr for non-alloca platforms. Merge of master-melb:xfs-cmds:25070a by kenmcd. --- build/rpm/xfsprogs.spec.in | 3 +++ doc/CHANGES | 1 + 2 files changed, 4 insertions(+) diff --git a/build/rpm/xfsprogs.spec.in b/build/rpm/xfsprogs.spec.in index 842321afa..2826a3757 100644 --- a/build/rpm/xfsprogs.spec.in +++ b/build/rpm/xfsprogs.spec.in @@ -50,6 +50,9 @@ if [ -f .census ] ; then fi else %setup +INSTALL_USER=root +INSTALL_GROUP=root +export INSTALL_USER INSTALL_GROUP @make@ configure fi diff --git a/doc/CHANGES b/doc/CHANGES index 52bc10fd4..feb568b82 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,6 +1,7 @@ xfsprogs-2.7.12 (31 January 2006) - Added initial Polish translation. Thanks to Jakub Bogusz for this. + - Fixed rpm specfile with respect to INSTALL_{USER,GROUP}. xfsprogs-2.7.11 (16 January 2006) - Fix a problem with the generated source tarballs and a -- 2.47.2