rpms/pki-setup/F-12 import.log, NONE, 1.1 pki-setup.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

kwright kwright at fedoraproject.org
Wed Dec 23 20:42:41 UTC 2009


Author: kwright

Update of /cvs/pkgs/rpms/pki-setup/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23534/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pki-setup.spec 
Log Message:
dogtag build for fedora see: 521993



--- NEW FILE import.log ---
pki-setup-1_3_0-6_fc12:F-12:pki-setup-1.3.0-6.fc12.src.rpm:1261600938


--- NEW FILE pki-setup.spec ---
Name:           pki-setup
Version:        1.3.0
Release:        6%{?dist}
Summary:        Dogtag Certificate system - PKI Instance Creation and Removal Scripts
URL:            http://pki.fedoraproject.org/
License:        GPLv2
Group:          System Environment/Base

BuildArch:      noarch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ant

Requires:       policycoreutils
%{?fc11:Requires: policycoreutils-python}
%{?fc12:Requires: policycoreutils-python}

Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz

%description
Public Key Infrastructure (PKI) setup scripts used to create and remove
instances from Dogtag PKI deployments.

%prep

%setup -q

%build
ant \
    -Dproduct.ui.flavor.prefix="" \
    -Dproduct.prefix="pki" \
    -Dproduct="setup" \
    -Dversion="%{version}"

%install
rm -rf %{buildroot}
cd dist/binary
unzip %{name}-%{version}.zip -d %{buildroot}

## remove unwanted files
rm -rf %{buildroot}%{_bindir}/pkihost

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/*
%{_datadir}/pki/

%changelog
* Wed Dec 23 2009 Kevin Wright <kwright at redhat.com> 1.3.0-6
- Bugzilla Bug #521993 - packaging for Fedora Dogtag
- Removed Requires for all perl packages
- Removed Requires for pki-native-tools

* Mon Dec 14 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-5
- Bugzilla Bug #521993 - packaging for Fedora Dogtag
- Bugzilla Bug #529070 -  rpm packaging problems (cannot reinstall correctly) 
- Removed 'with exceptions' from License
- Removed 'Requires: perl >= 5.8.0'

* Mon Dec 7 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-4
- Bugzilla Bug #528556 -  policycoreutils-python (semanage) prerequisite
  missing from rpm
- Added "conditional" support for Fedora 11
- Added "conditional" support for Fedora 12

* Mon Nov 16 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-3
- Bugzilla Bug #533518 -  Remove "pkihost" script from pki-setup . . .

* Mon Nov 2 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-2
- Bugzilla Bug #521993 - packaging for Fedora Dogtag
- Take ownership of directories

* Tue Oct 13 2009 Ade Lee <alee at redhat.com> 1.3.0-1
- Bugzilla Bug #521993 - packaging for Fedora Dogtag


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pki-setup/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Dec 2009 19:50:47 -0000	1.1
+++ .cvsignore	23 Dec 2009 20:42:41 -0000	1.2
@@ -0,0 +1 @@
+pki-setup-1.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pki-setup/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Dec 2009 19:50:47 -0000	1.1
+++ sources	23 Dec 2009 20:42:41 -0000	1.2
@@ -0,0 +1 @@
+3abe73346f239f9db64dc481fbb58aad  pki-setup-1.3.0.tar.gz




More information about the fedora-extras-commits mailing list