Dogtag Trac Ticket 389: Create beta 2 builds
This commit is contained in:
parent
21e5f54ec9
commit
159ba0edd3
@ -1,14 +1,14 @@
|
||||
# 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 .b1
|
||||
%global prerel .b2
|
||||
# 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}12%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}13%{?prerel}%{?dist}
|
||||
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
|
||||
License: GPLv2 and LGPLv2
|
||||
URL: http://pki.fedoraproject.org/
|
||||
@ -198,6 +198,9 @@ rm -rf %{buildroot}
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Mon Oct 29 2012 Ade Lee <alee@redhat.com> 10.0.0-0.13.b2
|
||||
- Update release to b2
|
||||
|
||||
* Tue Oct 23 2012 Ade Lee <alee@redhat.com> 10.0.0-0.12.b1
|
||||
- Remove pki-selinux from f18 build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user