automatic version update by autodist [release 4.5.3-1mamba;Sat Aug 20 2016]
This commit is contained in:
parent
3963f2b761
commit
66043d1515
BIN
puppet-3.3.2.gem
BIN
puppet-3.3.2.gem
Binary file not shown.
BIN
puppet-4.5.3.gem
Normal file
BIN
puppet-4.5.3.gem
Normal file
Binary file not shown.
36
puppet.spec
36
puppet.spec
@ -2,7 +2,7 @@
|
|||||||
%define puppet_userid 65432
|
%define puppet_userid 65432
|
||||||
|
|
||||||
Name: puppet
|
Name: puppet
|
||||||
Version: 3.3.2
|
Version: 4.5.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An automated administrative engine for your Linux, Unix, and Windows systems
|
Summary: An automated administrative engine for your Linux, Unix, and Windows systems
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -56,7 +56,7 @@ install -Dp -m0644 \
|
|||||||
|
|
||||||
# Configuration and rc scripts
|
# Configuration and rc scripts
|
||||||
install -Dm 644 \
|
install -Dm 644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/ext/redhat/puppet.conf \
|
%{buildroot}${gemdir}/gems/puppet-%{version}/conf/puppet.conf \
|
||||||
%{buildroot}%{_sysconfdir}/puppet/puppet.conf
|
%{buildroot}%{_sysconfdir}/puppet/puppet.conf
|
||||||
install -Dm 644 \
|
install -Dm 644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/conf/fileserver.conf \
|
%{buildroot}${gemdir}/gems/puppet-%{version}/conf/fileserver.conf \
|
||||||
@ -64,9 +64,9 @@ install -Dm 644 \
|
|||||||
install -Dm 644 \
|
install -Dm 644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/conf/auth.conf \
|
%{buildroot}${gemdir}/gems/puppet-%{version}/conf/auth.conf \
|
||||||
%{buildroot}%{_sysconfdir}/puppet/auth.conf
|
%{buildroot}%{_sysconfdir}/puppet/auth.conf
|
||||||
install -Dm 644 \
|
#install -Dm 644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/conf/tagmail.conf \
|
# %{buildroot}${gemdir}/gems/puppet-%{version}/conf/tagmail.conf \
|
||||||
%{buildroot}%{_sysconfdir}/puppet/tagmail.conf
|
# %{buildroot}%{_sysconfdir}/puppet/tagmail.conf
|
||||||
|
|
||||||
# Setup tmpfiles.d config
|
# Setup tmpfiles.d config
|
||||||
install -d %{buildroot}%{_libdir}/tmpfiles.d/
|
install -d %{buildroot}%{_libdir}/tmpfiles.d/
|
||||||
@ -79,11 +79,11 @@ install -Dm 644 \
|
|||||||
|
|
||||||
# Systemd files
|
# Systemd files
|
||||||
install -Dm 644 \
|
install -Dm 644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/ext/systemd/puppetagent.service \
|
%{buildroot}${gemdir}/gems/puppet-%{version}/ext/systemd/puppet.service \
|
||||||
%{buildroot}/lib/systemd/system/puppet.service
|
%{buildroot}/lib/systemd/system/puppet.service
|
||||||
install -Dm 644 \
|
#install -Dm 644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/ext/systemd/puppetmaster.service \
|
# %{buildroot}${gemdir}/gems/puppet-%{version}/ext/systemd/puppetmaster.service \
|
||||||
%{buildroot}/lib/systemd/system/puppetmaster.service
|
# %{buildroot}/lib/systemd/system/puppetmaster.service
|
||||||
|
|
||||||
# Create puppet homedir and hieradir
|
# Create puppet homedir and hieradir
|
||||||
install -d %{buildroot}/var/lib/puppet
|
install -d %{buildroot}/var/lib/puppet
|
||||||
@ -133,14 +133,14 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/puppet/auth.conf
|
%config(noreplace) %{_sysconfdir}/puppet/auth.conf
|
||||||
%config(noreplace) %{_sysconfdir}/puppet/fileserver.conf
|
%config(noreplace) %{_sysconfdir}/puppet/fileserver.conf
|
||||||
%config(noreplace) %{_sysconfdir}/puppet/puppet.conf
|
%config(noreplace) %{_sysconfdir}/puppet/puppet.conf
|
||||||
%config(noreplace) %{_sysconfdir}/puppet/tagmail.conf
|
#%config(noreplace) %{_sysconfdir}/puppet/tagmail.conf
|
||||||
%{_sysconfdir}/logrotate.d/puppet
|
%{_sysconfdir}/logrotate.d/puppet
|
||||||
%{_bindir}/puppet
|
%{_bindir}/puppet
|
||||||
%{_libdir}/ruby/gems/*/specifications/puppet-3.3.2.gemspec
|
%{_libdir}/ruby/gems/*/specifications/puppet-%{version}.gemspec
|
||||||
%dir %{_libdir}/ruby/gems/*/gems/puppet-%{version}
|
%dir %{_libdir}/ruby/gems/*/gems/puppet-%{version}
|
||||||
%{_libdir}/ruby/gems/*/gems/puppet-%{version}/*
|
%{_libdir}/ruby/gems/*/gems/puppet-%{version}/*
|
||||||
/lib/systemd/system/puppet.service
|
/lib/systemd/system/puppet.service
|
||||||
/lib/systemd/system/puppetmaster.service
|
#/lib/systemd/system/puppetmaster.service
|
||||||
%{_libdir}/tmpfiles.d/puppet.conf
|
%{_libdir}/tmpfiles.d/puppet.conf
|
||||||
%{_datadir}/emacs/site-lisp/puppet-mode.el
|
%{_datadir}/emacs/site-lisp/puppet-mode.el
|
||||||
%{_datadir}/emacs/site-lisp/site-start.d/puppet-mode-init.el
|
%{_datadir}/emacs/site-lisp/site-start.d/puppet-mode-init.el
|
||||||
@ -152,5 +152,17 @@ fi
|
|||||||
%attr(0755,puppet,puppet) %dir /var/lib/puppet
|
%attr(0755,puppet,puppet) %dir /var/lib/puppet
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 20 2016 Automatic Build System <autodist@mambasoft.it> 4.5.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Dec 29 2015 Automatic Build System <autodist@mambasoft.it> 3.7.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Sep 06 2014 Automatic Build System <autodist@mambasoft.it> 3.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-1mamba
|
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user