[steam/el7] Firewall rules are now included in base firewalld also on RHEL/CentOS 7
by Simone Caronni
commit 72551eec8c46329432c3f9cf82995bbfcef58920
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sat Sep 7 08:45:09 2019 +0200
Firewall rules are now included in base firewalld also on RHEL/CentOS 7
steam-streaming.xml | 9 ---------
steam.spec | 17 ++++-------------
2 files changed, 4 insertions(+), 22 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index 3f0ed4a..982f1f3 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.61
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -13,7 +13,6 @@ ExclusiveArch: i686
Source0: http://repo.steampowered.com/%{name}/pool/%{name}/s/%{name}/%{name}_%{ver...
Source1: %{name}.sh
Source2: %{name}.csh
-Source3: %{name}-streaming.xml
Source4: %{name}.appdata.xml
Source5: README.Fedora
@@ -37,7 +36,6 @@ Patch0: %{name}-3570.patch
Patch1: %{name}-3273.patch
BuildRequires: desktop-file-utils
-BuildRequires: firewalld-filesystem
BuildRequires: systemd
# Required to run the initial setup
@@ -147,11 +145,6 @@ install -m 644 -p lib/udev/rules.d/* \
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
-%if 0%{?fedora} && 0%{?fedora} < 29 || 0%{?rhel} == 7
-install -D -m 644 -p %{SOURCE3} \
- %{buildroot}%{_prefix}/lib/firewalld/services/%{name}-streaming.xml
-%endif
-
# Environment files
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -pm 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
@@ -170,7 +163,6 @@ install -m 644 -p %{SOURCE7} %{buildroot}%{_prefix}/lib/systemd/user.conf.d/
%post
%if 0%{?fedora} && 0%{?fedora} < 29 || 0%{?rhel} == 7
-%firewalld_reload
%endif
%if 0%{?rhel} == 7
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -203,10 +195,6 @@ fi
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%{_udevrulesdir}/*
-%if 0%{?fedora} && 0%{?fedora} < 29 || 0%{?rhel} == 7
-%{_prefix}/lib/firewalld/services/%{name}-streaming.xml
-%endif
-
# Since F30 (systemd 240) we don't need to raise NOFILE limit
%if 0%{?fedora} && 0%{?fedora} < 30
%{_prefix}/lib/systemd/system.conf.d/
@@ -216,6 +204,9 @@ fi
%endif
%changelog
+* Sat Sep 07 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.61-4
+- Firewall rules are now included in base firewalld also on RHEL/CentOS 7.
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.0.0.61-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5 years, 3 months
[steam/el7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
by Simone Caronni
commit b45b299c848dddeb30ef6625788234f942dc644e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Aug 10 02:35:08 2019 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
steam.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 7a1524e..3f0ed4a 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.61
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -216,6 +216,9 @@ fi
%endif
%changelog
+* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.0.0.61-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
* Wed Jul 31 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.61-2
- Remove libdbusmenu-gtk2 requirement (#5322).
5 years, 3 months
[ffmpeg/el8] Update to 4.2.1 release
by Leigh Scott
Summary of changes:
0bc6257... Update to 4.2.1 release (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[ffmpeg/f31] (6 commits) ...Update to 4.2.1 release
by Leigh Scott
Summary of changes:
60eebee... Make it build for el8 (*)
e28ebe3... remove merged patch (*)
8691e6c... Add Br fribidi-devel (needed for el8) (*)
422a98b... Adjust el8 for availabe build requires (*)
149c1bd... Bump changelog (*)
0bc6257... Update to 4.2.1 release (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[ffmpeg] Update to 4.2.1 release
by Leigh Scott
commit 0bc62579a5f4083cb194daca5e96e0a9cdd90f57
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Sep 7 06:29:51 2019 +0100
Update to 4.2.1 release
ffmpeg.spec | 9 +++++----
sources | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 22579ef..4628a10 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -18,8 +18,6 @@
%if 0%{?el8}
%global _without_dav1d 1
-%global _without_jack 1
-%global _without_mfx 1
%endif
%if 0%{?fedora}
@@ -88,8 +86,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 4.2
-Release: 4%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 4.2.1
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -430,6 +428,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Sep 07 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.2.1-1
+- Update to 4.2.1 release
+
* Mon Aug 26 2019 Leigh Scott <leigh123linux(a)gmail.com> - 4.2-4
- Rebuild for el8
diff --git a/sources b/sources
index d22d3b6..402a939 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb33a9110251873002869664686b2a3f ffmpeg-4.2.tar.xz
+67da904cf9fddeeb10a1308fc0dc39de ffmpeg-4.2.1.tar.xz
5 years, 3 months
[VirtualBox-kmod/f29: 5/5] t checkout el7 && git merge master && git push && rfpkg build --nowait; git checkout master Merge br
by Sérgio M. Basto
commit 35e65d9776e4ddbf4a49b088271e94da3b0bfb41
Merge: 0bd7d9a 32372dd
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 6 21:33:58 2019 +0100
t checkout el7 && git merge master && git push && rfpkg build --nowait;
git checkout master
Merge branch 'master' into f29
.gitignore | 1 +
Fixes_for_Kernel_5.3.patch | 131 +++++++++++++++++++++++++++++++++++++++++++++
VirtualBox-kmod.spec | 21 ++++++--
sources | 2 +-
update_vbox.sh | 4 +-
5 files changed, 151 insertions(+), 8 deletions(-)
---
5 years, 3 months