File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 61
61
name : Fedora Packaging
62
62
runs-on : ubuntu-latest
63
63
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
65
67
options : --privileged --cap-add=SYS_ADMIN
66
68
steps :
67
69
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ BuildRequires: texlive-collection-latex
18
18
BuildRequires: texlive-collection-latexextra
19
19
BuildRoot: %{_tmppath }/%{name }-%{version }-build
20
20
21
- # TEST ONLY:
22
- # define _unpackaged_files_terminate_build 0
21
+ Requires: %{name }-libsctplib
22
+ Requires: %{name }-libsctplib-devel
23
+ Requires: %{name }-docs
24
+
23
25
24
26
%description
25
27
The sctplib library is a fairly complete prototype implementation of the
@@ -50,6 +52,7 @@ make %{?_smp_mflags}
50
52
%install
51
53
make DESTDIR=%{buildroot } install
52
54
55
+ %files
53
56
54
57
%package libsctplib
55
58
Summary: User-space implementation of the SCTP protocol RFC 4960
You can’t perform that action at this time.
0 commit comments