automatic version update by autodist [release 6.12.0-1mamba;Fri Feb 14 2020]
This commit is contained in:
parent
202fac76a6
commit
a30c356827
@ -1,6 +1,4 @@
|
|||||||
# puppet
|
# puppet
|
||||||
|
|
||||||
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs
|
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification.
|
||||||
administrative tasks (such as adding users, installing packages, and updating server
|
|
||||||
configurations) based on a centralized specification.
|
|
||||||
|
|
||||||
|
BIN
puppet-4.9.4.gem
BIN
puppet-4.9.4.gem
Binary file not shown.
BIN
puppet-6.12.0.gem
Normal file
BIN
puppet-6.12.0.gem
Normal file
Binary file not shown.
47
puppet.spec
47
puppet.spec
@ -2,7 +2,7 @@
|
|||||||
%define puppet_userid 65432
|
%define puppet_userid 65432
|
||||||
|
|
||||||
Name: puppet
|
Name: puppet
|
||||||
Version: 4.9.4
|
Version: 6.12.0
|
||||||
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
|
||||||
@ -24,9 +24,7 @@ Requires(pre): pwdutils
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs
|
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification.
|
||||||
administrative tasks (such as adding users, installing packages, and updating server
|
|
||||||
configurations) based on a centralized specification.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
@ -35,24 +33,24 @@ configurations) based on a centralized specification.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
|
gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"
|
||||||
|
|
||||||
gem install --no-user-install --ignore-dependencies -i "%{buildroot}$gemdir" \
|
gem install --no-user-install --ignore-dependencies -i "%{buildroot}$gemdir" \
|
||||||
--no-ri --no-rdoc -n "%{buildroot}/usr/bin" "%{SOURCE0}"
|
--no-ri --no-rdoc -n "%{buildroot}/usr/bin" "%{SOURCE0}"
|
||||||
|
|
||||||
# Set up vim and emacs
|
## Set up vim and emacs
|
||||||
install -Dp -m0644 \
|
#install -Dp -m0644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/ext/vim/ftdetect/puppet.vim \
|
# %{buildroot}${gemdir}/gems/puppet-%{version}/ext/vim/ftdetect/puppet.vim \
|
||||||
%{buildroot}%{_datadir}/vim/vimfiles/ftdetect/puppet.vim
|
# %{buildroot}%{_datadir}/vim/vimfiles/ftdetect/puppet.vim
|
||||||
install -Dp -m0644 \
|
#install -Dp -m0644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/ext/vim/syntax/puppet.vim \
|
# %{buildroot}${gemdir}/gems/puppet-%{version}/ext/vim/syntax/puppet.vim \
|
||||||
%{buildroot}%{_datadir}/vim/vimfiles/syntax/puppet.vim
|
# %{buildroot}%{_datadir}/vim/vimfiles/syntax/puppet.vim
|
||||||
install -Dp -m0644 \
|
#install -Dp -m0644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/ext/emacs/puppet-mode.el \
|
# %{buildroot}${gemdir}/gems/puppet-%{version}/ext/emacs/puppet-mode.el \
|
||||||
%{buildroot}%{_datadir}/emacs/site-lisp/puppet-mode.el
|
# %{buildroot}%{_datadir}/emacs/site-lisp/puppet-mode.el
|
||||||
install -Dp -m0644 \
|
#install -Dp -m0644 \
|
||||||
%{buildroot}${gemdir}/gems/puppet-%{version}/ext/emacs/puppet-mode-init.el \
|
# %{buildroot}${gemdir}/gems/puppet-%{version}/ext/emacs/puppet-mode-init.el \
|
||||||
%{buildroot}%{_datadir}/emacs/site-lisp/site-start.d/puppet-mode-init.el
|
# %{buildroot}%{_datadir}/emacs/site-lisp/site-start.d/puppet-mode-init.el
|
||||||
|
|
||||||
# Configuration and rc scripts
|
# Configuration and rc scripts
|
||||||
install -Dm 644 \
|
install -Dm 644 \
|
||||||
@ -142,16 +140,19 @@ fi
|
|||||||
/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
|
||||||
%{_datadir}/vim/vimfiles/ftdetect/puppet.vim
|
#%{_datadir}/vim/vimfiles/ftdetect/puppet.vim
|
||||||
%{_datadir}/vim/vimfiles/syntax/puppet.vim
|
#%{_datadir}/vim/vimfiles/syntax/puppet.vim
|
||||||
%{_mandir}/man5/puppet.conf.5*
|
%{_mandir}/man5/puppet.conf.5*
|
||||||
%{_mandir}/man8/extlookup2hiera.8*
|
#%{_mandir}/man8/extlookup2hiera.8*
|
||||||
%{_mandir}/man8/puppet*.8*
|
%{_mandir}/man8/puppet*.8*
|
||||||
%attr(0755,puppet,puppet) %dir /var/lib/puppet
|
%attr(0755,puppet,puppet) %dir /var/lib/puppet
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 14 2020 Automatic Build System <autodist@mambasoft.it> 6.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Mar 22 2017 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
* Wed Mar 22 2017 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user