[satellit@localhost ~]$ wget https://github.com/sugarlabs/sugar/pull/810/commits/9e7a93afba13470464700673dec6a3f9750cfd34.patch --2018-11-28 06:15:13-- https://github.com/sugarlabs/sugar/pull/810/commits/9e7a93afba13470464700673dec6a3f9750cfd34.patch Resolving github.com (github.com)... 192.30.255.112, 192.30.255.113 Connecting to github.com (github.com)|192.30.255.112|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github.com/sugarlabs/sugar/commit/9e7a93afba13470464700673dec6a3f9750cfd34.patch [following] --2018-11-28 06:15:14-- https://github.com/sugarlabs/sugar/commit/9e7a93afba13470464700673dec6a3f9750cfd34.patch Reusing existing connection to github.com:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] Saving to: ‘9e7a93afba13470464700673dec6a3f9750cfd34.patch’ 9e7a93afba13470464700673dec6a3f9750cfd34.pat [ <=> ] 2.39K --.-KB/s in 0s 2018-11-28 06:15:15 (6.47 MB/s) - ‘9e7a93afba13470464700673dec6a3f9750cfd34.patch’ saved [2452] [satellit@localhost ~]$ sudo dnf install -y patch We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for satellit: Fedora - Modular Rawhide - Developmental packages for the next Fedora release 9.5 kB/s | 15 kB 00:01 Fedora - Modular Rawhide - Developmental packages for the next Fedora release 318 kB/s | 2.0 MB 00:06 Fedora - Rawhide - Developmental packages for the next Fedora release 11 kB/s | 14 kB 00:01 Fedora - Rawhide - Developmental packages for the next Fedora release 9.4 MB/s | 63 MB 00:06 Last metadata expiration check: 0:00:03 ago on Wed 28 Nov 2018 06:16:43 AM PST. Dependencies resolved. ================================================================================================================================================================================= Package Arch Version Repository Size ================================================================================================================================================================================= Installing: patch x86_64 2.7.6-8.fc30 rawhide 123 k Transaction Summary ================================================================================================================================================================================= Install 1 Package Total download size: 123 k Installed size: 279 k Downloading Packages: patch-2.7.6-8.fc30.x86_64.rpm 82 kB/s | 123 kB 00:01 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 41 kB/s | 123 kB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installed: patch-2.7.6-8.fc30.x86_64 Installing : patch-2.7.6-8.fc30.x86_64 1/1 Installed: patch-2.7.6-8.fc30.x86_64 Running scriptlet: patch-2.7.6-8.fc30.x86_64 1/1 Verifying : patch-2.7.6-8.fc30.x86_64 1/1 Installed: patch-2.7.6-8.fc30.x86_64 Complete! [satellit@localhost ~]$ sudo patch /usr/lib/python2.7/site-packages/jarabe/journal/journalactivity.py < 9e7a93afba13470464700673dec6a3f9750cfd34.patch patching file /usr/lib/python2.7/site-packages/jarabe/journal/journalactivity.py [satellit@localhost ~]$