[xorg-x11-drv-nvidia] Remove nomodeset from cmdline during install
by Leigh Scott
commit 8501f78b993bfcb589e55e94419f49a3d160ac61
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Nov 5 12:10:32 2017 +0000
Remove nomodeset from cmdline during install
xorg-x11-drv-nvidia.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 28e799b..f77a26f 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -37,7 +37,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 2
Version: 387.22
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -581,6 +581,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Sun Nov 05 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:387.22-3
+- Remove nomodeset from cmdline during install
+
* Tue Oct 31 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:387.22-2
- Remove the prebuilt tools and use rpm packages instead
7 years
[vidcutter] Remove mime scriptlets as they are obsolete in f25 and greater
by Leigh Scott
commit d56d9e3964238dad6bc07de8dddecca03c48b560
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Nov 5 06:19:22 2017 +0000
Remove mime scriptlets as they are obsolete in f25 and greater
vidcutter.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vidcutter.spec b/vidcutter.spec
index df3999c..d27c839 100644
--- a/vidcutter.spec
+++ b/vidcutter.spec
@@ -1,6 +1,6 @@
Name: vidcutter
Version: 4.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The simplest + fastest video cutter & joiner
License: GPLv3+
Url: http://vidcutter.ozmartians.com
@@ -46,7 +46,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-/usr/bin/update-desktop-database &> /dev/null || :
%postun
/sbin/ldconfig
@@ -54,7 +53,6 @@ if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
-/usr/bin/update-desktop-database &> /dev/null || :
%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
@@ -72,6 +70,9 @@ fi
%{_datadir}/pixmaps/%{name}.svg
%changelog
+* Sun Nov 05 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 4.0.5-2
+- Remove mime scriptlets as they are obsolete in f25 and greater
+
* Sat Nov 04 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.5-1
- Update to 4.0.5
- Set extra_compile_args= to -g to fix: Empty %%files file debugsourcefiles.list
@@ -79,7 +80,6 @@ fi
* Mon Aug 07 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.0-2
- Add BR desktop-file-utils
- Add RR hicolor-icon-theme
-- Remove mime scriptlets as they are obsolete in f25 and greater
* Mon Aug 07 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.0-1
- Initial build
7 years
[xorg-x11-drv-nvidia] Remove nomodeset from cmdline during %post
by Leigh Scott
commit 2774ad4368fe39b0c37743e97e867883fbfc1561
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Nov 4 22:43:26 2017 +0000
Remove nomodeset from cmdline during %post
xorg-x11-drv-nvidia.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 48b1e1b..28e799b 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -404,7 +404,7 @@ fi
%post
/sbin/ldconfig
if [ "$1" -eq "1" ]; then
- %{_grubby} --args='%{_dracutopts}' &>/dev/null
+ %{_grubby} --remove-args='nomodeset' --args='%{_dracutopts}' &>/dev/null
%if 0%{?fedora} || 0%{?rhel} >= 7
sed -i -e 's/GRUB_CMDLINE_LINUX="/GRUB_CMDLINE_LINUX="%{_dracutopts} /g' /etc/default/grub
%endif
7 years