File project.diff of Package libpcap
--- libpcap.changes.orig
+++ libpcap.changes
@@ -110,6 +110,11 @@ Sun Jan 1 12:37:49 UTC 2023 - Andreas S
* Correctly compute the "real" length for isochronous USB transfers
-------------------------------------------------------------------
+Thu Oct 13 15:14:23 UTC 2022 - Michal Kubecek <mkubecek@suse.cz>
+
+- fix SLE11 build
+
+-------------------------------------------------------------------
Fri Jun 11 12:02:38 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.10.1
@@ -187,6 +192,11 @@ Sun Feb 14 18:51:03 UTC 2021 - Pedro Mon
- Rebase libpcap-1.0.0-s390.patch
-------------------------------------------------------------------
+Sun Nov 3 12:25:45 UTC 2019 - Michal Kubeček <mkubecek@suse.cz>
+
+- fix SLE12 SP0-2 build
+
+-------------------------------------------------------------------
Wed Oct 2 13:40:23 UTC 2019 - Pedro Monreal <pmonreal@suse.com>
- Update to 1.9.1 [bsc#1153332]
@@ -364,6 +374,11 @@ Sun Apr 17 02:42:52 UTC 2016 - crrodrigu
and the kernel prints "iftop uses obsolete (PF_INET,SOCK_PACKET)"
-------------------------------------------------------------------
+Mon Jun 29 12:16:01 UTC 2015 - mkubecek@suse.cz
+
+- fix build on SLE11
+
+-------------------------------------------------------------------
Sun Jun 21 04:41:13 UTC 2015 - crrodriguez@opensuse.org
- remove dependency on libusb-devel, only libusb-1.0 is used for
--- libpcap.spec.orig
+++ libpcap.spec
@@ -1,7 +1,7 @@
#
# spec file for package libpcap
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -109,15 +109,22 @@ make DESTDIR=%{buildroot} install instal
%postun -n libpcap1 -p /sbin/ldconfig
%files -n libpcap1
+%defattr(-,root,root)
+%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120300
%license LICENSE
+%else
+%doc LICENSE
+%endif
%doc CHANGES CREDITS README.md doc/README.linux TODO
%{_libdir}/*.so.*
%{_mandir}/man7/*
%files devel-static
+%defattr(-,root,root)
%{_libdir}/*.*a
%files devel
+%defattr(-,root,root)
%{_mandir}/man[1-6]/*
%{_includedir}/*
%{_bindir}/pcap-config