[packages/puppet] - start work on 3.1, very initial
zawadaa
zawadaa at pld-linux.org
Thu Apr 4 12:45:57 CEST 2013
commit 3191db8066d3e426ee4aa37e5cc586d4d4a72cc6
Author: Andrzej Zawadzki <zawadaa at pld-linux.org>
Date: Thu Apr 4 12:44:17 2013 +0200
- start work on 3.1, very initial
puppet.spec | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
---
diff --git a/puppet.spec b/puppet.spec
index 56bbe73..79a9f40 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -4,12 +4,12 @@
# - initscripts
Summary: A network tool for managing many disparate systems
Name: puppet
-Version: 2.7.18
-Release: 0.5
+Version: 3.1.1
+Release: 0.2
License: GPL v2+
Group: Networking/Admin
Source0: http://puppetlabs.com/downloads/puppet/%{name}-%{version}.tar.gz
-# Source0-md5: 210725704692a0ca7b8ffc312471796e
+# Source0-md5: e942079612703a460a9fdb52e6bcae4a
Patch0: install-p.patch
Patch1: ruby19.patch
URL: http://www.puppetlabs.com/
@@ -30,18 +30,18 @@ separate elements normally aggregated in different files, like users,
cron jobs, and hosts, along with obviously discrete elements like
packages, services, and files.
-%package server
-Summary: Server for the puppet system management tool
-Group: Base
-Requires: %{name} = %{version}-%{release}
-Requires(post): /sbin/chkconfig
-Requires(preun): /sbin/chkconfig
-Requires: rc-scripts
+#%package server
+#Summary: Server for the puppet system management tool
+#Group: Base
+#Requires: %{name} = %{version}-%{release}
+#Requires(post): /sbin/chkconfig
+#Requires(preun): /sbin/chkconfig
+#Requires: rc-scripts
-%description server
-Provides the central puppet server daemon which provides manifests to
-clients. The server can also function as a certificate authority and
-file server.
+#%description server
+#Provides the central puppet server daemon which provides manifests to
+#clients. The server can also function as a certificate authority and
+#file server.
%package -n vim-syntax-puppet
Summary: Vim syntax for puppet .pp files
@@ -53,11 +53,11 @@ Vim syntax for puppet .pp files
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p1
+#%patch1 -p1
# puppet-queue.conf is more of an example, used for stompserver
-mv conf/puppet-queue.conf examples/etc/puppet/
+#mv conf/puppet-queue.conf examples/etc/puppet/
%install
rm -rf $RPM_BUILD_ROOT
@@ -81,25 +81,25 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.md CHANGELOG
+%doc README.md
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/modules
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/auth.conf
-%attr(755,root,root) %{_bindir}/filebucket
-%attr(755,root,root) %{_bindir}/pi
+#%attr(755,root,root) %{_bindir}/filebucket
+#%attr(755,root,root) %{_bindir}/pi
%attr(755,root,root) %{_bindir}/puppet
-%attr(755,root,root) %{_bindir}/puppetdoc
-%attr(755,root,root) %{_bindir}/ralsh
-%attr(755,root,root) %{_sbindir}/puppetca
-%attr(755,root,root) %{_sbindir}/puppetd
+#%attr(755,root,root) %{_bindir}/puppetdoc
+#%attr(755,root,root) %{_bindir}/ralsh
+#%attr(755,root,root) %{_sbindir}/puppetca
+#%attr(755,root,root) %{_sbindir}/puppetd
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/modules
%{ruby_sitelibdir}/puppet
%{ruby_sitelibdir}/puppet.rb
%{ruby_sitelibdir}/semver.rb
%{_mandir}/man5/puppet.conf.5*
-%{_mandir}/man8/filebucket.8*
-%{_mandir}/man8/pi.8*
+#%{_mandir}/man8/filebucket.8*
+#%{_mandir}/man8/pi.8*
%{_mandir}/man8/puppet-agent.8*
%{_mandir}/man8/puppet-apply.8*
%{_mandir}/man8/puppet-ca.8*
@@ -135,20 +135,20 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/puppet-secret_agent.8*
%{_mandir}/man8/puppet-status.8*
%{_mandir}/man8/puppet.8*
-%{_mandir}/man8/puppetca.8*
-%{_mandir}/man8/puppetd.8*
-%{_mandir}/man8/puppetdoc.8*
-%{_mandir}/man8/ralsh.8*
+#%{_mandir}/man8/puppetca.8*
+#%{_mandir}/man8/puppetd.8*
+#%{_mandir}/man8/puppetdoc.8*
+#%{_mandir}/man8/ralsh.8*
%{_examplesdir}/%{name}-%{version}
-%files server
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/puppetmasterd
-%attr(755,root,root) %{_sbindir}/puppetrun
-%attr(755,root,root) %{_sbindir}/puppetqd
-%{_mandir}/man8/puppetmasterd.8*
-%{_mandir}/man8/puppetrun.8*
-%{_mandir}/man8/puppetqd.8*
+#%files server
+#%defattr(644,root,root,755)
+#%attr(755,root,root) %{_sbindir}/puppetmasterd
+#%attr(755,root,root) %{_sbindir}/puppetrun
+#%attr(755,root,root) %{_sbindir}/puppetqd
+#%{_mandir}/man8/puppetmasterd.8*
+#%{_mandir}/man8/puppetrun.8*
+#%{_mandir}/man8/puppetqd.8*
%files -n vim-syntax-puppet
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/puppet.git/commitdiff/3191db8066d3e426ee4aa37e5cc586d4d4a72cc6
More information about the pld-cvs-commit
mailing list