Compare commits

...

No commits in common. "c8" and "c10s" have entirely different histories.
c8 ... c10s

7 changed files with 98 additions and 25 deletions

12
.gitignore vendored
View File

@ -1 +1,11 @@
SOURCES/libnma-1.8.38.tar.xz
/libnma-1.8.26.tar.xz
/libnma-1.8.28.tar.xz
/libnma-1.8.30.tar.xz
/libnma-1.8.32.tar.xz
/libnma-1.8.34.tar.xz
/libnma-1.8.38.tar.xz
/libnma-1.8.40.tar.xz
/libnma-1.10.0.tar.xz
/libnma-1.10.2.tar.xz
/libnma-1.10.4.tar.xz
/libnma-1.10.6.tar.xz

View File

@ -1 +0,0 @@
15b3ef1432fe5254ad4e4ab555840465176c47b3 SOURCES/libnma-1.8.38.tar.xz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# libnma
The libnma package

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -3,7 +3,7 @@
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
%global nm_version 1:1.8.0
%global mbp_version 0.20090602
%global old_libnma_version 1.8.27
%global old_libnma_version 1.10.4
%if 0%{?fedora} >= 34 || 0%{?rhel} >= 10
%bcond_without libnma_gtk4
@ -13,18 +13,19 @@
Name: libnma
Summary: NetworkManager GUI library
Version: 1.8.38
Release: 1%{?dist}
Version: 1.10.6
Release: 9%{?dist}
# The entire source code is GPLv2+ except some files in shared/ which are LGPLv2+
License: GPLv2+ and LGPLv2+
License: GPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://gitlab.gnome.org/GNOME/libnma/
Source0: https://download.gnome.org/sources/libnma/1.8/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/libnma/1.10/%{name}-%{version}.tar.xz
Patch1: 0001-nm-applet-no-notifications.patch
Requires: mobile-broadband-provider-info >= %{mbp_version}
Conflicts: libnma < %{old_libnma_version}
Conflicts: nm-connection-editor < 1.30.0
BuildRequires: gcc
BuildRequires: NetworkManager-libnm-devel >= %{nm_version}
@ -95,9 +96,9 @@ files to be used for integrating GUI tools with NetworkManager.
-Dgcr=true \
-Dvapi=false \
%if %{with libnma_gtk4}
-Dlibnma_gtk4=true
-Dlibnma_gtk4=true \
%else
-Dlibnma_gtk4=false
-Dlibnma_gtk4=false \
%endif
%meson_build
@ -114,7 +115,8 @@ files to be used for integrating GUI tools with NetworkManager.
%files -f %{name}.lang
%{_libdir}/libnma.so.*
%{_libdir}/girepository-1.0/NMA-1.0.typelib
%{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
%exclude %{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.eap.gschema.xml
%doc NEWS CONTRIBUTING
%license COPYING
@ -143,29 +145,81 @@ files to be used for integrating GUI tools with NetworkManager.
%changelog
* Fri Apr 8 2022 Ana Cabral <acabral@redhat.com> - 1.8.38-1
- Rebase to 1.8.38
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.10.6-9
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Mar 25 2022 Ana Cabral <acabral@redhat.com> - 1.8.36-2
- Rebuilt
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.10.6-8
- Bump release for June 2024 mass rebuild
* Fri Mar 25 2022 Ana Cabral <acabral@redhat.com> - 1.8.36-1
- Update to 1.8.36 release (rh #2062686)
- Include OWE wireless security (rh #2060327)
- Fix OWE wireless security entry in Hidden Networks dialog (rh #2057514)
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Oct 30 2023 Thomas Haller <thaller@redhat.com> - 1.10.6-5
- Use SPDX license identifier in package
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jun 19 2023 Kalev Lember <klember@redhat.com> - 1.10.6-3
- Rebuilt for gcr soname bump
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Jan 08 2023 Lubomir Rintel <lkundrak@v3.sk> - 1.10.6-1
- Update to 1.10.6 release
* Mon Nov 07 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.10.4-1
- Update to 1.10.4 release
* Fri Sep 09 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.10.2-1
- Update to 1.10.2 release
* Thu Sep 08 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.10.0-1
- Update to 1.10.0 release
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 15 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.8.40-1
- Update to 1.8.40 release
* Thu Apr 07 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.8.38-1
- Update to 1.8.38 release
* Fri Mar 18 2022 Adam Williamson <awilliam@redhat.com> - 1.8.34-2
- Backport MR #26 to fix UI files in GTK4 (#2060868)
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.34-1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jan 19 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.8.34-1
- Update to 1.8.34 release
- Enable gtk4 subpackage
* Fri Aug 20 2021 Thomas Haller <thaller@redhat.com> - 1.8.32-1
- Update to 1.8.32 release (rh #1996011)
- Update to 1.8.32 release
* Tue Jan 26 2021 Beniamino Galvani <bgalvani@redhat.com> - 1.8.30-2
- Rebuild with new gtk-doc to fix multilib issues (rh #1853152)
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.30-1.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jun 23 2020 Beniamino Galvani <bgalvani@redhat.com> - 1.8.30-1
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.30-1.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.30-1.2
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.30-1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jul 9 2020 Jérôme Parmentier <jerome@prmntr.me> - 1.8.30-1
- Update to 1.8.30 release
* Tue May 26 2020 Beniamino Galvani <bgalvani@redhat.com> - 1.8.28-2
- Rebuilt after adding gating
* Fri Mar 6 2020 Thomas Haller <thaller@redhat.com> - 1.8.28-1
- Update to 1.8.28 release
- move org.gnome.nm-applet.gschema.xml from network-manager-applet to here.

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (libnma-1.10.6.tar.xz) = 4801db35a8d510c651fc91da4f394a665a4ba5c35fbefe0496363c404b49d5f4e103f49084220ee58b995684d2ac93643320b7d1777ebeea555e7657768a1f6a