Skip to content

Commit 3d4c61b

Browse files
committed
Merge branch 'master' of github.com:dreibh/sctplib
2 parents f07a10a + 83a6d9b commit 3d4c61b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/packaging.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
name: Fedora Packaging
6262
runs-on: ubuntu-latest
6363
container:
64-
image: fedora:41
64+
# Using Fedora 39 here, due to problems with Mock!
65+
# => https://github.com/rpm-software-management/mock/issues/1487
66+
image: fedora:39
6567
options: --privileged --cap-add=SYS_ADMIN
6668
steps:
6769
- uses: actions/checkout@v4

rpm/sctplib.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ BuildRequires: texlive-collection-latex
1818
BuildRequires: texlive-collection-latexextra
1919
BuildRoot: %{_tmppath}/%{name}-%{version}-build
2020

21-
# TEST ONLY:
22-
# define _unpackaged_files_terminate_build 0
21+
Requires: %{name}-libsctplib
22+
Requires: %{name}-libsctplib-devel
23+
Requires: %{name}-docs
24+
2325

2426
%description
2527
The sctplib library is a fairly complete prototype implementation of the
@@ -50,6 +52,7 @@ make %{?_smp_mflags}
5052
%install
5153
make DESTDIR=%{buildroot} install
5254

55+
%files
5356

5457
%package libsctplib
5558
Summary: User-space implementation of the SCTP protocol RFC 4960

0 commit comments

Comments
 (0)