Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
Fedora Release Engineering
f0e1b6ac0e Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 18:26:11 +00:00
Petr Písař
c7d1432213 Enable gating 2025-02-13 13:50:35 +01:00
Petr Písař
e57af0adc9 Modernize a rpmlint configuration 2025-02-13 13:46:53 +01:00
Petr Písař
274fa2a709 Declare a source license 2025-02-13 13:46:53 +01:00
Petr Písař
0480194d45 Fix adding a user on Fedora < 42 2025-02-13 13:46:49 +01:00
Zbigniew Jędrzejewski-Szmek
b6234b5826 Add sysusers.d config file to allow rpm to create users/groups automatically
See https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers.
2025-02-11 16:44:36 +01:00
Fedora Release Engineering
e193d3a8be Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 10:59:34 +00:00
Miroslav Suchý
6925a5b0ae convert GPLv2+ license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-07-26 02:58:50 +02:00
Fedora Release Engineering
10d24eea20 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 05:51:47 +00:00
Software Management Team
0a13a26e94 Eliminate use of obsolete %patchN syntax (#2283636) 2024-05-30 12:46:49 +02:00
Fedora Release Engineering
fa3f770cc7 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 03:34:19 +00:00
3 changed files with 79 additions and 11 deletions

View file

@ -1,2 +0,0 @@
from Config import *
addFilter("spelling-error .* customizable");

15
gating.yaml Normal file
View file

@ -0,0 +1,15 @@
--- !Policy
product_versions:
- fedora-rawhide
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}

View file

@ -1,14 +1,36 @@
Summary: A threaded Internet news reader
Name: slrn
Version: 1.0.3a
Release: 14%{?dist}
License: GPLv2+
URL: http://slrn.sourceforge.net/
Source0: http://jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
Release: 20%{?dist}
# COPYRIGHT: GPL-2.0-or-later
# src: GPL-2.0-or-later
# src/vms.c: "donated for use in slrn by Andrew Greer"
## Not in any binary package
# autoconf/config.guess: GPL-3.0-or-later WITH Autoconf-exception-generic-3.0
# autoconf/config.rpath: FSFULLR
# autoconf/config.sub: GPL-3.0-or-later WITH Autoconf-exception-generic-3.0
# autoconf/include/ax_lib_socket_nsl.m4: FSFAP
# autoconf/include/gettext.m4: GPL-1.0-or-later
# autoconf/include/iconv.m4: FSFULLR
# autoconf/include/lib-ld.m4: FSFULLR
# autoconf/include/lib-link.m4: FSFULLR
# autoconf/include/lib-prefix.m4: FSFULLR
# autoconf/include/mkdirp.m4: FSFULLR
# autoconf/include/nls.m4: FSFULLR
# autoconf/include/po.m4: FSFULLR
# autoconf/include/progtest.m4: FSFULLR
# autoconf/install.sh: HPND-sell-variant
# configure: FSFUL AND FSFAP AND FSFULLR
# contrib/cleanscore: GPL-2.0-or-later
# po/Makefile.in.in: "copied and used freely without restrictions"
License: GPL-2.0-or-later
SourceLicense: %{license} AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-1.0-or-later AND HPND-sell-variant AND FSFULLR AND FSFUL AND FSFAP
URL: https://slrn.sourceforge.net/
Source0: https://jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
Source1: slrn-pull-expire
Source2: slrnpull.log
Source4: README.rpm-slrnpull
Source5: http://jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2.asc
Source5: https://jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2.asc
# 2016-06-09:
# Merged GPG keys from https://rg3.github.io/youtube-dl/download.html in one file
# gpg --export --export-options export-minimal "428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B" \
@ -25,9 +47,12 @@ BuildRequires: make
BuildRequires: inews
BuildRequires: openssl-devel, gcc
BuildRequires: slang-devel >= 2.2.3
BuildRequires: systemd-rpm-macros
# Some s-lang scripts (smime.sl) use slsh interpreter
Requires: slang-slsh
%if (0%{?fedora} && 0%{?fedora} < 42) || (0%{?rhel} && 0%{?rhel} < 11)
Requires(pre): shadow-utils
%endif
# For source verification with gpgv
BuildRequires: gnupg2
@ -52,10 +77,10 @@ the slrnpull utility.
%define shortver %(echo %{version}|tr -d 'a')
gpgv2 --quiet --keyring %{SOURCE6} %{SOURCE5} %{SOURCE0}
%setup -q -n %{name}-%{shortver}
%patch1 -p1 -b .nostrip
%patch2 -p1 -b .sendmail
%patch3 -p1 -b .FSFaddress
%patch4 -p1
%patch -P1 -p1 -b .nostrip
%patch -P2 -p1 -b .sendmail
%patch -P3 -p1 -b .FSFaddress
%patch -P4 -p1
#%#patch4 -p1 -b .longsignatures
for i in changes.txt; do
@ -64,6 +89,13 @@ done
chmod 644 doc/slrnpull/* contrib/*
# Create a sysusers.d config file
# Static UID and GID defined by /usr/share/doc/setup-*/uidgid
cat >slrn.sysusers.conf <<EOF
g news 13
u news 9 'news user' - -
EOF
%build
%configure \
--with-ssl=%{_prefix} \
@ -99,12 +131,16 @@ install -p -m644 %{SOURCE4} doc/slrnpull/README.rpm
# remove unpackaged files from the buildroot
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/slrn
install -m0644 -D slrn.sysusers.conf %{buildroot}%{_sysusersdir}/slrn.conf
%if (0%{?fedora} && 0%{?fedora} < 42) || (0%{?rhel} && 0%{?rhel} < 11)
# Static UID and GID defined by /usr/share/doc/setup-*/uidgid
%pre
getent group news >/dev/null || groupadd -r -g 13 news
getent passwd news >/dev/null || \
useradd -r -u 9 -g news -d / -s /sbin/nologin -c "news user" news
exit 0
%endif
%files -f %{name}.lang
%license COPYING COPYRIGHT
@ -115,6 +151,7 @@ exit 0
%{_bindir}/slrn
%{_datadir}/slrn
%{_mandir}/man1/slrn.1*
%{_sysusersdir}/slrn.conf
%files pull
%doc doc/slrnpull/*
@ -127,6 +164,24 @@ exit 0
%{_mandir}/man1/slrnpull.1*
%changelog
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3a-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.3a-19
- Add sysusers.d config file to allow rpm to create users/groups automatically
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3a-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 1.0.3a-17
- convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3a-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3a-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3a-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild