Compare commits

..

No commits in common. 'i9c-beta' and 'c9' have entirely different histories.
i9c-beta ... c9

4
.gitignore vendored

@ -1,2 +1,2 @@
SOURCES/libnl-3.9.0.tar.gz
SOURCES/libnl-doc-3.9.0.tar.gz
SOURCES/libnl-3.7.0.tar.gz
SOURCES/libnl-doc-3.7.0.tar.gz

@ -1,2 +1,2 @@
571f9e11d0bf73114e777f27a60828313bb97135 SOURCES/libnl-3.9.0.tar.gz
b7942403355eabe84f756b182407823e97c9b7ab SOURCES/libnl-doc-3.9.0.tar.gz
34c0fa84005b1522175d42165f6e885f75b1b8e3 SOURCES/libnl-3.7.0.tar.gz
ed296fd3341d3f90912a01bb77d539c19ca666f3 SOURCES/libnl-doc-3.7.0.tar.gz

@ -1,11 +1,12 @@
Name: libnl3
Version: 3.9.0
Version: 3.7.0
Release: 1%{?dist}
Summary: Convenience library for kernel netlink sockets
License: LGPL-2.1-only
License: LGPLv2
URL: http://www.infradead.org/~tgr/libnl/
%global version_path libnl%(echo %{version} | tr . _)
%define rcversion %{nil}
%define fullversion %{version}%{rcversion}
%if 0%{?rhel} > 8
# Disable python3 build by default
@ -14,8 +15,8 @@ URL: http://www.infradead.org/~tgr/libnl/
%bcond_without python3
%endif
Source0: https://github.com/thom311/libnl/releases/download/%{version_path}/libnl-%{version}.tar.gz
Source1: https://github.com/thom311/libnl/releases/download/%{version_path}/libnl-doc-%{version}.tar.gz
Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{fullversion}.tar.gz
Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{fullversion}.tar.gz
#Patch1: some.patch
@ -66,7 +67,6 @@ This package contains libnl3 API documentation
Summary: libnl3 binding for Python 3
%{?python_provide:%python_provide python3-libnl3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: make
Requires: %{name} = %{version}-%{release}
@ -75,7 +75,7 @@ Python 3 bindings for libnl3
%endif
%prep
%autosetup -p1 -n libnl-%{version}
%autosetup -p1 -n libnl-%{fullversion}
tar -xzf %SOURCE1
@ -116,35 +116,35 @@ popd
%ldconfig_scriptlets cli
%files
%license COPYING
%doc COPYING
%exclude %{_libdir}/libnl-cli*.so.*
%exclude %{_libdir}/libnl*-3.a
%{_libdir}/libnl-*.so.*
%config(noreplace) %{_sysconfdir}/*
%files devel
%license COPYING
%doc COPYING
%{_includedir}/libnl3/netlink/
%dir %{_includedir}/libnl3/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files cli
%license COPYING
%doc COPYING
%{_libdir}/libnl-cli*.so.*
%{_libdir}/libnl/
%{_bindir}/*
%{_mandir}/man8/*
%files doc
%license COPYING
%doc libnl-doc-%{version}/*.html
%doc libnl-doc-%{version}/*.css
%doc libnl-doc-%{version}/stylesheets/*
%doc libnl-doc-%{version}/images/*
%doc libnl-doc-%{version}/images/icons/*
%doc libnl-doc-%{version}/images/icons/callouts/*
%doc libnl-doc-%{version}/api/*
%doc COPYING
%doc libnl-doc-%{fullversion}/*.html
%doc libnl-doc-%{fullversion}/*.css
%doc libnl-doc-%{fullversion}/stylesheets/*
%doc libnl-doc-%{fullversion}/images/*
%doc libnl-doc-%{fullversion}/images/icons/*
%doc libnl-doc-%{fullversion}/images/icons/callouts/*
%doc libnl-doc-%{fullversion}/api/*
%if %{with python3}
%files -n python3-libnl3
@ -153,15 +153,6 @@ popd
%endif
%changelog
* Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.9.0-1
- Rebuilt for MSVSphere 9.4 beta
* Mon Dec 4 2023 Thomas Haller <thaller@redhat.com> - 3.9.0-1
- Update to 3.9.0 release (RHEL-17843)
* Fri Dec 1 2023 Thomas Haller <thaller@redhat.com> - 3.8.0-1
- Update to 3.8.0 release (RHEL-17843)
* Wed Jul 6 2022 Thomas Haller <thaller@redhat.com> - 3.7.0-1
- Update to 3.7.0 release (rh #2075841)

Loading…
Cancel
Save