1
0

Specfile modernization

This commit is contained in:
Jan Engelhardt 2024-11-25 17:23:29 +01:00
parent 0ea1f0f44f
commit bb20243469
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 25 16:22:22 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Specfile modernization
-------------------------------------------------------------------
Thu Sep 26 21:19:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -70,14 +70,13 @@ used by conntrack-tools among many other applications.
%build
# includedir intentional, cf. bugzilla.opensuse.org/795968
%configure --disable-static --includedir="%_includedir/%name"
make %{?_smp_mflags}
%make_build
%install
%make_install
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/libnetfilter_conntrack.so.3*