diff options
author | François Andriot <[email protected]> | 2015-12-21 11:51:58 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2015-12-21 11:51:58 +0100 |
commit | 7f4eeaf4f2bd823bb25a77277de258dac88b8179 (patch) | |
tree | 2bd31885cd776441b1a78100267c7862eeba2470 /redhat/main/tdeadmin/tdeadmin-14.0.0.spec | |
parent | 0236bce9e4ca11d2437fa8e4e8e3e5f74e706c07 (diff) | |
download | tde-packaging-7f4eeaf4f2bd823bb25a77277de258dac88b8179.tar.gz tde-packaging-7f4eeaf4f2bd823bb25a77277de258dac88b8179.zip |
RPM packaging: minor updates for 14.0.x
Diffstat (limited to 'redhat/main/tdeadmin/tdeadmin-14.0.0.spec')
-rw-r--r-- | redhat/main/tdeadmin/tdeadmin-14.0.0.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/redhat/main/tdeadmin/tdeadmin-14.0.0.spec b/redhat/main/tdeadmin/tdeadmin-14.0.0.spec index 580b654e0..8a171d34f 100644 --- a/redhat/main/tdeadmin/tdeadmin-14.0.0.spec +++ b/redhat/main/tdeadmin/tdeadmin-14.0.0.spec @@ -457,7 +457,11 @@ fi --with-rpm \ --with-pam=kde \ --with-shadow \ - --with-private-groups + --with-private-groups \ +%if 0%{?fedora} >= 16 || 0%{?suse_version} >= 1210 || 0%{?rhel} >= 7 || 0%{?mageia} >= 4 + --with-first-uid=1000 \ + --with-first-gid=1000 \ +%endif %__make %{?_smp_mflags} || %__make |