[mock-rpmfusion-free] RPM Fusion F35 Release
by Sérgio M. Basto
commit 348e360518163df2139d570db1b3078e61101d08
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Nov 2 15:47:33 2021 +0000
RPM Fusion F35 Release
mock-rpmfusion-free.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/mock-rpmfusion-free.spec b/mock-rpmfusion-free.spec
index 247daf7..ae89cbf 100644
--- a/mock-rpmfusion-free.spec
+++ b/mock-rpmfusion-free.spec
@@ -1,5 +1,5 @@
Name: mock-rpmfusion-free
-Version: 35.2
+Version: 35.3
Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion Free Repository
@@ -35,6 +35,9 @@ install -pm 0644 etc/mock/templates/*.tpl %{buildroot}%{_sysconfdir}/mock/templa
%changelog
+* Tue Nov 02 2021 Sérgio Basto <sergio(a)serjux.com> - 35.3-1
+- RPM Fusion F35 Release
+
* Wed Oct 13 2021 Sérgio Basto <sergio(a)serjux.com> - 35.2-1
- Templating
@@ -45,6 +48,7 @@ install -pm 0644 etc/mock/templates/*.tpl %{buildroot}%{_sysconfdir}/mock/templa
* Sun Aug 15 2021 Sérgio Basto <sergio(a)serjux.com> - 35.0-1
- F35 Branched
+- Add gpgcheck on updates-testing, debuginfo and branched repos
* Tue Apr 27 2021 Sérgio Basto <sergio(a)serjux.com> - 34.1-1
- F34 GA
3 years
[xorg-x11-drv-nvidia] Fix appdata
by Leigh Scott
commit 4f964f108c87ce35236eb042c94e3a4db98a3383
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Nov 2 15:34:58 2021 +0000
Fix appdata
parse-readme.py | 2 +-
xorg-x11-drv-nvidia.spec | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/parse-readme.py b/parse-readme.py
index 3a5d140..acaf0d5 100755
--- a/parse-readme.py
+++ b/parse-readme.py
@@ -15,7 +15,7 @@ def main():
in_section = False
in_table = False
pids = []
- sections = ["NVIDIA GEFORCE GPUS", "NVIDIA RTX/QUADRO GPUS", "NVIDIA NVS GPUS", "NVIDIA TESLA GPUS", "NVIDIA GRID GPUS"]
+ sections = ["CURRENT NVIDIA GPUS"]
for section in sections:
for line in f.readlines():
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 2c62651..1923abf 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -25,7 +25,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
Version: 495.44
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -361,7 +361,7 @@ cat > %{buildroot}%{rpmmacrodir}/macros.%{name}-kmodsrc<< EOF
%nvidia_kmodsrc_version %{version}
EOF
-%if 0%{?fedora} > 36|| 0%{?rhel} > 7
+%if 0%{?fedora} || 0%{?rhel} > 7
# install AppData and add modalias provides
mkdir -p %{buildroot}%{_metainfodir}/
install -pm 0644 %{SOURCE8} %{buildroot}%{_metainfodir}/
@@ -447,7 +447,7 @@ fi ||:
%{_udevrulesdir}/10-nvidia.rules
%{_udevrulesdir}/60-nvidia.rules
%{_unitdir}/nvidia-fallback.service
-%if 0%{?fedora} > 36|| 0%{?rhel} > 7
+%if 0%{?fedora} || 0%{?rhel} > 7
%{_metainfodir}/%{name}.metainfo.xml
%{_datadir}/pixmaps/%{name}.png
%endif
@@ -577,6 +577,9 @@ fi ||:
%endif
%changelog
+* Tue Nov 02 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:495.44-4
+- Fix appdata
+
* Mon Nov 01 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:495.44-3
- Add libnvidia-vulkan-producer symlink
3 years
[qarte/f33] (2 commits) ...Update qarte to 4.15.0
by Sérgio M. Basto
Summary of changes:
4a01cd8... add fixes from upstream, rfbz #6161 (*)
3249a26... Update qarte to 4.15.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[qarte/f34] Update qarte to 4.15.0
by Sérgio M. Basto
Summary of changes:
3249a26... Update qarte to 4.15.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years