File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ BuildRequires: texlive-collection-latex
1818BuildRequires: texlive-collection-latexextra
1919BuildRoot: %{_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
2527The sctplib library is a fairly complete prototype implementation of the
@@ -50,6 +52,7 @@ make %{?_smp_mflags}
5052%install
5153make DESTDIR=%{buildroot } install
5254
55+ %files
5356
5457%package libsctplib
5558Summary: User-space implementation of the SCTP protocol RFC 4960
You can’t perform that action at this time.
0 commit comments