From e09c20a06a8165497a2cbebb3ca4b045481b041e Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 30 May 2019 13:23:30 +0200 Subject: [PATCH 01/27] Perl 5.30 rebuild --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index d3d7e9f..7220138 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5 -Release: 4%{?dist} +Release: 5%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -290,6 +290,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Thu May 30 2019 Jitka Plesnikova - 2.5-5 +- Perl 5.30 rebuild + * Tue May 07 2019 Johan Cwiklinski - 2.5-4 - Add patch to fix SSL on with http modules From fdda74df57ded6dfa059f9a894a6fae9dba586ac Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Mon, 8 Jul 2019 14:10:14 +0200 Subject: [PATCH 02/27] New upstream release --- .gitignore | 1 + fix-httpd-plugins-configs-folder.patch | 21 -------------- fix-install-httpd-plugins-configs.patch | 17 ------------ fusioninventory-agent-7ae7c838b.patch | 37 ------------------------- fusioninventory-agent-d4f29af.patch | 23 --------------- fusioninventory-agent.spec | 18 ++++-------- sources | 2 +- 7 files changed, 8 insertions(+), 111 deletions(-) delete mode 100644 fix-httpd-plugins-configs-folder.patch delete mode 100644 fix-install-httpd-plugins-configs.patch delete mode 100644 fusioninventory-agent-7ae7c838b.patch delete mode 100644 fusioninventory-agent-d4f29af.patch diff --git a/.gitignore b/.gitignore index 2f5d9f1..8607f58 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /FusionInventory-Agent-2.4.2.tar.gz /FusionInventory-Agent-2.4.3.tar.gz /FusionInventory-Agent-2.5.tar.gz +/FusionInventory-Agent-2.5.1.tar.gz diff --git a/fix-httpd-plugins-configs-folder.patch b/fix-httpd-plugins-configs-folder.patch deleted file mode 100644 index 9db5b8c..0000000 --- a/fix-httpd-plugins-configs-folder.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit b4710078310e9a5243932ab90b77b760fa97faa3 -Author: Guillaume Bougard -Date: Tue Apr 30 12:56:06 2019 +0200 - - fix: HTTP server plugins base configuration folder - -diff --git a/lib/FusionInventory/Agent/HTTP/Server/Plugin.pm b/lib/FusionInventory/Agent/HTTP/Server/Plugin.pm -index 5d570aab5..1076eb30e 100644 ---- a/lib/FusionInventory/Agent/HTTP/Server/Plugin.pm -+++ b/lib/FusionInventory/Agent/HTTP/Server/Plugin.pm -@@ -23,6 +23,10 @@ sub new { - - bless $self, $class; - -+ # Import _confdir from agent configuration -+ $self->{_confdir} = $self->{server}->{agent}->{config}->{_confdir} -+ if $self->{server}; -+ - # Check _confdir imported from FusionInventory::Agent::Config - unless ($self->{_confdir} && -d $self->{_confdir}) { - # Set absolute confdir from default if replaced by Makefile otherwise search diff --git a/fix-install-httpd-plugins-configs.patch b/fix-install-httpd-plugins-configs.patch deleted file mode 100644 index 3fabbc2..0000000 --- a/fix-install-httpd-plugins-configs.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/Makefile.PL b/Makefile.PL -index 38e6eebdc..db2edcf5e 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -245,10 +245,10 @@ config_install : pure_install - do \ - if $(TEST_F) $(DESTDIR)/$(SYSCONFDIR)/$$config; then \ - $(RM_F) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ -- $(CP) etc/agent.cfg $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ -+ $(CP) etc/$$config $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ - $(CHMOD) $(PERM_RW) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ - else \ -- $(CP) etc/agent.cfg $(DESTDIR)$(SYSCONFDIR)/$$config; \ -+ $(CP) etc/$$config $(DESTDIR)$(SYSCONFDIR)/$$config; \ - $(CHMOD) $(PERM_RW) $(DESTDIR)$(SYSCONFDIR)/$$config; \ - fi; \ - done diff --git a/fusioninventory-agent-7ae7c838b.patch b/fusioninventory-agent-7ae7c838b.patch deleted file mode 100644 index cafe66c..0000000 --- a/fusioninventory-agent-7ae7c838b.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 7ae7c838b156ba1b6bf89ab60ba9c8df04532dd0 Mon Sep 17 00:00:00 2001 -From: Guillaume Bougard -Date: Sat, 13 Apr 2019 18:47:36 +0200 -Subject: [PATCH] fix: Add few minor fixes - -* build: fix fusioninventory-remoteinventory was not installed -* inventory: fix error message while starting fusioninventory-inventory script ---- - Makefile.PL | 1 + - lib/FusionInventory/Agent/Task/Inventory.pm | 2 +- - 2 files changed, 2 insertions(+), 1 deletion(-) - -diff --git a/Makefile.PL b/Makefile.PL -index 38e6eebdca..71aae700c9 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -104,6 +104,7 @@ install_script 'bin/fusioninventory-wakeonlan'; - install_script 'bin/fusioninventory-netdiscovery'; - install_script 'bin/fusioninventory-netinventory'; - install_script 'bin/fusioninventory-esx'; -+install_script 'bin/fusioninventory-remoteinventory'; - - resources - homepage => "http://www.fusioninventory.org", -diff --git a/lib/FusionInventory/Agent/Task/Inventory.pm b/lib/FusionInventory/Agent/Task/Inventory.pm -index 84a3cafbda..8fb2cd8806 100644 ---- a/lib/FusionInventory/Agent/Task/Inventory.pm -+++ b/lib/FusionInventory/Agent/Task/Inventory.pm -@@ -59,7 +59,7 @@ sub run { - tag => $tag - ); - -- $self->{logger}->info("New inventory from $self->{deviceid} for $self->{target}->{id}". -+ $self->{logger}->info("New inventory from ".$inventory->getDeviceId()." for $self->{target}->{id}". - ( (defined($tag) && length($tag)) ? " (tag=$tag)" : "" )); - - # Set inventory as remote if running remote inventory like from wmi task diff --git a/fusioninventory-agent-d4f29af.patch b/fusioninventory-agent-d4f29af.patch deleted file mode 100644 index 8282318..0000000 --- a/fusioninventory-agent-d4f29af.patch +++ /dev/null @@ -1,23 +0,0 @@ -From d4f29affa9c9b8e80ea53171570c6d70eab28027 Mon Sep 17 00:00:00 2001 -From: Guillaume Bougard -Date: Tue, 7 May 2019 14:33:09 +0200 -Subject: [PATCH] fix: Keep HTTP Server SSL plugin sessions opened - ---- - lib/FusionInventory/Agent/HTTP/Server/SSL.pm | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/lib/FusionInventory/Agent/HTTP/Server/SSL.pm b/lib/FusionInventory/Agent/HTTP/Server/SSL.pm -index f6238104a5..32442ec2cc 100644 ---- a/lib/FusionInventory/Agent/HTTP/Server/SSL.pm -+++ b/lib/FusionInventory/Agent/HTTP/Server/SSL.pm -@@ -139,6 +139,9 @@ sub new { - return; - } - -+ # Disable Timeout to leave SSL session opened until we get data -+ $client->timeout(0); -+ - $plugin->debug("HTTPD started new SSL session"); - - bless $client, $class; diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 7220138..0c53a09 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -8,15 +8,11 @@ Summary: FusionInventory agent License: GPLv2+ URL: http://fusioninventory.org/ -Version: 2.5 -Release: 5%{?dist} +Version: 2.5.1 +Release: 1%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service -Patch0: fusioninventory-agent-7ae7c838b.patch -Patch1: fix-install-httpd-plugins-configs.patch -Patch2: fix-httpd-plugins-configs-folder.patch -Patch3: fusioninventory-agent-d4f29af.patch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl-generators @@ -139,12 +135,6 @@ fusioninventory cron task %prep %setup -q -n FusionInventory-Agent-%{version} -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 - - sed \ -e "s/logger = .*/logger = syslog/" \ -e "s/logfacility = .*/logfacility = LOG_DAEMON/" \ @@ -290,6 +280,10 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Mon Jul 08 2019 Johan Cwiklinski - 2.5.1-1 +- Last upstream release +- Remove patches applied upstream + * Thu May 30 2019 Jitka Plesnikova - 2.5-5 - Perl 5.30 rebuild diff --git a/sources b/sources index 9479a53..3592c0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (FusionInventory-Agent-2.5.tar.gz) = 37f0545df716e482fffd018a56b9c7482d7fce64fd0fa277c481a553a2108e7588f34077fb4775bb6352668efc96b3525fe97b1d6331d637401e8db8c0c91333 +SHA512 (FusionInventory-Agent-2.5.1.tar.gz) = c8c44801acdd574d5b4a2173f5f7b0b6275abc2ac4925c64313a1dde3a717d796e7f5d9a35e9b02b966f08cb985e3ae064d8797de0c30fede8b131bc9bb64955 From 745c4a74db6429c7d4ef1153eb6829b0c6b6457d Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Mon, 15 Jul 2019 07:42:04 +0200 Subject: [PATCH 03/27] Add upstream fix on http server, add missing configuration files --- ...stall-all-httpd-plugins-default-configs.patch | 16 ++++++++++++++++ fusioninventory-agent.spec | 9 ++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 fix-install-all-httpd-plugins-default-configs.patch diff --git a/fix-install-all-httpd-plugins-default-configs.patch b/fix-install-all-httpd-plugins-default-configs.patch new file mode 100644 index 0000000..3e079c4 --- /dev/null +++ b/fix-install-all-httpd-plugins-default-configs.patch @@ -0,0 +1,16 @@ +diff --git a/Makefile.PL b/Makefile.PL +index 6c62baa1f..551bf89f6 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -240,9 +240,9 @@ sub install { + config_install : pure_install + $(MKPATH) $(DESTDIR)$(SYSCONFDIR) + $(NOECHO) $(CHMOD) $(PERM_DIR) $(DESTDIR)$(SYSCONFDIR) +- for config in agent.cfg inventory-server-plugin.cfg server-test-plugin.cfg ssl-server-plugin.cfg ; \ ++ for config in agent.cfg $(shell cd etc; echo *-plugin.cfg ); \ + do \ +- if $(TEST_F) $(DESTDIR)/$(SYSCONFDIR)/$$config; then \ ++ if $(TEST_F) $(DESTDIR)$(SYSCONFDIR)/$$config; then \ + $(RM_F) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ + $(CP) etc/$$config $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ + $(CHMOD) $(PERM_RW) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 0c53a09..06b2595 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,10 +9,11 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service +Patch0: fix-install-all-httpd-plugins-default-configs.patch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl-generators @@ -220,6 +221,8 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %config(noreplace) %{_sysconfdir}/fusioninventory/inventory-server-plugin.cfg %config(noreplace) %{_sysconfdir}/fusioninventory/server-test-plugin.cfg %config(noreplace) %{_sysconfdir}/fusioninventory/ssl-server-plugin.cfg +%config(noreplace) %{_sysconfdir}/fusioninventory/proxy-server-plugin.cfg +%config(noreplace) %{_sysconfdir}/fusioninventory/proxy2-server-plugin.cfg %{_unitdir}/%{name}.service %dir %{_sysconfdir}/systemd/system/%{name}.service.d @@ -280,6 +283,10 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Mon Jul 15 2019 Johan Cwiklinski - 2.5.1-2 +- Add upstream HTTP server patch +- add missing configuration files + * Mon Jul 08 2019 Johan Cwiklinski - 2.5.1-1 - Last upstream release - Remove patches applied upstream From 72759a0b8de558cd062d9023da4cc79c6e89b346 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 01:12:01 +0000 Subject: [PATCH 04/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 06b2595..38ed34b 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -283,6 +283,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 2.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Mon Jul 15 2019 Johan Cwiklinski - 2.5.1-2 - Add upstream HTTP server patch - add missing configuration files From dba7d0eddf97b182a498345cccd3e36b40805660 Mon Sep 17 00:00:00 2001 From: Marianne Lombard Date: Mon, 12 Aug 2019 12:45:22 +0200 Subject: [PATCH 05/27] fixing space / tabulation issue in patch --- ...ll-all-httpd-plugins-default-configs.patch | 20 +++++++++---------- fusioninventory-agent.spec | 7 ++++++- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/fix-install-all-httpd-plugins-default-configs.patch b/fix-install-all-httpd-plugins-default-configs.patch index 3e079c4..45604d9 100644 --- a/fix-install-all-httpd-plugins-default-configs.patch +++ b/fix-install-all-httpd-plugins-default-configs.patch @@ -4,13 +4,13 @@ index 6c62baa1f..551bf89f6 100644 +++ b/Makefile.PL @@ -240,9 +240,9 @@ sub install { config_install : pure_install - $(MKPATH) $(DESTDIR)$(SYSCONFDIR) - $(NOECHO) $(CHMOD) $(PERM_DIR) $(DESTDIR)$(SYSCONFDIR) -- for config in agent.cfg inventory-server-plugin.cfg server-test-plugin.cfg ssl-server-plugin.cfg ; \ -+ for config in agent.cfg $(shell cd etc; echo *-plugin.cfg ); \ - do \ -- if $(TEST_F) $(DESTDIR)/$(SYSCONFDIR)/$$config; then \ -+ if $(TEST_F) $(DESTDIR)$(SYSCONFDIR)/$$config; then \ - $(RM_F) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ - $(CP) etc/$$config $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ - $(CHMOD) $(PERM_RW) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ + $(MKPATH) $(DESTDIR)$(SYSCONFDIR) + $(NOECHO) $(CHMOD) $(PERM_DIR) $(DESTDIR)$(SYSCONFDIR) +- for config in agent.cfg inventory-server-plugin.cfg server-test-plugin.cfg ssl-server-plugin.cfg ; \ ++ for config in agent.cfg $(shell cd etc; echo *-plugin.cfg ); \ + do \ +- if $(TEST_F) $(DESTDIR)/$(SYSCONFDIR)/$$config; then \ ++ if $(TEST_F) $(DESTDIR)$(SYSCONFDIR)/$$config; then \ + $(RM_F) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ + $(CP) etc/$$config $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ + $(CHMOD) $(PERM_RW) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 38ed34b..3ac5067 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -135,6 +135,7 @@ fusioninventory cron task %prep %setup -q -n FusionInventory-Agent-%{version} +%patch0 -p1 sed \ -e "s/logger = .*/logger = syslog/" \ @@ -283,6 +284,10 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Mon Aug 12 2019 Marianne Lombard - 2.5.1-4 +- Fixing patch (thanks to E. Seyman - eseyman AT fedoraproject DOT org - help) and applying it +- Fix issue #1735227 : FTBFS + * Thu Jul 25 2019 Fedora Release Engineering - 2.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From fe0c1cca9b7895c4aa5ea514a65406e566e685a8 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Tue, 17 Dec 2019 08:33:38 +0100 Subject: [PATCH 06/27] New upstream release --- .gitignore | 1 + ...stall-all-httpd-plugins-default-configs.patch | 16 ---------------- fusioninventory-agent.spec | 10 ++++++---- sources | 2 +- 4 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 fix-install-all-httpd-plugins-default-configs.patch diff --git a/.gitignore b/.gitignore index 8607f58..e8e9515 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /FusionInventory-Agent-2.4.3.tar.gz /FusionInventory-Agent-2.5.tar.gz /FusionInventory-Agent-2.5.1.tar.gz +/FusionInventory-Agent-2.5.2.tar.gz diff --git a/fix-install-all-httpd-plugins-default-configs.patch b/fix-install-all-httpd-plugins-default-configs.patch deleted file mode 100644 index 45604d9..0000000 --- a/fix-install-all-httpd-plugins-default-configs.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/Makefile.PL b/Makefile.PL -index 6c62baa1f..551bf89f6 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -240,9 +240,9 @@ sub install { - config_install : pure_install - $(MKPATH) $(DESTDIR)$(SYSCONFDIR) - $(NOECHO) $(CHMOD) $(PERM_DIR) $(DESTDIR)$(SYSCONFDIR) -- for config in agent.cfg inventory-server-plugin.cfg server-test-plugin.cfg ssl-server-plugin.cfg ; \ -+ for config in agent.cfg $(shell cd etc; echo *-plugin.cfg ); \ - do \ -- if $(TEST_F) $(DESTDIR)/$(SYSCONFDIR)/$$config; then \ -+ if $(TEST_F) $(DESTDIR)$(SYSCONFDIR)/$$config; then \ - $(RM_F) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ - $(CP) etc/$$config $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ - $(CHMOD) $(PERM_RW) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \ diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 3ac5067..3289f1a 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -8,12 +8,11 @@ Summary: FusionInventory agent License: GPLv2+ URL: http://fusioninventory.org/ -Version: 2.5.1 -Release: 4%{?dist} +Version: 2.5.2 +Release: 1%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service -Patch0: fix-install-all-httpd-plugins-default-configs.patch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl-generators @@ -135,7 +134,6 @@ fusioninventory cron task %prep %setup -q -n FusionInventory-Agent-%{version} -%patch0 -p1 sed \ -e "s/logger = .*/logger = syslog/" \ @@ -284,6 +282,10 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Tue Dec 17 2019 Johan Cwiklinski - 2.5.2-1 +- Last upstream release +- Drop patch applied upstream + * Mon Aug 12 2019 Marianne Lombard - 2.5.1-4 - Fixing patch (thanks to E. Seyman - eseyman AT fedoraproject DOT org - help) and applying it - Fix issue #1735227 : FTBFS diff --git a/sources b/sources index 3592c0b..c30ad82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (FusionInventory-Agent-2.5.1.tar.gz) = c8c44801acdd574d5b4a2173f5f7b0b6275abc2ac4925c64313a1dde3a717d796e7f5d9a35e9b02b966f08cb985e3ae064d8797de0c30fede8b131bc9bb64955 +SHA512 (FusionInventory-Agent-2.5.2.tar.gz) = ddfcd5c811a118d06a07b21028781d211908afaca2276eeea25fdea0e08a880d5c38f3eeb27bda10cda5a7cee5befbb74071e78c908d9f14223d365ea2aa7757 From 189c2bb86c1f4b6d9905af8c21822b9bf47b3282 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 19:10:45 +0000 Subject: [PATCH 07/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 3289f1a..671f619 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -282,6 +282,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 2.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Dec 17 2019 Johan Cwiklinski - 2.5.2-1 - Last upstream release - Drop patch applied upstream From 93a4306728b0139c9e1365b2cdc549692193c083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 12 Mar 2020 12:38:10 +0100 Subject: [PATCH 08/27] Specify all dependencies and unbundle Module::Install --- fusioninventory-agent.spec | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 671f619..75d31ce 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,14 +9,29 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl-interpreter +BuildRequires: perl(Config) +BuildRequires: perl(English) +BuildRequires: perl(inc::Module::Install) +BuildRequires: perl(Module::AutoInstall) +BuildRequires: perl(Module::Install::Include) +BuildRequires: perl(Module::Install::Makefile) +BuildRequires: perl(Module::Install::Metadata) +BuildRequires: perl(Module::Install::Scripts) +BuildRequires: perl(Module::Install::WriteAll) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +BuildRequires: sed BuildRequires: systemd Requires: perl-FusionInventory-Agent = %{version}-%{release} @@ -135,6 +150,10 @@ fusioninventory cron task %prep %setup -q -n FusionInventory-Agent-%{version} +# Remove bundled modules +rm -rf ./inc +sed -e '/^inc\//d' -i MANIFEST + sed \ -e "s/logger = .*/logger = syslog/" \ -e "s/logfacility = .*/logfacility = LOG_DAEMON/" \ @@ -282,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Thu Mar 12 2020 Petr Pisar - 2.5.2-3 +- Specify all dependencies and unbundle Module::Install + * Tue Jan 28 2020 Fedora Release Engineering - 2.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From a042272d6d90aa3663f4dd2d1b5345af0da1b6fc Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 23 Jun 2020 10:17:38 +0200 Subject: [PATCH 09/27] Perl 5.32 rebuild --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 75d31ce..8fb2f77 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5.2 -Release: 3%{?dist} +Release: 4%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Tue Jun 23 2020 Jitka Plesnikova - 2.5.2-4 +- Perl 5.32 rebuild + * Thu Mar 12 2020 Petr Pisar - 2.5.2-3 - Specify all dependencies and unbundle Module::Install From 24feff36291960291e8dfb16fc6892eda6e7fc4e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 17:58:09 +0000 Subject: [PATCH 10/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 8fb2f77..f45611b 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5.2 -Release: 4%{?dist} +Release: 5%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 2.5.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jun 23 2020 Jitka Plesnikova - 2.5.2-4 - Perl 5.32 rebuild From 6460b5987981cf487973b1d6918302713feae550 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 06:03:32 +0000 Subject: [PATCH 11/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index f45611b..218802e 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5.2 -Release: 5%{?dist} +Release: 6%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.5.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 2.5.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From ad05370a3b6692fede1b73bdd2ff941bb7be92d3 Mon Sep 17 00:00:00 2001 From: Marianne Lombard Date: Fri, 29 Jan 2021 12:07:15 +0100 Subject: [PATCH 12/27] Bump release to 2.6 --- .gitignore | 1 + fusioninventory-agent.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8e9515..2b7f668 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /FusionInventory-Agent-2.5.tar.gz /FusionInventory-Agent-2.5.1.tar.gz /FusionInventory-Agent-2.5.2.tar.gz +/FusionInventory-Agent-2.6.tar.gz diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 218802e..f9dad07 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -8,8 +8,8 @@ Summary: FusionInventory agent License: GPLv2+ URL: http://fusioninventory.org/ -Version: 2.5.2 -Release: 6%{?dist} +Version: 2.6 +Release: 1%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Fri Jan 29 2021 Marianne Lombard - 2.6-1 +- Bump release to 2.6 + * Tue Jan 26 2021 Fedora Release Engineering - 2.5.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index c30ad82..76629c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (FusionInventory-Agent-2.5.2.tar.gz) = ddfcd5c811a118d06a07b21028781d211908afaca2276eeea25fdea0e08a880d5c38f3eeb27bda10cda5a7cee5befbb74071e78c908d9f14223d365ea2aa7757 +SHA512 (FusionInventory-Agent-2.6.tar.gz) = b400e8bbf1be117c110622e6f1e2e2eee744c4e79bf3686c9e4c9126f7d4cb7f2224149ab4e7ad9a686d0cdbcbe2aef1128766359270c7e9f00d78552f51aa45 From de66d0d6965ac29f60d01355ef6addfed5a96b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 2 Mar 2021 16:13:46 +0100 Subject: [PATCH 13/27] Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. --- fusioninventory-agent.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index f9dad07..f94309c 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,10 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 2.6-2 +- Rebuilt for updated systemd-rpm-macros + See https://pagure.io/fesco/issue/2583. + * Fri Jan 29 2021 Marianne Lombard - 2.6-1 - Bump release to 2.6 From 5e27f5eb73e6d1d89595ca1ea29c5edbbc14c608 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 21 May 2021 22:56:49 +0200 Subject: [PATCH 14/27] Perl 5.34 rebuild --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index f94309c..fe06170 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Fri May 21 2021 Jitka Plesnikova - 2.6-3 +- Perl 5.34 rebuild + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 2.6-2 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. From 5f786c0e482a3664408e732ac07645415833a056 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 23:29:43 +0000 Subject: [PATCH 15/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index fe06170..0a2dd8e 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 3%{?dist} +Release: 4%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 2.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri May 21 2021 Jitka Plesnikova - 2.6-3 - Perl 5.34 rebuild From 9e6c150271f38a849bb5d7cf39b9838870dfd3f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 03:33:56 +0000 Subject: [PATCH 16/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 0a2dd8e..482eb6e 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 4%{?dist} +Release: 5%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 2.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Jul 21 2021 Fedora Release Engineering - 2.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 88af0f06cab4515f84925e0bd545088e5e44be0f Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 1 Jun 2022 11:35:51 +0200 Subject: [PATCH 17/27] Perl 5.36 rebuild --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 482eb6e..e82db99 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 5%{?dist} +Release: 6%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Wed Jun 01 2022 Jitka Plesnikova - 2.6-6 +- Perl 5.36 rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 2.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 714c55ab02105244e2b84747e8a1223660cc54d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 03:46:49 +0000 Subject: [PATCH 18/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index e82db99..cace1f2 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 6%{?dist} +Release: 7%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -301,6 +301,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 2.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jun 01 2022 Jitka Plesnikova - 2.6-6 - Perl 5.36 rebuild From 687049deb49a2394403c5d504991fd782243cf0a Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 13 Jan 2023 09:35:06 +0100 Subject: [PATCH 19/27] Remove perl(MODULE_COMPAT), it will be replaced by generators --- fusioninventory-agent.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index cace1f2..0a28ee3 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -14,7 +14,6 @@ Source0: https://github.com/fusioninventory/%{name}/releases/download/%{vers Source1: %{name}.cron Source10: %{name}.service -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: coreutils BuildRequires: findutils BuildRequires: make @@ -77,7 +76,6 @@ You can add additional packages for optional tasks: %package -n perl-FusionInventory-Agent Summary: Libraries for Fusioninventory agent BuildArch: noarch -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(LWP) Requires: perl(Net::CUPS) Requires: perl(Net::SSLeay) From 9c1fa7578b943338e1c2faae12f6e7ac08f9cd95 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 04:03:02 +0000 Subject: [PATCH 20/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 0a28ee3..92b9dbd 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 7%{?dist} +Release: 8%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -299,6 +299,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 2.6-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 2.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 8fe8d7a4b7782da7b00edcadd4dc8f2b0e11eee9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 20:25:24 +0000 Subject: [PATCH 21/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 92b9dbd..8688d8b 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 8%{?dist} +Release: 9%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -299,6 +299,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 2.6-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering - 2.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 55a2989d5c6ce21147244b3071f6cc7fa00bbd6a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 19:56:43 +0000 Subject: [PATCH 22/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 8688d8b..85c5697 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 9%{?dist} +Release: 10%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -299,6 +299,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 2.6-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 2.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 0d561d42c3c85f3cad3f178eec7d10ec461a9cd8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 12:11:19 +0000 Subject: [PATCH 23/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 85c5697..05d211c 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 10%{?dist} +Release: 11%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -299,6 +299,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 2.6-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 2.6-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b77ee3bddbad61f0ad772cc41885bca01aa54d7c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 23:48:41 +0000 Subject: [PATCH 24/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 05d211c..99e777e 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.6 -Release: 11%{?dist} +Release: 12%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -299,6 +299,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 2.6-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jan 24 2024 Fedora Release Engineering - 2.6-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7eca12a54725ba5b3747e909d5b81b2e3a6a5547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 25 Jul 2024 23:56:13 +0200 Subject: [PATCH 25/27] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- fusioninventory-agent.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 99e777e..44ae1f2 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -5,11 +5,12 @@ Name: fusioninventory-agent Summary: FusionInventory agent -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://fusioninventory.org/ Version: 2.6 -Release: 12%{?dist} +Release: 13%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -299,6 +300,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Thu Jul 25 2024 Miroslav Suchý - 2.6-13 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 2.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 128e0e2eec02f78108cc4dce0c3bbb944569de13 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 19:01:29 +0000 Subject: [PATCH 26/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 44ae1f2..8138379 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -10,7 +10,7 @@ License: GPL-2.0-or-later URL: http://fusioninventory.org/ Version: 2.6 -Release: 13%{?dist} +Release: 14%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -300,6 +300,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 2.6-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 25 2024 Miroslav Suchý - 2.6-13 - convert license to SPDX From 61c65f6c930cbc8dcfda04872025182ba82276cd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 20:53:29 +0000 Subject: [PATCH 27/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- fusioninventory-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 8138379..8b94faf 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -10,7 +10,7 @@ License: GPL-2.0-or-later URL: http://fusioninventory.org/ Version: 2.6 -Release: 14%{?dist} +Release: 15%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -300,6 +300,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 2.6-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 2.6-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild