summaryrefslogtreecommitdiffstats
path: root/misc/bcfg2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bcfg2.spec')
-rw-r--r--misc/bcfg2.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 0399e9356..276e72478 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -20,11 +20,13 @@
# Don't forget to change the Release: tag below to something like 0.1
#%%global _rc 1
#%%global _pre 2
-%global _pre_rc %{?_pre:.pre%{_pre}}%{?_rc:.rc%{_rc}}
+%global _nightly 1
+%global _date %(date +%Y%m%d)
+%global _pre_rc %{?_pre:pre%{_pre}}%{?_rc:rc%{_rc}}
Name: bcfg2
-Version: 1.3.3
-Release: 1%{?_pre_rc}%{?dist}
+Version: 1.4.0
+Release: 0.1.%{?_nightly:nightly.%{_date}}%{?_pre_rc}%{?dist}
Summary: A configuration management system
%if 0%{?suse_version}