diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-15 10:48:05 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-15 14:42:46 -0400 |
commit | cc98edd9479d4622634a1275c98058916c14059a (patch) | |
tree | 5e7ccf54e2d35ece92d5ab3521cdd6a027d663c0 /contrib/sssd.spec.in | |
parent | adfe89593359dd5fd96ace0a3f9ea8e7e7278fc4 (diff) | |
download | sssd-cc98edd9479d4622634a1275c98058916c14059a.tar.gz sssd-cc98edd9479d4622634a1275c98058916c14059a.tar.xz sssd-cc98edd9479d4622634a1275c98058916c14059a.zip |
Add PRERELEASE_VERSION variable for use in sssd.spec.in
This will add a second, optional line to the VERSION file that
will be used by the automated build scripts to create snapshot
versions.
Diffstat (limited to 'contrib/sssd.spec.in')
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 7b257e21d..e5134c062 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -1,6 +1,6 @@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ -Release: 0%{?dist} +Release: 0@PRERELEASE_VERSION@%{?dist} Group: Applications/System Summary: System Security Services Daemon # The entire source code is GPLv3+ except replace/ which is LGPLv3+ |