Release Candidate 1
This commit is contained in:
parent
8f6e85a5e3
commit
d1f3315299
@ -1,14 +1,7 @@
|
||||
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
||||
# also remove the space between % and global - this space is needed because
|
||||
# fedpkg verrel stupidly ignores comment lines
|
||||
%global prerel .b3
|
||||
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
|
||||
%global relprefix 0.
|
||||
|
||||
Summary: Dogtag Public Key Infrastructure (PKI) Suite
|
||||
Name: dogtag-pki
|
||||
Version: 10.0.0
|
||||
Release: %{?relprefix}16%{?prerel}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
|
||||
License: GPLv2 and LGPLv2
|
||||
URL: http://pki.fedoraproject.org/
|
||||
@ -194,6 +187,9 @@ rm -rf %{buildroot}
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Fri Dec 7 2012 Ade Lee <alee@redhat.com> 10.0.0-1
|
||||
- Update to official release for rc1
|
||||
|
||||
* Mon Nov 12 2012 Ade Lee <alee@redhat.com> 10.0.0-0.16.b3
|
||||
- Update release to b3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user