Resolves Dogtag Trac #359 - Create builds for beta 1
This commit is contained in:
parent
3a77138c43
commit
ec5b82db76
@ -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 .a2
|
||||
%global prerel .b1
|
||||
# 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}9%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}10%{?prerel}%{?dist}
|
||||
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
|
||||
License: GPLv2 and LGPLv2
|
||||
URL: http://pki.fedoraproject.org/
|
||||
@ -99,7 +99,6 @@ Requires: pki-ca >= %{pki_core_version}
|
||||
Requires: pki-server >= %{pki_core_version}
|
||||
Requires: pki-tools >= %{pki_core_version}
|
||||
Requires: pki-selinux >= %{pki_core_version}
|
||||
Requires: pki-silent >= %{pki_core_version}
|
||||
Requires: pki-symkey >= %{pki_core_version}
|
||||
Requires: pki-base >= %{pki_core_version}
|
||||
|
||||
@ -194,6 +193,12 @@ rm -rf %{buildroot}
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Mon Oct 8 2012 Ade Lee <alee@redhat.com> 10.0.0-0.10.b1
|
||||
- Update release to b1
|
||||
|
||||
* Fri Oct 5 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.10.a2
|
||||
- Merged pki-silent into pki-server.
|
||||
|
||||
* Mon Oct 1 2012 Ade Lee <alee@redhat.com> 10.0.0-0.9.a2
|
||||
- Update release to a2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user