Compare commits

...

10 Commits

Author SHA1 Message Date
Lubomir Rintel 262419d060 Update to 1.8.40 release 2023-05-18 14:38:05 +00:00
Ana Cabral 014b1b6ce6 Update to 1.8.38 release and sync with the latest spec file updates from Fedora 36
Related: #2066742
2022-04-11 15:01:20 +02:00
Ana Cabral 6d16bb7b36 Rebuilt
Related: #2066742
Related: #2066737
Related: #2057512
2022-03-25 21:28:16 +01:00
Ana Cabral 9e931c8abe Update to 1.8.36 release
Resolves: #2066742
Resolves: #2066737
Resolves: #2057512
2022-03-25 17:03:11 +01:00
Wen Liang c332203b95 Update to 1.8.32 release
Related: rhbz#1996101

Signed-off-by: Wen Liang <wenliang@redhat.com>
2021-08-23 06:42:50 -04:00
Mohan Boddu 1ad5b93e88 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 21:36:04 +00:00
Aleksandra Fedorova aa688ec56e Add RHEL gating configuration 2021-07-15 03:14:54 +02:00
Mohan Boddu 8973006e5b - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 01:27:14 +00:00
DistroBaker c9e714ab6d Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libnma.git#8fe9db82c099f840d77f204e2fc14a7f34097066
2021-02-09 19:50:20 +01:00
DistroBaker 4662debd8b Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libnma.git#9d24fcb5142d85049c64042201811858d514adb1
2020-12-15 11:03:29 +00:00
5 changed files with 51 additions and 15 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
/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.36.tar.xz
/libnma-1.8.38.tar.xz
/libnma-1.8.40.tar.xz

1
.libnma.metadata Normal file
View File

@ -0,0 +1 @@
d918ed80d3084aceffaaee2f77c6851c25b0b98e libnma-1.8.40.tar.xz

6
gating.yaml Normal file
View File

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

View File

@ -5,22 +5,20 @@
%global mbp_version 0.20090602
%global old_libnma_version 1.8.27
%global rpm_version 1.8.30
%global real_version 1.8.30
%global release_version 1
%global real_version_major %(printf '%s' '%{real_version}' | sed -n 's/^\\([1-9][0-9]*\\.[1-9][0-9]*\\)\\.[1-9][0-9]*$/\\1/p')
%if 0%{?fedora} >= 34 || 0%{?rhel} >= 10
%bcond_without libnma_gtk4
%else
%bcond_with libnma_gtk4
%endif
Name: libnma
Summary: NetworkManager GUI library
Version: %{rpm_version}
Release: %{release_version}%{?dist}.2
Version: 1.8.40
Release: 1%{?dist}
# The entire source code is GPLv2+ except some files in shared/ which are LGPLv2+
License: GPLv2+ and LGPLv2+
URL: https://gitlab.gnome.org/GNOME/libnma/
Source0: https://download.gnome.org/sources/libnma/%{real_version_major}/%{name}-%{real_version}.tar.xz
Source0: https://download.gnome.org/sources/libnma/1.8/%{name}-%{version}.tar.xz
Patch1: 0001-nm-applet-no-notifications.patch
@ -31,10 +29,10 @@ Conflicts: libnma < %{old_libnma_version}
BuildRequires: gcc
BuildRequires: NetworkManager-libnm-devel >= %{nm_version}
BuildRequires: ModemManager-glib-devel >= 1.0
BuildRequires: glib2-devel >= 2.32
BuildRequires: gtk3-devel >= 3.10
BuildRequires: glib2-devel >= 2.38
BuildRequires: gtk3-devel >= 3.12
%if %{with libnma_gtk4}
BuildRequires: gtk4-devel >= 3.96
BuildRequires: gtk4-devel >= 4.0
%endif
BuildRequires: gobject-introspection-devel >= 0.10.3
BuildRequires: gettext-devel
@ -89,13 +87,12 @@ files to be used for integrating GUI tools with NetworkManager.
%prep
%autosetup -p1 -n "%{name}-%{real_version}"
%autosetup -p1
%build
%meson \
-Dgcr=true \
-Ddisable-static=true \
-Dvapi=false \
%if %{with libnma_gtk4}
-Dlibnma_gtk4=true
@ -146,6 +143,34 @@ files to be used for integrating GUI tools with NetworkManager.
%changelog
* Wed Jun 15 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.8.40-1
- Update to 1.8.40 release
- Demote WEP (rh #2030997)
* Fri Apr 8 2022 Ana Cabral <acabral@redhat.com> - 1.8.38-1
- Update to 1.8.38 release
* Fri Mar 25 2022 Ana Cabral <acabral@redhat.com> - 1.8.36-2
- Rebuilt (outage)
* Fri Mar 25 2022 Ana Cabral <acabral@redhat.com> - 1.8.36-1
- Update to 1.8.36 release (rh #2066742)
- Include OWE wireless security (rh #2066737)
- Fix OWE wireless security entry in Hidden Networks dialog (rh #2057512)
* Fri Aug 20 2021 Wen Liang <wenliang@redhat.com> - 1.8.32-1
- Update to 1.8.32 release
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.30-1.5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.30-1.4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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

View File

@ -1 +1 @@
SHA512 (libnma-1.8.30.tar.xz) = 4d8f93d035fca4252e5c5dafc756ee6bc8f1d302aaeca77c5c0acb5d7f6cd4214224fb48e2706e69084c5a714aafa7837769be17d0642cc29eded9eb175a1107
SHA512 (libnma-1.8.40.tar.xz) = 28f4704f97941308f43b27a309fd14050e8ac7e0c6665cada3cc08a759e140f043a80b21ccfe02ce348f8490cad8107b4fe27026dbaafed46ec1c7c46824e3b8