diff --git a/build-and-update-all-branches b/build-and-update-all-branches
index 23d544b..93fbf72 100755
--- a/build-and-update-all-branches
+++ b/build-and-update-all-branches
@@ -4,7 +4,7 @@
# script.
main=main
-branches="$main epel7 epel8 f36 f37"
+branches="$main epel7 epel8 epel9 f37 f38"
exit_handler ()
{
diff --git a/vim-fugitive-gitlab.metainfo.xml b/vim-fugitive-gitlab.metainfo.xml
new file mode 100644
index 0000000..8e6f030
--- /dev/null
+++ b/vim-fugitive-gitlab.metainfo.xml
@@ -0,0 +1,11 @@
+
+
+ vim-fugitive-gitlab
+ gvim.desktop
+ VIm Fugitive for GitLab
+ GitLab support for vim-fugitive plugin
+ https://github.com/shumphrey/fugitive_gitlab.vim
+ https://github.com/shumphrey/fugitive-gitlab.vim/issues/new
+ FSFAP
+ MIT
+
diff --git a/vim-fugitive-gitlab.spec b/vim-fugitive-gitlab.spec
index b0d9e6d..d3b750c 100644
--- a/vim-fugitive-gitlab.spec
+++ b/vim-fugitive-gitlab.spec
@@ -6,17 +6,20 @@
Name: vim-fugitive-gitlab
Version: 0~%posttag
-Release: 1%{?dist}
+Release: 8%{?dist}
Summary: GitLab support for vim-fugitive plugin
License: MIT
BuildArch: noarch
URL: https://github.com/shumphrey/%upstream_n.git
Source0: https://github.com/shumphrey/%upstream_n/archive/%gitrevision/%upstream_n-%gitrevision.tar.gz
+Source1: vim-fugitive-gitlab.metainfo.xml
Requires: vim-fugitive
Requires: vim-filesystem
+# for appstream-util
+BuildRequires: libappstream-glib
BuildRequires: vim-filesystem
@@ -32,6 +35,12 @@ can be omni-completed (, see :help compl-omni).
%install
+mkdir -p %{buildroot}/%{_metainfodir}
+
+install -p -m 0644 %{SOURCE1} %{buildroot}/%{_metainfodir}
+
+appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/*.metainfo.xml
+
mkdir -p %{buildroot}%{vimfiles_root}/autoload/gitlab
mkdir -p %{buildroot}%{vimfiles_root}/doc
mkdir -p %{buildroot}%{vimfiles_root}/plugin
@@ -46,10 +55,33 @@ done
%files
%license LICENSE
%doc %{vimfiles_root}/doc/*.txt
+%dir %{_metainfodir}
+%{_metainfodir}/vim-fugitive-gitlab.metainfo.xml
%{vimfiles_root}/plugin/gitlab.vim
%{vimfiles_root}/autoload/gitlab
%changelog
+* Fri Jul 25 2025 Fedora Release Engineering - 0~20220701gitb73a8e-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Sun Jan 19 2025 Fedora Release Engineering - 0~20220701gitb73a8e-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
+* Sat Jul 20 2024 Fedora Release Engineering - 0~20220701gitb73a8e-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
+* Sat Jan 27 2024 Fedora Release Engineering - 0~20220701gitb73a8e-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Sat Jul 22 2023 Fedora Release Engineering - 0~20220701gitb73a8e-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Mon Jun 05 2023 Zdenek Dohnal - 0~20220701gitb73a8e-3
+- add metainfo data for GNOME Software (rhbz#2124914)
+
+* Sat Jan 21 2023 Fedora Release Engineering - 0~20220701gitb73a8e-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
* Wed Jul 06 2022 Pavel Raiskup - 0~20220701gitb73a8e-1
- initial packaging, inspiration from vim-rhubarb.spec (rhbz#2103073)