The package rpms/radsecproxy.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/radsecproxy.git/commit/?id=f4d121ca7....
Change: +%ifarch s390x && 0%{?fedora} == 33
Thanks.
Full change: ============
commit f4d121ca75b2aaa36abfad86c58bc4a270e54b0e Author: Robert Scheck robert@fedoraproject.org Date: Mon May 31 23:39:54 2021 +0200
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@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/%%7Bversion%7D/... @@ -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@fedoraproject.org 1.9.0-1 +- Upgrade to 1.9.0 (#1959532, #1965675) + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek zbyszek@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
commit db5b8b8b32c0bacb80f42f6ca1985b41c491cacc Author: Zbigniew Jędrzejewski-Szmek zbyszek@in.waw.pl Date: Tue Mar 2 16:12:53 2021 +0100
Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
diff --git a/radsecproxy.spec b/radsecproxy.spec index 0faf57b..c2f9521 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: 3%{?dist} +Release: 4%{?dist} License: BSD URL: https://radsecproxy.github.io/ Source0: https://github.com/radsecproxy/radsecproxy/releases/download/%%7Bversion%7D/... @@ -95,6 +95,10 @@ exit 0 %dir %attr(0750,%{name},%{name}) %{_localstatedir}/log/%{name}/
%changelog +* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek zbyszek@in.waw.pl - 1.8.2-4 +- Rebuilt for updated systemd-rpm-macros + See https://pagure.io/fesco/issue/2583. + * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 1.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
arch-excludes@lists.fedoraproject.org