From 9acf04b99974f7f9479304cbc6856c04e4b8b9b1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Jun 2015 23:52:29 +0000 Subject: [PATCH 01/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 05d8110..4eca386 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ @@ -70,6 +70,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Tue Jun 16 2015 Fedora Release Engineering - 1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Fri Aug 29 2014 Jaroslav Škarvada - 1.4-2 - Fixed ldflags_harden From 16712a28904b3292c596b052ec16652fe147c910 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 16:09:58 +0000 Subject: [PATCH 02/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 4eca386..08aea10 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 1.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ @@ -70,6 +70,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Jun 16 2015 Fedora Release Engineering - 1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From a368024721d6d0cb270d0dd458b7a2b39e8c2a82 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 05:56:48 +0000 Subject: [PATCH 03/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 08aea10..29e65fd 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ @@ -70,6 +70,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Feb 03 2016 Fedora Release Engineering - 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From d5b0f37474da55c7f9da38fca40fb8f6faea33b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 4 Apr 2017 10:19:58 +0200 Subject: [PATCH 04/36] New version Resolves: rhbz#1438614 Dropped pidfile and examples-noshebang patches (both upstreamed) Updated install-fix patch --- .gitignore | 1 + amprd-1.4-examples-noshebang.patch | 10 ----- amprd-1.4-install-fix.patch | 48 ---------------------- amprd-1.4-pidfile.patch | 66 ------------------------------ amprd-1.5-install-fix.patch | 12 ++++++ amprd.spec | 16 ++++---- sources | 2 +- 7 files changed, 23 insertions(+), 132 deletions(-) delete mode 100644 amprd-1.4-examples-noshebang.patch delete mode 100644 amprd-1.4-install-fix.patch delete mode 100644 amprd-1.4-pidfile.patch create mode 100644 amprd-1.5-install-fix.patch diff --git a/.gitignore b/.gitignore index ee32fba..100a99d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /amprd-1.4.tgz +/amprd-1.5.tgz diff --git a/amprd-1.4-examples-noshebang.patch b/amprd-1.4-examples-noshebang.patch deleted file mode 100644 index 2190c49..0000000 --- a/amprd-1.4-examples-noshebang.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/startup_example.sh b/startup_example.sh -index fa5b6b0..6ea9171 100755 ---- a/startup_example.sh -+++ b/startup_example.sh -@@ -1,5 +1,3 @@ --#!/bin/bash -- - # - # Example script to start amprd 1.0 - Marius, YO2LOJ, - # diff --git a/amprd-1.4-install-fix.patch b/amprd-1.4-install-fix.patch deleted file mode 100644 index 21d9ff0..0000000 --- a/amprd-1.4-install-fix.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff --git a/Makefile b/Makefile -index 06688e9..b56e067 100644 ---- a/Makefile -+++ b/Makefile -@@ -2,26 +2,22 @@ - # Makefile for ampr-ripd - # - --CONFDIR = /etc --SBINDIR = /usr/sbin --SCACHEDIR = /var/lib/amprd -- --# no need to run dx-broadcast as root --OWN = daemon --GRP = daemon -+CONFDIR = $(DESTDIR)/etc -+SBINDIR = $(DESTDIR)/usr/sbin -+SCACHEDIR = $(DESTDIR)/var/lib/amprd - - CC = gcc --COPT = -Wall -O2 -+CFLAGS = -Wall -O2 - LD = gcc --LOPT = -+LDFLAGS = - - OBJFILES = amprd.o tunnel.o minIni.o list.o rip.o encap.o cache.o route.o - - .c.o: -- $(CC) $(COPT) -c $< -+ $(CC) $(CFLAGS) -c $< - - amprd: $(OBJFILES) -- $(LD) $(LOPT) -o amprd $(OBJFILES) -+ $(LD) $(LDFLAGS) -o amprd $(OBJFILES) - - all: amprd - -@@ -30,6 +26,6 @@ clean: - - install: amprd - # strip amprd -- install -m 755 -o $(OWN) -g $(GRP) -d $(SCACHEDIR) -- install -m 644 -o $(OWN) -g $(GRP) amprd.conf.example $(CONFDIR) -- install -m 755 -o $(OWN) -g $(GRP) amprd $(SBINDIR) -+ install -m 755 -p -d -D $(SCACHEDIR) -+ install -m 644 -p -D amprd.conf.example $(CONFDIR)/amprd.conf -+ install -m 755 -p -D amprd $(SBINDIR)/amprd diff --git a/amprd-1.4-pidfile.patch b/amprd-1.4-pidfile.patch deleted file mode 100644 index 4439f33..0000000 --- a/amprd-1.4-pidfile.patch +++ /dev/null @@ -1,66 +0,0 @@ -diff --git a/amprd.c b/amprd.c -index 4eee8d2..5a3eb99 100644 ---- a/amprd.c -+++ b/amprd.c -@@ -68,6 +68,7 @@ - #include "commons.h" - - #define MAXPAYLOAD (2048) -+#define PIDFILE "/var/run/amprd.pid" - - char *passwd = NULL; - int debug = FALSE; -@@ -83,6 +84,7 @@ uint32_t general_ampr_gw; - - uint32_t myips[MYIPSIZE]; - -+void (*sigterm_defhnd)(int); - - void on_alarm(int sig) - { -@@ -146,6 +148,16 @@ void on_hup(int sig) - verbose = FALSE; - } - -+void on_term(int sig) -+{ -+ signal(SIGTERM, SIG_IGN); -+ -+ unlink(PIDFILE); -+ -+ signal(SIGTERM, sigterm_defhnd); -+ raise(SIGTERM); -+} -+ - uint32_t getip(const char *dev) - { - struct ifreq ifr; -@@ -260,6 +272,7 @@ int main(int argc, char**argv) - struct pollfd *pollfd; - int i, j, payload, best, mask, bmask; - Tunnel *tunnel; -+ FILE *pidfile; - - char *ip = malloc(MAXPAYLOAD + 18); /* eth header + tcp/ip frame + checksum */ - char *rcv = malloc(MAXPAYLOAD + 20); /* ip header + tcp/ip frame */ -@@ -343,7 +356,6 @@ int main(int argc, char**argv) - sa.sa_handler = on_hup; - sigaction(SIGHUP, &sa, 0); - -- - if (FALSE == debug) - { - pid_t fork_res = -1; -@@ -361,6 +373,12 @@ int main(int argc, char**argv) - } - } - -+ sa.sa_handler = on_term; -+ sigaction(SIGTERM, &sa, 0); -+ pidfile = fopen(PIDFILE, "w"); -+ fprintf(pidfile, "%d\n", (int)getpid()); -+ fclose(pidfile); -+ - pollfd = malloc(sizeof(struct pollfd) * (numtunnels + 1)); - - pollfd[0].fd = raw_socket; diff --git a/amprd-1.5-install-fix.patch b/amprd-1.5-install-fix.patch new file mode 100644 index 0000000..708afef --- /dev/null +++ b/amprd-1.5-install-fix.patch @@ -0,0 +1,12 @@ +diff --git a/Makefile b/Makefile +index 818a77a..23d12bc 100644 +--- a/Makefile ++++ b/Makefile +@@ -26,5 +26,5 @@ clean: + + install: amprd + install -m 755 -p -d -D $(SCACHEDIR) +- install -m 644 -p -b -D amprd.conf.example $(CONFDIR)/amprd.conf +- install -m 755 -p -s -D amprd $(SBINDIR)/amprd ++ install -m 644 -p -D amprd.conf.example $(CONFDIR)/amprd.conf ++ install -m 755 -p -D amprd $(SBINDIR)/amprd diff --git a/amprd.spec b/amprd.spec index 29e65fd..7429c3f 100644 --- a/amprd.spec +++ b/amprd.spec @@ -8,8 +8,8 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd -Version: 1.4 -Release: 5%{?dist} +Version: 1.5 +Release: 1%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ @@ -19,9 +19,7 @@ Requires(preun): systemd Requires(postun): systemd Source0: http://www.yo2loj.ro/hamprojects/%{name}-%{version}.tgz Source1: amprd.service -Patch0: amprd-1.4-install-fix.patch -Patch1: amprd-1.4-pidfile.patch -Patch2: amprd-1.4-examples-noshebang.patch +Patch0: amprd-1.5-install-fix.patch %description An user-space IPIP encapsulation daemon with automatic RIPv2 multicast @@ -33,8 +31,6 @@ the system for your 44net traffic. %prep %setup -qc %patch0 -p1 -b .install-fix -%patch1 -p1 -b .pidfile -%patch2 -p1 -b .examples-noshebang dos2unix minGlue.h @@ -70,6 +66,12 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Tue Apr 4 2017 Jaroslav Škarvada - 1.5-1 +- New version + Resolves: rhbz#1438614 +- Dropped pidfile and examples-noshebang patches (both upstreamed) +- Updated install-fix patch + * Fri Feb 10 2017 Fedora Release Engineering - 1.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index 31f6356..c0cfee3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2cba21d7866c94a30c85daf7468998ae amprd-1.4.tgz +SHA512 (amprd-1.5.tgz) = 6d722e49bd4a829df6bac5c7fb26df1a156e6f6d189f52ea58d5589972966fd372fbaad35984ffc1bdd95e129c2773ac717719815b80eaab51ba1a8a925900d8 From bb49016d75fc38f0eaa81e25e619d475351df966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 10 Apr 2017 16:52:53 +0200 Subject: [PATCH 05/36] New version Resolves: rhbz#1440339 Updated install-fix patch --- .gitignore | 1 + ...5-install-fix.patch => amprd-1.6-install-fix.patch | 8 ++++---- amprd.spec | 11 ++++++++--- sources | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) rename amprd-1.5-install-fix.patch => amprd-1.6-install-fix.patch (63%) diff --git a/.gitignore b/.gitignore index 100a99d..7e5867c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /amprd-1.4.tgz /amprd-1.5.tgz +/amprd-1.6.tgz diff --git a/amprd-1.5-install-fix.patch b/amprd-1.6-install-fix.patch similarity index 63% rename from amprd-1.5-install-fix.patch rename to amprd-1.6-install-fix.patch index 708afef..aa69b10 100644 --- a/amprd-1.5-install-fix.patch +++ b/amprd-1.6-install-fix.patch @@ -1,12 +1,12 @@ diff --git a/Makefile b/Makefile -index 818a77a..23d12bc 100644 +index e74ab04..5121178 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,5 @@ clean: install: amprd install -m 755 -p -d -D $(SCACHEDIR) -- install -m 644 -p -b -D amprd.conf.example $(CONFDIR)/amprd.conf +- install -m 644 -p -b -D amprd.conf.example $(CONFDIR)/amprd.conf.example - install -m 755 -p -s -D amprd $(SBINDIR)/amprd -+ install -m 644 -p -D amprd.conf.example $(CONFDIR)/amprd.conf -+ install -m 755 -p -D amprd $(SBINDIR)/amprd ++ install -m 644 -p -D amprd.conf.example $(CONFDIR)/amprd.conf ++ install -m 755 -p -D amprd $(SBINDIR)/amprd diff --git a/amprd.spec b/amprd.spec index 7429c3f..ff39e9f 100644 --- a/amprd.spec +++ b/amprd.spec @@ -8,7 +8,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd -Version: 1.5 +Version: 1.6 Release: 1%{?dist} License: GPLv3+ Group: Applications/Communications @@ -19,7 +19,7 @@ Requires(preun): systemd Requires(postun): systemd Source0: http://www.yo2loj.ro/hamprojects/%{name}-%{version}.tgz Source1: amprd.service -Patch0: amprd-1.5-install-fix.patch +Patch0: amprd-1.6-install-fix.patch %description An user-space IPIP encapsulation daemon with automatic RIPv2 multicast @@ -29,7 +29,7 @@ inside the daemon and it offers one or more virtual TUN interfaces to the system for your 44net traffic. %prep -%setup -qc +%setup -q %patch0 -p1 -b .install-fix dos2unix minGlue.h @@ -66,6 +66,11 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Mon Apr 10 2017 Jaroslav Škarvada - 1.6-1 +- New version + Resolves: rhbz#1440339 + Updated install-fix patch + * Tue Apr 4 2017 Jaroslav Škarvada - 1.5-1 - New version Resolves: rhbz#1438614 diff --git a/sources b/sources index c0cfee3..7864323 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (amprd-1.5.tgz) = 6d722e49bd4a829df6bac5c7fb26df1a156e6f6d189f52ea58d5589972966fd372fbaad35984ffc1bdd95e129c2773ac717719815b80eaab51ba1a8a925900d8 +SHA512 (amprd-1.6.tgz) = 251fe23278271139e47530f938265a54a05153f2ac8c2d8f339c1864961b2c85d8f906289771ce71b3f1e651da04f45f9528e68ed0e75b1576ede33c67413c93 From b48836eece65e65dec6e68c2b5ce99917e6f1eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 5 Jun 2017 11:16:38 +0200 Subject: [PATCH 06/36] New version Resolves: rhbz#1458458 --- .gitignore | 1 + amprd.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7e5867c..71d5ee5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /amprd-1.4.tgz /amprd-1.5.tgz /amprd-1.6.tgz +/amprd-2.1.tgz diff --git a/amprd.spec b/amprd.spec index ff39e9f..2afbe06 100644 --- a/amprd.spec +++ b/amprd.spec @@ -8,7 +8,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd -Version: 1.6 +Version: 2.1 Release: 1%{?dist} License: GPLv3+ Group: Applications/Communications @@ -66,6 +66,10 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Mon Jun 5 2017 Jaroslav Škarvada - 2.1-1 +- New version + Resolves: rhbz#1458458 + * Mon Apr 10 2017 Jaroslav Škarvada - 1.6-1 - New version Resolves: rhbz#1440339 diff --git a/sources b/sources index 7864323..a99e8e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (amprd-1.6.tgz) = 251fe23278271139e47530f938265a54a05153f2ac8c2d8f339c1864961b2c85d8f906289771ce71b3f1e651da04f45f9528e68ed0e75b1576ede33c67413c93 +SHA512 (amprd-2.1.tgz) = 503aca59dde7dd635eb3b561a5c7f2bbf8c04af35781b3f3b9cbe567dc35dce4349897aca0872a6a53f7295d52dda317cfb7ad156931e688d634a2073d704d3b From 7192109784ef868de2969f31c3bb3d1c34e249d7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 02:50:11 +0000 Subject: [PATCH 07/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 2afbe06..9cd37b6 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ @@ -66,6 +66,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Mon Jun 5 2017 Jaroslav Škarvada - 2.1-1 - New version Resolves: rhbz#1458458 From 18543d415c330bb671eab1dad8b4f7993f7e4e55 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 17:33:56 +0000 Subject: [PATCH 08/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 9cd37b6..2dd2c16 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 2.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ @@ -66,6 +66,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From efbebaa17859b26e383905db9879db606d2a129a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 02:13:45 +0000 Subject: [PATCH 09/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 2dd2c16..baed5dc 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 2.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ @@ -66,6 +66,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Aug 02 2017 Fedora Release Engineering - 2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 1ad4d004af3c9768fb94f2580a1019f08a57c166 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 20:12:07 +0000 Subject: [PATCH 10/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index baed5dc..d0f3e27 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 2.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ @@ -66,6 +66,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 915f76b231b0cf3df0b729e18199f1b6c25531cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 20 Jul 2018 14:44:39 +0200 Subject: [PATCH 11/36] Fixed FTBFS by adding gcc requirement Resolves: rhbz#1603377 --- amprd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/amprd.spec b/amprd.spec index d0f3e27..d2b0d60 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,11 +9,11 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 2.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ -BuildRequires: dos2unix, systemd +BuildRequires: gcc, dos2unix, systemd Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -66,6 +66,10 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Fri Jul 20 2018 Jaroslav Škarvada - 2.1-6 +- Fixed FTBFS by adding gcc requirement + Resolves: rhbz#1603377 + * Thu Jul 12 2018 Fedora Release Engineering - 2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 69876215edf8a03df943434395a2ce3386d3e38c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:38 +0100 Subject: [PATCH 12/36] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- amprd.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index d2b0d60..15a4643 100644 --- a/amprd.spec +++ b/amprd.spec @@ -11,7 +11,6 @@ Name: amprd Version: 2.1 Release: 6%{?dist} License: GPLv3+ -Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd Requires(post): systemd From 9dfdfc8b734bda59a056eabeee42bd48dca7d771 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 13:16:37 +0000 Subject: [PATCH 13/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 15a4643..463bd8e 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 2.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -65,6 +65,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 2.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 20 2018 Jaroslav Škarvada - 2.1-6 - Fixed FTBFS by adding gcc requirement Resolves: rhbz#1603377 From 555738f3d3ec1cc0c9c13e453bae4e0566042cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 2 May 2019 11:25:50 +0200 Subject: [PATCH 14/36] New version Resolves: rhbz#1705380 --- .gitignore | 1 + ....6-install-fix.patch => amprd-3.0-install-fix.patch | 7 +++++-- amprd.spec | 10 +++++++--- sources | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) rename amprd-1.6-install-fix.patch => amprd-3.0-install-fix.patch (80%) diff --git a/.gitignore b/.gitignore index 71d5ee5..94c50a3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /amprd-1.5.tgz /amprd-1.6.tgz /amprd-2.1.tgz +/amprd-3.0.tgz diff --git a/amprd-1.6-install-fix.patch b/amprd-3.0-install-fix.patch similarity index 80% rename from amprd-1.6-install-fix.patch rename to amprd-3.0-install-fix.patch index aa69b10..d9bace1 100644 --- a/amprd-1.6-install-fix.patch +++ b/amprd-3.0-install-fix.patch @@ -1,8 +1,8 @@ diff --git a/Makefile b/Makefile -index e74ab04..5121178 100644 +index 5ba1f27..9525629 100644 --- a/Makefile +++ b/Makefile -@@ -26,5 +26,5 @@ clean: +@@ -34,8 +34,8 @@ module_clean: install: amprd install -m 755 -p -d -D $(SCACHEDIR) @@ -10,3 +10,6 @@ index e74ab04..5121178 100644 - install -m 755 -p -s -D amprd $(SBINDIR)/amprd + install -m 644 -p -D amprd.conf.example $(CONFDIR)/amprd.conf + install -m 755 -p -D amprd $(SBINDIR)/amprd + + uninstall: + rm -fr $(SCACHEDIR) diff --git a/amprd.spec b/amprd.spec index 463bd8e..1b83418 100644 --- a/amprd.spec +++ b/amprd.spec @@ -8,8 +8,8 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd -Version: 2.1 -Release: 7%{?dist} +Version: 3.0 +Release: 1%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -18,7 +18,7 @@ Requires(preun): systemd Requires(postun): systemd Source0: http://www.yo2loj.ro/hamprojects/%{name}-%{version}.tgz Source1: amprd.service -Patch0: amprd-1.6-install-fix.patch +Patch0: amprd-3.0-install-fix.patch %description An user-space IPIP encapsulation daemon with automatic RIPv2 multicast @@ -65,6 +65,10 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Thu May 2 2019 Jaroslav Škarvada - 3.0-1 +- New version + Resolves: rhbz#1705380 + * Thu Jan 31 2019 Fedora Release Engineering - 2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index a99e8e6..a5e4c3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (amprd-2.1.tgz) = 503aca59dde7dd635eb3b561a5c7f2bbf8c04af35781b3f3b9cbe567dc35dce4349897aca0872a6a53f7295d52dda317cfb7ad156931e688d634a2073d704d3b +SHA512 (amprd-3.0.tgz) = 85fc619dc08b3cfdede1c7d9991ab0dec2f8869d346692e6bb124920425e85c30f7de98c402ecbf9aff336edfb8dc1eae7d4d9a0512b0befdcbfc8aeaed759ef From 03f56e22861a20c7573e00936cad3a400038f33c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 17:51:34 +0000 Subject: [PATCH 15/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 1b83418..ffe9d6e 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -65,6 +65,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu May 2 2019 Jaroslav Škarvada - 3.0-1 - New version Resolves: rhbz#1705380 From 00c631dfeb22a3525f0f42d6960653b0d329486f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 11:32:15 +0000 Subject: [PATCH 16/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index ffe9d6e..6c012c1 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -65,6 +65,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Jul 24 2019 Fedora Release Engineering - 3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 6832a1f7613614b16fedc721908fa970d30d8ec6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 12:00:53 +0000 Subject: [PATCH 17/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 6c012c1..2ca8f18 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -65,6 +65,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jan 28 2020 Fedora Release Engineering - 3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 0a5e00b2053b4894a3338d9d2170d9b75ad225d5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jul 2020 23:57:28 +0000 Subject: [PATCH 18/36] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 2ca8f18..4bc8fe2 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -65,6 +65,10 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Fri Jul 31 2020 Fedora Release Engineering - 3.0-5 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 92f4b31c6c8085d52f349f45a3f9c6d96db0c952 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 16 Dec 2020 23:27:08 +0000 Subject: [PATCH 19/36] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- amprd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/amprd.spec b/amprd.spec index 4bc8fe2..1044888 100644 --- a/amprd.spec +++ b/amprd.spec @@ -13,6 +13,7 @@ Release: 5%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd +BuildRequires: make Requires(post): systemd Requires(preun): systemd Requires(postun): systemd From 61986944a0cac42545ca918d9f43c5c44705e3b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 00:04:01 +0000 Subject: [PATCH 20/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 1044888..c5c8613 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -66,6 +66,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 3.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Jul 31 2020 Fedora Release Engineering - 3.0-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 6895ecebff23f095725cbc6a86685f727526c459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 2 Mar 2021 16:14:11 +0100 Subject: [PATCH 21/36] Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. --- amprd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index c5c8613..f0147f0 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -66,6 +66,10 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 3.0-7 +- Rebuilt for updated systemd-rpm-macros + See https://pagure.io/fesco/issue/2583. + * Tue Jan 26 2021 Fedora Release Engineering - 3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 36960ca5c7578b5c807bb965560a3cf26036159f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 12:36:11 +0000 Subject: [PATCH 22/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From a6f325edfb7302bda7d0ef276581f90da00cb040 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 17:31:42 +0000 Subject: [PATCH 23/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index f0147f0..240c888 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -66,6 +66,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 3.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 3.0-7 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. From e62dea1fb297fe5e1b292865d2bae19a1c2fe105 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 21:12:55 +0000 Subject: [PATCH 24/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 240c888..2bc25b6 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc, dos2unix, systemd @@ -66,6 +66,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 3.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Jul 21 2021 Fedora Release Engineering - 3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 9116230d30d662f230990ac0c6509ecd2430cc98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 12 Jul 2022 11:46:37 +0200 Subject: [PATCH 25/36] New version Resolves: rhbz#2103065 --- .gitignore | 6 +----- amprd.spec | 15 ++++++++++----- sources | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 94c50a3..ac15078 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -/amprd-1.4.tgz -/amprd-1.5.tgz -/amprd-1.6.tgz -/amprd-2.1.tgz -/amprd-3.0.tgz +/amprd-*.tgz diff --git a/amprd.spec b/amprd.spec index 2bc25b6..e728a5c 100644 --- a/amprd.spec +++ b/amprd.spec @@ -8,11 +8,13 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd -Version: 3.0 -Release: 9%{?dist} +Version: 3.0.1 +Release: 1%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ -BuildRequires: gcc, dos2unix, systemd +BuildRequires: gcc +BuildRequires: dos2unix +BuildRequires: systemd BuildRequires: make Requires(post): systemd Requires(preun): systemd @@ -29,8 +31,7 @@ inside the daemon and it offers one or more virtual TUN interfaces to the system for your 44net traffic. %prep -%setup -q -%patch0 -p1 -b .install-fix +%autosetup -p1 dos2unix minGlue.h @@ -66,6 +67,10 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Tue Jul 12 2022 Jaroslav Škarvada - 3.0.1-1 +- New version + Resolves: rhbz#2103065 + * Wed Jan 19 2022 Fedora Release Engineering - 3.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index a5e4c3b..f244163 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (amprd-3.0.tgz) = 85fc619dc08b3cfdede1c7d9991ab0dec2f8869d346692e6bb124920425e85c30f7de98c402ecbf9aff336edfb8dc1eae7d4d9a0512b0befdcbfc8aeaed759ef +SHA512 (amprd-3.0.1.tgz) = 35c28d1fc56cb75dcacfff740f81ec86cffde299551eb9522836316ac19daa0d904a298a8d355ec8b64b29b679b1538dba561c537a81068bc60b9aed2581ba6e From 9847af7f6b0c38aa0c484079144b1213ce81ddd8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 20:44:52 +0000 Subject: [PATCH 26/36] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index e728a5c..cb1c44f 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc @@ -67,6 +67,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 3.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Jul 12 2022 Jaroslav Škarvada - 3.0.1-1 - New version Resolves: rhbz#2103065 From 9ff2457c22f08b75efbfdb39be300f8e3c192b4b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 21:41:16 +0000 Subject: [PATCH 27/36] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index cb1c44f..127eda7 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc @@ -67,6 +67,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 3.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jul 20 2022 Fedora Release Engineering - 3.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 61509c055f56259f40a05dcc75f2a5f284ea2979 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 13:13:24 +0000 Subject: [PATCH 28/36] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 127eda7..259d6bb 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc @@ -67,6 +67,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 3.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jan 18 2023 Fedora Release Engineering - 3.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 913d826f563e46e6367537fb49e7c7899448fa37 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:51:27 +0000 Subject: [PATCH 29/36] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 259d6bb..e4a5f42 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc @@ -67,6 +67,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 3.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 3.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 2409409b9071689b4a4f7a4026c46e83034a985e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:59:57 +0000 Subject: [PATCH 30/36] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index e4a5f42..93a010f 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc @@ -67,6 +67,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 3.0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 3.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b67019dfc2caaf538a0835454b0a64f64f641fce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:56:41 +0000 Subject: [PATCH 31/36] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 93a010f..ffffdf6 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc @@ -67,6 +67,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 3.0.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 3.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6a3e11677fa2ea650ae7708f2a4562556fde97c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 25 Jul 2024 11:22:54 +0200 Subject: [PATCH 32/36] convert GPLv3+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- amprd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/amprd.spec b/amprd.spec index ffffdf6..310a3b1 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,8 +9,9 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 7%{?dist} -License: GPLv3+ +Release: 8%{?dist} +# Automatically converted from old format: GPLv3+ - review is highly recommended. +License: GPL-3.0-or-later URL: http://www.yo2loj.ro/hamprojects/ BuildRequires: gcc BuildRequires: dos2unix @@ -67,6 +68,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Thu Jul 25 2024 Miroslav Suchý - 3.0.1-8 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 3.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 8880c87645e0c7d7b472bc625606a69bb86c75d7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:59:04 +0000 Subject: [PATCH 33/36] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 310a3b1..181abdf 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 8%{?dist} +Release: 9%{?dist} # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later URL: http://www.yo2loj.ro/hamprojects/ @@ -68,6 +68,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 3.0.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 25 2024 Miroslav Suchý - 3.0.1-8 - convert license to SPDX From 5e962d37c025fe49d13e0079589b0b82bab68618 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Thu, 27 Feb 2025 08:20:26 +0100 Subject: [PATCH 34/36] Overriding install path to /usr/bin --- amprd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 181abdf..d026b4c 100644 --- a/amprd.spec +++ b/amprd.spec @@ -40,7 +40,7 @@ dos2unix minGlue.h make %{?_smp_mflags} CFLAGS="%{optflags} %{?cflags_harden}" LDFLAGS="%{?__global_ldflags} %{?ldflags_harden}" %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +make %{?_smp_mflags} DESTDIR=%{buildroot} SBINDIR=%{buildroot}%{_sbindir} install # Systemd install -Dpm 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service From 3ffdf13553548b687aa9944ab097c85de27c1caa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:57:27 +0000 Subject: [PATCH 35/36] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index d026b4c..1fb328a 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 9%{?dist} +Release: 10%{?dist} # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later URL: http://www.yo2loj.ro/hamprojects/ @@ -68,6 +68,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 3.0.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 3.0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 39f3e697fe6ce38df5352a50a36bd154cff4a2b4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:38:57 +0000 Subject: [PATCH 36/36] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- amprd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amprd.spec b/amprd.spec index 1fb328a..a0f0f7a 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,7 +9,7 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 3.0.1 -Release: 10%{?dist} +Release: 11%{?dist} # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later URL: http://www.yo2loj.ro/hamprojects/ @@ -68,6 +68,9 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 3.0.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 3.0.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild