Notification time stamped 2021-05-31 21:41:20 UTC
From f4d121ca75b2aaa36abfad86c58bc4a270e54b0e Mon Sep 17 00:00:00 2001
From: Robert Scheck <robert(a)fedoraproject.org>
Date: May 31 2021 21:39:54 +0000
Subject: Upgrade to 1.9.0 (#1959532, #1965675)
---
diff --git a/radsecproxy-1.8.1-paths.patch b/radsecproxy-1.8.1-paths.patch
deleted file mode 100644
index a4a0c46..0000000
--- a/radsecproxy-1.8.1-paths.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Patch by Robert Scheck <robert(a)fedoraproject.org> for radsecproxy >= 1.8.1 to align the
-upstream paths in the man pages with the actual Fedora packaging.
-
---- radsecproxy-1.8.1/radsecproxy.conf.5.in 2019-09-30 16:32:08.000000000 +0200
-+++ radsecproxy-1.8.1/radsecproxy.conf.5.in.paths 2019-11-23 18:33:28.954350360 +0100
-@@ -116,7 +116,7 @@
- syslog with facility \fBLOG_DAEMON\fR. Using this option you can specify another
- syslog facility, or you may specify that logging should be to a particular file,
- not using syslog. The value must be either a file or syslog URL. The file URL is
--the standard one \fBfile:///var/log/radius.log\fR, specifying a local file that
-+the standard one \fBfile:///var/log/radsecproxy/radsecproxy.log\fR, specifying a local file that
- should be used. For syslog, you must use the syntax:
- .BR "x\-syslog:///FACILITY" " where " FACILITY " must be one of "
- .BR LOG_DAEMON ,
diff --git a/radsecproxy.spec b/radsecproxy.spec
index c2f9521..49b09ca 100644
--- a/radsecproxy.spec
+++ b/radsecproxy.spec
@@ -1,7 +1,7 @@
Summary: Generic RADIUS proxy with RadSec support
Name: radsecproxy
-Version: 1.8.2
-Release: 4%{?dist}
+Version: 1.9.0
+Release: 1%{?dist}
License: BSD
URL: https://radsecproxy.github.io/
Source0: https://github.com/radsecproxy/radsecproxy/releases/download/%{version}/%{n…
@@ -11,7 +11,6 @@ Source3: %{name}.conf
Source4: %{name}.service
Source5: %{name}.logrotate
Source6: %{name}.tmpfilesd
-Patch0: radsecproxy-1.8.1-paths.patch
BuildRequires: gnupg2
BuildRequires: gcc
BuildRequires: make
@@ -38,7 +37,6 @@ at the same time to be small, efficient and easy to configure.
%prep
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%setup -q
-%patch0 -p1 -b .paths
%build
%if 0%{?rhel} == 7
@@ -49,6 +47,11 @@ sed \
-i configure
%endif
+# https://github.com/radsecproxy/radsecproxy/issues/84
+%ifarch s390x && 0%{?fedora} == 33
+export CFLAGS="$RPM_OPT_FLAGS -Wno-error=maybe-uninitialized"
+%endif
+
%configure
%make_build
@@ -87,14 +90,17 @@ exit 0
%{_sbindir}/%{name}
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
-%{_mandir}/man1/%{name}.1*
-%{_mandir}/man1/%{name}-hash.1*
+%{_mandir}/man8/%{name}.8*
+%{_mandir}/man8/%{name}-hash.8*
%{_mandir}/man5/%{name}.conf.5*
%dir %attr(0750,%{name},%{name}) %{_rundir}/%{name}/
%dir %attr(0750,%{name},%{name}) %{_localstatedir}/lib/%{name}/
%dir %attr(0750,%{name},%{name}) %{_localstatedir}/log/%{name}/
%changelog
+* Mon May 31 2021 Robert Scheck <robert(a)fedoraproject.org> 1.9.0-1
+- Upgrade to 1.9.0 (#1959532, #1965675)
+
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 1.8.2-4
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
diff --git a/sources b/sources
index 9276f84..bab29e4 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (gpgkey-210FA7FB28E45779777BAA1C5963D59C3D68633B.gpg) = a588dd60b4b25b709f59de25626cf506337e3034c100767a2bb6ccb9fb341b10ce58fdb5afc47d96baeea2e988e48206b9e5ab8879c225819ee69c8776c8d498
-SHA512 (radsecproxy-1.8.2.tar.gz) = a755f67d22c225fc236bb2b28d6681fdb4e615ea971477ed1d7669049b0da8590697b2ec150a6cc0e9d20426260c42712984b9b940649c87a87dcd8f0d90d7d3
-SHA512 (radsecproxy-1.8.2.tar.gz.asc) = eb5ec96fdc07b9ff5223822dd364261949f02a38c9f3feb52c0e3f9b35f7d78de69b539e4e2198c6c81e3f71a8c17e1b70cdf9a2de61426e0bedf0c449fb25e7
+SHA512 (radsecproxy-1.9.0.tar.gz) = a6edfc2673caebc9ed83ab31e313d9f5b593a8ef01893b9983bee595bb3996c7844c1492ea3456f9fe0c5200e68000ff549a59b56914e02746d9fa91a11a8b2f
+SHA512 (radsecproxy-1.9.0.tar.gz.asc) = caf6db2605b8daf8f4a8c1d2e675a9c4be6f1eb574cb92706ee19a2dffb96784db5bc2ae9f98363e4cbee82ab1fa110afae65d83cf69927ae3c7e3d6bd78091a
https://src.fedoraproject.org/rpms/radsecproxy/c/f4d121ca75b2aaa36abfad86c5…
Notification time stamped 2021-05-31 21:41:04 UTC
From f4d121ca75b2aaa36abfad86c58bc4a270e54b0e Mon Sep 17 00:00:00 2001
From: Robert Scheck <robert(a)fedoraproject.org>
Date: May 31 2021 21:39:54 +0000
Subject: Upgrade to 1.9.0 (#1959532, #1965675)
---
diff --git a/radsecproxy-1.8.1-paths.patch b/radsecproxy-1.8.1-paths.patch
deleted file mode 100644
index a4a0c46..0000000
--- a/radsecproxy-1.8.1-paths.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Patch by Robert Scheck <robert(a)fedoraproject.org> for radsecproxy >= 1.8.1 to align the
-upstream paths in the man pages with the actual Fedora packaging.
-
---- radsecproxy-1.8.1/radsecproxy.conf.5.in 2019-09-30 16:32:08.000000000 +0200
-+++ radsecproxy-1.8.1/radsecproxy.conf.5.in.paths 2019-11-23 18:33:28.954350360 +0100
-@@ -116,7 +116,7 @@
- syslog with facility \fBLOG_DAEMON\fR. Using this option you can specify another
- syslog facility, or you may specify that logging should be to a particular file,
- not using syslog. The value must be either a file or syslog URL. The file URL is
--the standard one \fBfile:///var/log/radius.log\fR, specifying a local file that
-+the standard one \fBfile:///var/log/radsecproxy/radsecproxy.log\fR, specifying a local file that
- should be used. For syslog, you must use the syntax:
- .BR "x\-syslog:///FACILITY" " where " FACILITY " must be one of "
- .BR LOG_DAEMON ,
diff --git a/radsecproxy.spec b/radsecproxy.spec
index c2f9521..49b09ca 100644
--- a/radsecproxy.spec
+++ b/radsecproxy.spec
@@ -1,7 +1,7 @@
Summary: Generic RADIUS proxy with RadSec support
Name: radsecproxy
-Version: 1.8.2
-Release: 4%{?dist}
+Version: 1.9.0
+Release: 1%{?dist}
License: BSD
URL: https://radsecproxy.github.io/
Source0: https://github.com/radsecproxy/radsecproxy/releases/download/%{version}/%{n…
@@ -11,7 +11,6 @@ Source3: %{name}.conf
Source4: %{name}.service
Source5: %{name}.logrotate
Source6: %{name}.tmpfilesd
-Patch0: radsecproxy-1.8.1-paths.patch
BuildRequires: gnupg2
BuildRequires: gcc
BuildRequires: make
@@ -38,7 +37,6 @@ at the same time to be small, efficient and easy to configure.
%prep
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%setup -q
-%patch0 -p1 -b .paths
%build
%if 0%{?rhel} == 7
@@ -49,6 +47,11 @@ sed \
-i configure
%endif
+# https://github.com/radsecproxy/radsecproxy/issues/84
+%ifarch s390x && 0%{?fedora} == 33
+export CFLAGS="$RPM_OPT_FLAGS -Wno-error=maybe-uninitialized"
+%endif
+
%configure
%make_build
@@ -87,14 +90,17 @@ exit 0
%{_sbindir}/%{name}
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
-%{_mandir}/man1/%{name}.1*
-%{_mandir}/man1/%{name}-hash.1*
+%{_mandir}/man8/%{name}.8*
+%{_mandir}/man8/%{name}-hash.8*
%{_mandir}/man5/%{name}.conf.5*
%dir %attr(0750,%{name},%{name}) %{_rundir}/%{name}/
%dir %attr(0750,%{name},%{name}) %{_localstatedir}/lib/%{name}/
%dir %attr(0750,%{name},%{name}) %{_localstatedir}/log/%{name}/
%changelog
+* Mon May 31 2021 Robert Scheck <robert(a)fedoraproject.org> 1.9.0-1
+- Upgrade to 1.9.0 (#1959532, #1965675)
+
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 1.8.2-4
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
diff --git a/sources b/sources
index 9276f84..bab29e4 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (gpgkey-210FA7FB28E45779777BAA1C5963D59C3D68633B.gpg) = a588dd60b4b25b709f59de25626cf506337e3034c100767a2bb6ccb9fb341b10ce58fdb5afc47d96baeea2e988e48206b9e5ab8879c225819ee69c8776c8d498
-SHA512 (radsecproxy-1.8.2.tar.gz) = a755f67d22c225fc236bb2b28d6681fdb4e615ea971477ed1d7669049b0da8590697b2ec150a6cc0e9d20426260c42712984b9b940649c87a87dcd8f0d90d7d3
-SHA512 (radsecproxy-1.8.2.tar.gz.asc) = eb5ec96fdc07b9ff5223822dd364261949f02a38c9f3feb52c0e3f9b35f7d78de69b539e4e2198c6c81e3f71a8c17e1b70cdf9a2de61426e0bedf0c449fb25e7
+SHA512 (radsecproxy-1.9.0.tar.gz) = a6edfc2673caebc9ed83ab31e313d9f5b593a8ef01893b9983bee595bb3996c7844c1492ea3456f9fe0c5200e68000ff549a59b56914e02746d9fa91a11a8b2f
+SHA512 (radsecproxy-1.9.0.tar.gz.asc) = caf6db2605b8daf8f4a8c1d2e675a9c4be6f1eb574cb92706ee19a2dffb96784db5bc2ae9f98363e4cbee82ab1fa110afae65d83cf69927ae3c7e3d6bd78091a
https://src.fedoraproject.org/rpms/radsecproxy/c/f4d121ca75b2aaa36abfad86c5…