forked from lix-project/lix
- replace %define with %global
This commit is contained in:
parent
f5398d374b
commit
e545a7f9a8
10
nix.spec.in
10
nix.spec.in
|
@ -1,11 +1,11 @@
|
||||||
%define enable_setuid ""
|
%global enable_setuid ""
|
||||||
%define nix_user "nix"
|
%global nix_user "nix"
|
||||||
%define nix_group "nix"
|
%global nix_group "nix"
|
||||||
|
|
||||||
# If set, the Nix user and group will be created by the RPM
|
# If set, the Nix user and group will be created by the RPM
|
||||||
# pre-install script.
|
# pre-install script.
|
||||||
%define nix_user_uid ""
|
%global nix_user_uid ""
|
||||||
%define nix_group_gid ""
|
%global nix_group_gid ""
|
||||||
|
|
||||||
Summary: The Nix software deployment system
|
Summary: The Nix software deployment system
|
||||||
Name: nix
|
Name: nix
|
||||||
|
|
Loading…
Reference in a new issue