diff --git a/packages/plugins/rubygem-smart_proxy_chef/rubygem-smart_proxy_chef.spec b/packages/plugins/rubygem-smart_proxy_chef/rubygem-smart_proxy_chef.spec index 71cd458b64e..723ddfb24be 100644 --- a/packages/plugins/rubygem-smart_proxy_chef/rubygem-smart_proxy_chef.spec +++ b/packages/plugins/rubygem-smart_proxy_chef/rubygem-smart_proxy_chef.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_chef @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.2.0 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: Chef support for Foreman Smart-Proxy Group: Applications/Internet License: GPLv3 @@ -106,6 +106,9 @@ mv %{buildroot}%{gem_instdir}/settings.d/chef.yml.example \ %{gem_instdir}/Gemfile %changelog +* Tue May 12 2020 Adam Ruzicka 0.2.0-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 0.2.0-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_dhcp_bluecat/rubygem-smart_proxy_dhcp_bluecat.spec b/packages/plugins/rubygem-smart_proxy_dhcp_bluecat/rubygem-smart_proxy_dhcp_bluecat.spec index a83bee72035..b0c99298869 100644 --- a/packages/plugins/rubygem-smart_proxy_dhcp_bluecat/rubygem-smart_proxy_dhcp_bluecat.spec +++ b/packages/plugins/rubygem-smart_proxy_dhcp_bluecat/rubygem-smart_proxy_dhcp_bluecat.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_dhcp_bluecat @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.1.0 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: BlueCat DHCP provider plugin for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -111,6 +111,9 @@ mv %{buildroot}%{gem_instdir}/config/dhcp_bluecat.yml.example \ %doc %{gem_instdir}/README.md %changelog +* Tue May 12 2020 Adam Ruzicka 0.1.0-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 0.1.0-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_dhcp_device42/rubygem-smart_proxy_dhcp_device42.spec b/packages/plugins/rubygem-smart_proxy_dhcp_device42/rubygem-smart_proxy_dhcp_device42.spec index e421bd16978..a18bf8f0be8 100644 --- a/packages/plugins/rubygem-smart_proxy_dhcp_device42/rubygem-smart_proxy_dhcp_device42.spec +++ b/packages/plugins/rubygem-smart_proxy_dhcp_device42/rubygem-smart_proxy_dhcp_device42.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_dhcp_device42 @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 1.0.7 -Release: 4%{?foremandist}%{?dist} +Release: 5%{?foremandist}%{?dist} Summary: Device42 DHCP provider plugin for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -110,6 +110,9 @@ mv %{buildroot}%{gem_instdir}/config/dhcp_device42.yml.example \ %doc %{gem_instdir}/README.md %changelog +* Tue May 12 2020 Adam Ruzicka 1.0.7-5 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 1.0.7-4 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_dhcp_dnsmasq/rubygem-smart_proxy_dhcp_dnsmasq.spec b/packages/plugins/rubygem-smart_proxy_dhcp_dnsmasq/rubygem-smart_proxy_dhcp_dnsmasq.spec index 28a3e45b826..e967ee29436 100644 --- a/packages/plugins/rubygem-smart_proxy_dhcp_dnsmasq/rubygem-smart_proxy_dhcp_dnsmasq.spec +++ b/packages/plugins/rubygem-smart_proxy_dhcp_dnsmasq/rubygem-smart_proxy_dhcp_dnsmasq.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_dhcp_dnsmasq @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.7 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: dnsmasq DHCP provider plugin for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -109,6 +109,9 @@ mv %{buildroot}%{gem_instdir}/config/dhcp_dnsmasq.yml \ %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka 0.7-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 0.7-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_dhcp_infoblox/rubygem-smart_proxy_dhcp_infoblox.spec b/packages/plugins/rubygem-smart_proxy_dhcp_infoblox/rubygem-smart_proxy_dhcp_infoblox.spec index 4a959467e3f..b52b9577bd7 100644 --- a/packages/plugins/rubygem-smart_proxy_dhcp_infoblox/rubygem-smart_proxy_dhcp_infoblox.spec +++ b/packages/plugins/rubygem-smart_proxy_dhcp_infoblox/rubygem-smart_proxy_dhcp_infoblox.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_dhcp_infoblox @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.0.16 -Release: 1%{?foremandist}%{?dist} +Release: 2%{?foremandist}%{?dist} Summary: Infoblox DHCP provider plugin for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -111,6 +111,9 @@ mv %{buildroot}%{gem_instdir}/config/dhcp_infoblox.yml.example \ %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka 0.0.16-2 +- Change localstatedir to sharedstatedir + * Mon May 04 2020 Lukas Zapletal - 0.0.16-1 - Update to 0.0.16 diff --git a/packages/plugins/rubygem-smart_proxy_dhcp_remote_isc/rubygem-smart_proxy_dhcp_remote_isc.spec b/packages/plugins/rubygem-smart_proxy_dhcp_remote_isc/rubygem-smart_proxy_dhcp_remote_isc.spec index ef9ffdbde1f..ea9dc1f63a5 100644 --- a/packages/plugins/rubygem-smart_proxy_dhcp_remote_isc/rubygem-smart_proxy_dhcp_remote_isc.spec +++ b/packages/plugins/rubygem-smart_proxy_dhcp_remote_isc/rubygem-smart_proxy_dhcp_remote_isc.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_dhcp_remote_isc @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.0.4 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: Smart-Proxy dhcp module provider for NFS-accessible ISC dhcpd installations Group: Applications/Internet License: GPLv3 @@ -109,6 +109,9 @@ mv %{buildroot}%{gem_instdir}/config/dhcp_remote_isc.yml.example \ %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka 0.0.4-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 0.0.4-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_discovery/rubygem-smart_proxy_discovery.spec b/packages/plugins/rubygem-smart_proxy_discovery/rubygem-smart_proxy_discovery.spec index 782c629217e..a6b58050663 100644 --- a/packages/plugins/rubygem-smart_proxy_discovery/rubygem-smart_proxy_discovery.spec +++ b/packages/plugins/rubygem-smart_proxy_discovery/rubygem-smart_proxy_discovery.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_discovery @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 1.0.5 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: Discovery plugin for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -110,6 +110,9 @@ mv %{buildroot}%{gem_instdir}/settings.d/discovery.yml.example \ %doc %{gem_instdir}/README.md %changelog +* Tue May 12 2020 Adam Ruzicka 1.0.5-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 1.0.5-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_discovery_image/rubygem-smart_proxy_discovery_image.spec b/packages/plugins/rubygem-smart_proxy_discovery_image/rubygem-smart_proxy_discovery_image.spec index 083cac545bd..64200dbc27d 100644 --- a/packages/plugins/rubygem-smart_proxy_discovery_image/rubygem-smart_proxy_discovery_image.spec +++ b/packages/plugins/rubygem-smart_proxy_discovery_image/rubygem-smart_proxy_discovery_image.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_discovery_image @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 1.0.9 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: FDI API for Foreman Smart-Proxy Group: Applications/Internet License: GPLv3 @@ -110,6 +110,9 @@ mv %{buildroot}%{gem_instdir}/settings.d/discovery_image.yml.example \ %doc %{gem_instdir}/README.md %changelog +* Tue May 12 2020 Adam Ruzicka 1.0.9-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 1.0.9-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_dns_infoblox/rubygem-smart_proxy_dns_infoblox.spec b/packages/plugins/rubygem-smart_proxy_dns_infoblox/rubygem-smart_proxy_dns_infoblox.spec index 2b00bfa4cf1..43a71860750 100644 --- a/packages/plugins/rubygem-smart_proxy_dns_infoblox/rubygem-smart_proxy_dns_infoblox.spec +++ b/packages/plugins/rubygem-smart_proxy_dns_infoblox/rubygem-smart_proxy_dns_infoblox.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_dns_infoblox @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 1.0.0 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: Infoblox DNS provider plugin for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -109,6 +109,9 @@ mv %{buildroot}%{gem_instdir}/config/dns_infoblox.yml.example \ %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka - 1.0.0-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 1.0.0-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_dns_powerdns/rubygem-smart_proxy_dns_powerdns.spec b/packages/plugins/rubygem-smart_proxy_dns_powerdns/rubygem-smart_proxy_dns_powerdns.spec index 776e0272a8c..49c01de10c2 100644 --- a/packages/plugins/rubygem-smart_proxy_dns_powerdns/rubygem-smart_proxy_dns_powerdns.spec +++ b/packages/plugins/rubygem-smart_proxy_dns_powerdns/rubygem-smart_proxy_dns_powerdns.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_dns_powerdns @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 1.0.0 -Release: 2%{?foremandist}%{?dist} +Release: 3%{?foremandist}%{?dist} Summary: PowerDNS DNS provider plugin for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -109,6 +109,9 @@ mv %{buildroot}%{gem_instdir}/config/dns_powerdns.yml \ %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka - 1.0.0-3 +- Change localstatedir to sharedstatedir + * Mon Jan 13 2020 Eric D. Helms - 1.0.0-2 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_dns_route53/rubygem-smart_proxy_dns_route53.spec b/packages/plugins/rubygem-smart_proxy_dns_route53/rubygem-smart_proxy_dns_route53.spec index 8a529d75616..79df691f2f9 100644 --- a/packages/plugins/rubygem-smart_proxy_dns_route53/rubygem-smart_proxy_dns_route53.spec +++ b/packages/plugins/rubygem-smart_proxy_dns_route53/rubygem-smart_proxy_dns_route53.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_dns_route53 @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 3.0.1 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: Route 53 DNS provider plugin for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -110,6 +110,9 @@ mv %{buildroot}%{gem_instdir}/config/dns_route53.yml \ %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka - 3.0.1-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 3.0.1-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_dynflow_core/rubygem-smart_proxy_dynflow_core.spec b/packages/plugins/rubygem-smart_proxy_dynflow_core/rubygem-smart_proxy_dynflow_core.spec index b86f66b8a97..4845a3315c7 100644 --- a/packages/plugins/rubygem-smart_proxy_dynflow_core/rubygem-smart_proxy_dynflow_core.spec +++ b/packages/plugins/rubygem-smart_proxy_dynflow_core/rubygem-smart_proxy_dynflow_core.spec @@ -15,7 +15,7 @@ Summary: Core Smart Proxy Dynflow Service Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.2.5 -Release: 1%{?foremandist}%{?dist} +Release: 2%{?foremandist}%{?dist} Group: Development/Libraries License: GPLv3 URL: https://github.com/theforeman/smart_proxy_dynflow @@ -119,6 +119,9 @@ install -Dp -m0644 %{SOURCE1} %{buildroot}%{root_sysconfdir}/logrotate.d/%{name} %doc %{gem_instdir}/LICENSE %changelog +* Tue May 12 2020 Adam Ruzicka - 0.2.5-2 +- Change localstatedir to sharedstatedir + * Wed May 06 2020 Adam Ruzicka 0.2.5-1 - Update to 0.2.5 diff --git a/packages/plugins/rubygem-smart_proxy_m2/rubygem-smart_proxy_m2.spec b/packages/plugins/rubygem-smart_proxy_m2/rubygem-smart_proxy_m2.spec index 70c3030eda7..22412e98652 100644 --- a/packages/plugins/rubygem-smart_proxy_m2/rubygem-smart_proxy_m2.spec +++ b/packages/plugins/rubygem-smart_proxy_m2/rubygem-smart_proxy_m2.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_m2 @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.0.1 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: M2 smart proxy plugin for Foreman Group: Applications/Internet License: GPLv3 @@ -107,6 +107,9 @@ mv %{buildroot}%{gem_instdir}/settings.d/m2.yml.example \ %doc %{gem_instdir}/README.md %changelog +* Tue May 12 2020 Adam Ruzicka - 0.0.1-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 0.0.1-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_monitoring/rubygem-smart_proxy_monitoring.spec b/packages/plugins/rubygem-smart_proxy_monitoring/rubygem-smart_proxy_monitoring.spec index 8be4e8219c7..e03aa910f55 100644 --- a/packages/plugins/rubygem-smart_proxy_monitoring/rubygem-smart_proxy_monitoring.spec +++ b/packages/plugins/rubygem-smart_proxy_monitoring/rubygem-smart_proxy_monitoring.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_monitoring @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.1.2 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: Monitoring plug-in for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -119,6 +119,9 @@ mkdir -p %{buildroot}%{_root_sysconfdir}/foreman-proxy/monitoring %doc %{gem_instdir}/README.md %changelog +* Tue May 12 2020 Adam Ruzicka - 0.1.2-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 0.1.2-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_omaha/rubygem-smart_proxy_omaha.spec b/packages/plugins/rubygem-smart_proxy_omaha/rubygem-smart_proxy_omaha.spec index 33b748ea704..183c621efde 100644 --- a/packages/plugins/rubygem-smart_proxy_omaha/rubygem-smart_proxy_omaha.spec +++ b/packages/plugins/rubygem-smart_proxy_omaha/rubygem-smart_proxy_omaha.spec @@ -4,7 +4,7 @@ %{!?_root_bindir:%global _root_bindir %{_bindir}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_omaha @@ -12,7 +12,7 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d @@ -22,7 +22,7 @@ Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.1.0 -Release: 1%{?foremandist}%{?dist} +Release: 2%{?foremandist}%{?dist} Summary: Omaha protocol support for smart-proxy Group: Applications/Internet License: GPLv3 @@ -134,6 +134,9 @@ mkdir -p %{buildroot}%{content_dir} %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka - 0.1.0-2 +- Change localstatedir to sharedstatedir + * Thu Apr 09 2020 Timo Goebel - 0.1.0-1 - Update smart_proxy_omaha to 0.1.0 diff --git a/packages/plugins/rubygem-smart_proxy_openscap/rubygem-smart_proxy_openscap.spec b/packages/plugins/rubygem-smart_proxy_openscap/rubygem-smart_proxy_openscap.spec index 71c22f4a518..8f2f03a5492 100644 --- a/packages/plugins/rubygem-smart_proxy_openscap/rubygem-smart_proxy_openscap.spec +++ b/packages/plugins/rubygem-smart_proxy_openscap/rubygem-smart_proxy_openscap.spec @@ -4,7 +4,7 @@ %{!?_root_bindir:%global _root_bindir %{_bindir}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_openscap @@ -12,7 +12,7 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d @@ -23,7 +23,7 @@ Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.7.2 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: OpenSCAP plug-in for Foreman's smart-proxy Group: Applications/Internet License: GPLv3+ @@ -153,6 +153,9 @@ ln -sv %{content_dir} %{buildroot}%{foreman_proxy_dir}/openscap %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka - 0.7.2-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 0.7.2-3 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_pulp/rubygem-smart_proxy_pulp.spec b/packages/plugins/rubygem-smart_proxy_pulp/rubygem-smart_proxy_pulp.spec index cdc75feaf90..3d60cf0483a 100644 --- a/packages/plugins/rubygem-smart_proxy_pulp/rubygem-smart_proxy_pulp.spec +++ b/packages/plugins/rubygem-smart_proxy_pulp/rubygem-smart_proxy_pulp.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_pulp @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 2.0.0 -Release: 2%{?foremandist}%{?dist} +Release: 3%{?foremandist}%{?dist} Summary: Basic Pulp support for Foreman Smart-Proxy Group: Applications/Internet License: GPLv3 @@ -113,6 +113,9 @@ mv %{buildroot}%{gem_instdir}/settings.d/pulpnode.yml.example \ %{gem_instdir}/Gemfile %changelog +* Tue May 12 2020 Adam Ruzicka - 2.0.0-3 +- Change localstatedir to sharedstatedir + * Wed Jan 08 2020 Eric D. Helms - 2.0.0-2 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_realm_ad_plugin/rubygem-smart_proxy_realm_ad_plugin.spec b/packages/plugins/rubygem-smart_proxy_realm_ad_plugin/rubygem-smart_proxy_realm_ad_plugin.spec index a17509181f4..9bd67f01338 100644 --- a/packages/plugins/rubygem-smart_proxy_realm_ad_plugin/rubygem-smart_proxy_realm_ad_plugin.spec +++ b/packages/plugins/rubygem-smart_proxy_realm_ad_plugin/rubygem-smart_proxy_realm_ad_plugin.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_realm_ad_plugin @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.1 -Release: 4%{?foremandist}%{?dist} +Release: 5%{?foremandist}%{?dist} Summary: A realm ad provider plugin for Foreman's smart proxy Group: Applications/Internet License: GPLv3 @@ -111,6 +111,9 @@ mv %{buildroot}%{gem_instdir}/config/realm_ad.yml.example \ %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka - 0.1-5 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 0.1-4 - Build for SCL diff --git a/packages/plugins/rubygem-smart_proxy_salt/rubygem-smart_proxy_salt.spec b/packages/plugins/rubygem-smart_proxy_salt/rubygem-smart_proxy_salt.spec index f171dde1118..98d4d573f0c 100644 --- a/packages/plugins/rubygem-smart_proxy_salt/rubygem-smart_proxy_salt.spec +++ b/packages/plugins/rubygem-smart_proxy_salt/rubygem-smart_proxy_salt.spec @@ -4,7 +4,7 @@ %{!?_root_bindir:%global _root_bindir %{_bindir}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_salt @@ -12,7 +12,7 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d @@ -22,7 +22,7 @@ Summary: SaltStack support for Foreman Smart-Proxy Name: %{?scl_prefix}rubygem-%{gem_name} Version: 3.1.1 -Release: 4%{?foremandist}%{?dist} +Release: 5%{?foremandist}%{?dist} Group: Applications/System License: GPLv3 URL: https://github.com/theforeman/smart_proxy_salt @@ -163,6 +163,9 @@ EOF %doc %{gem_instdir}/README.md %changelog +* Tue May 12 2020 Adam Ruzicka - 3.1.1-5 +- Change localstatedir to sharedstatedir + * Fri Jan 17 2020 Zach Huntington-Meath - 3.1.1-4 - Update spec to remove the ror scl diff --git a/packages/plugins/rubygem-smart_proxy_salt_core/rubygem-smart_proxy_salt_core.spec b/packages/plugins/rubygem-smart_proxy_salt_core/rubygem-smart_proxy_salt_core.spec index e0373ee32d5..d76ca7b920a 100644 --- a/packages/plugins/rubygem-smart_proxy_salt_core/rubygem-smart_proxy_salt_core.spec +++ b/packages/plugins/rubygem-smart_proxy_salt_core/rubygem-smart_proxy_salt_core.spec @@ -7,7 +7,7 @@ Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Smart Proxy Salt - core bits Group: Development/Languages License: GPLv3 @@ -80,6 +80,9 @@ cp -pa .%{gem_dir}/* \ %changelog +* Tue May 12 2020 Adam Ruzicka - 0.0.2-2 +- Change localstatedir to sharedstatedir + * Thu Oct 31 2019 Bernhard Suttner 0.0.2-1 - Update to 0.0.2 diff --git a/packages/plugins/rubygem-smart_proxy_spacewalk/rubygem-smart_proxy_spacewalk.spec b/packages/plugins/rubygem-smart_proxy_spacewalk/rubygem-smart_proxy_spacewalk.spec index 5a10fca1ccc..ef28dd829a7 100644 --- a/packages/plugins/rubygem-smart_proxy_spacewalk/rubygem-smart_proxy_spacewalk.spec +++ b/packages/plugins/rubygem-smart_proxy_spacewalk/rubygem-smart_proxy_spacewalk.spec @@ -3,7 +3,7 @@ %{!?scl:%global pkg_name %{name}} %{!?_root_datadir:%global _root_datadir %{_datadir}} -%{!?_root_localstatedir:%global _root_localstatedir %{_localstatedir}} +%{!?_root_sharedstatedir:%global _root_sharedstatedir %{_sharedstatedir}} %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} %global gem_name smart_proxy_spacewalk @@ -11,14 +11,14 @@ %global foreman_proxy_min_version 1.25 %global foreman_proxy_dir %{_root_datadir}/foreman-proxy -%global foreman_proxy_statedir %{_root_localstatedir}/foreman-proxy +%global foreman_proxy_statedir %{_root_sharedstatedir}/foreman-proxy %global foreman_proxy_bundlerd_dir %{foreman_proxy_dir}/bundler.d %global foreman_proxy_settingsd_dir %{_root_sysconfdir}/foreman-proxy/settings.d %global smart_proxy_dynflow_bundlerd_dir %{!?scl:/opt/theforeman/tfm/root}%{_datadir}/smart_proxy_dynflow_core/bundler.d Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.1.0 -Release: 3%{?foremandist}%{?dist} +Release: 4%{?foremandist}%{?dist} Summary: Spacewalk integration support for smart-proxy Group: Applications/Internet License: GPLv3 @@ -114,6 +114,9 @@ mv %{buildroot}%{gem_instdir}/settings.d/spacewalk.yml.example \ %{gem_instdir}/test %changelog +* Tue May 12 2020 Adam Ruzicka - 0.1.0-4 +- Change localstatedir to sharedstatedir + * Tue Jan 07 2020 Eric D. Helms - 0.1.0-3 - Build for SCL