From fb1ede0285b6622ae223de81d661ff6f0b7c387cbbbfa198d00e941be0e7d00d Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 17 Oct 2019 13:41:51 +0000 Subject: [PATCH 1/3] Accepting request 739558 from home:RBrownSUSE:branches:Apache:Modules Remove obsolete Groups tag (fate#326485) OBS-URL: https://build.opensuse.org/request/show/739558 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_dnssd?expand=0&rev=20 --- apache2-mod_dnssd.changes | 5 +++++ apache2-mod_dnssd.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apache2-mod_dnssd.changes b/apache2-mod_dnssd.changes index 5761431..07d37bd 100644 --- a/apache2-mod_dnssd.changes +++ b/apache2-mod_dnssd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 13:19:56 UTC 2019 - Richard Brown + +- Remove obsolete Groups tag (fate#326485) + ------------------------------------------------------------------- Tue Dec 19 13:19:58 UTC 2017 - pgajdos@suse.com diff --git a/apache2-mod_dnssd.spec b/apache2-mod_dnssd.spec index 8d4672b..0035e3c 100644 --- a/apache2-mod_dnssd.spec +++ b/apache2-mod_dnssd.spec @@ -1,7 +1,7 @@ # # spec file for package apache2-mod_dnssd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,7 +23,6 @@ Version: 0.6 Release: 0 Summary: Apache2 module for Zeroconf support via DNS-SD License: Apache-2.0 -Group: Productivity/Networking/Web/Servers Url: http://0pointer.de/lennart/projects/mod_dnssd/ Source: %{_name}-%{version}.tar.bz2 # PATCH-FIX-OPENSUSE apache2-mod_dnssd-apxs2-prefork.patch From 2ede90b37cb6e4f331bfd9db89d31628acdda43d028e4d484948c917bf446c4f Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 18 Oct 2019 09:16:21 +0000 Subject: [PATCH 2/3] Accepting request 741016 from openSUSE:Factory revert OBS-URL: https://build.opensuse.org/request/show/741016 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_dnssd?expand=0&rev=21 --- apache2-mod_dnssd.changes | 5 ----- apache2-mod_dnssd.spec | 5 +++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/apache2-mod_dnssd.changes b/apache2-mod_dnssd.changes index 07d37bd..5761431 100644 --- a/apache2-mod_dnssd.changes +++ b/apache2-mod_dnssd.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Oct 17 13:19:56 UTC 2019 - Richard Brown - -- Remove obsolete Groups tag (fate#326485) - ------------------------------------------------------------------- Tue Dec 19 13:19:58 UTC 2017 - pgajdos@suse.com diff --git a/apache2-mod_dnssd.spec b/apache2-mod_dnssd.spec index 0035e3c..8d4672b 100644 --- a/apache2-mod_dnssd.spec +++ b/apache2-mod_dnssd.spec @@ -1,7 +1,7 @@ # # spec file for package apache2-mod_dnssd # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -23,6 +23,7 @@ Version: 0.6 Release: 0 Summary: Apache2 module for Zeroconf support via DNS-SD License: Apache-2.0 +Group: Productivity/Networking/Web/Servers Url: http://0pointer.de/lennart/projects/mod_dnssd/ Source: %{_name}-%{version}.tar.bz2 # PATCH-FIX-OPENSUSE apache2-mod_dnssd-apxs2-prefork.patch From 5c60d9ebce0e4375fa5e3da502ab752324839b148a5bda48738f4450903e8bbe Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Sun, 9 Feb 2020 20:39:50 +0000 Subject: [PATCH 3/3] - removing %apache_test_* macros, do not test module just by loading the module OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_dnssd?expand=0&rev=22 --- apache2-mod_dnssd.changes | 6 ++++++ apache2-mod_dnssd.spec | 11 +++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/apache2-mod_dnssd.changes b/apache2-mod_dnssd.changes index 5761431..5e80396 100644 --- a/apache2-mod_dnssd.changes +++ b/apache2-mod_dnssd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 9 20:39:40 UTC 2020 - pgajdos@suse.com + +- removing %apache_test_* macros, do not test module just by + loading the module + ------------------------------------------------------------------- Tue Dec 19 13:19:58 UTC 2017 - pgajdos@suse.com diff --git a/apache2-mod_dnssd.spec b/apache2-mod_dnssd.spec index 8d4672b..0384087 100644 --- a/apache2-mod_dnssd.spec +++ b/apache2-mod_dnssd.spec @@ -1,7 +1,7 @@ # # spec file for package apache2-mod_dnssd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ Release: 0 Summary: Apache2 module for Zeroconf support via DNS-SD License: Apache-2.0 Group: Productivity/Networking/Web/Servers -Url: http://0pointer.de/lennart/projects/mod_dnssd/ +URL: http://0pointer.de/lennart/projects/mod_dnssd/ Source: %{_name}-%{version}.tar.bz2 # PATCH-FIX-OPENSUSE apache2-mod_dnssd-apxs2-prefork.patch Patch0: apache2-mod_dnssd-apxs2-prefork.patch @@ -65,11 +65,6 @@ make %{?_smp_mflags} mkdir -p %{buildroot}/%{apache_libexecdir} cp -p src/.libs/%{_name}.so %{buildroot}/%{apache_libexecdir} -%check -set +x -%apache_test_module_load -m dnssd -set -x - %files %defattr(-,root,root) %doc README LICENSE