Page MenuHomeSolus

D4016.diff
No OneTemporary

D4016.diff

diff --git a/files/0001-Disable-update-checking.patch b/files/0001-Disable-update-checking.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-Disable-update-checking.patch
@@ -0,0 +1,25 @@
+From ce47d48c273bd362956c9c7869b554ae9d0f11d7 Mon Sep 17 00:00:00 2001
+From: Philipp Trulson <philipp@trulson.de>
+Date: Fri, 12 Oct 2018 10:09:19 +0200
+Subject: [PATCH] Disable update checking
+
+---
+ lib/gui/app/models/settings.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/gui/app/models/settings.js b/lib/gui/app/models/settings.js
+index 371922b2..d0f7f099 100644
+--- a/lib/gui/app/models/settings.js
++++ b/lib/gui/app/models/settings.js
+@@ -38,7 +38,7 @@ const DEFAULT_SETTINGS = {
+ errorReporting: true,
+ unmountOnSuccess: true,
+ validateWriteOnSuccess: true,
+- updatesEnabled: packageJSON.updates.enabled && !_.includes([ 'rpm', 'deb' ], packageJSON.packageType),
++ updatesEnabled: packageJSON.updates.disabled && !_.includes([ 'rpm', 'deb' ], packageJSON.packageType),
+ includeUnstableUpdateChannel: !release.isStableRelease(packageJSON.version),
+ lastSleptUpdateNotifier: null,
+ lastSleptUpdateNotifierVersion: null,
+--
+2.19.0
+
diff --git a/files/etcher-disable-update-checking.patch b/files/etcher-disable-update-checking.patch
deleted file mode 100644
--- a/files/etcher-disable-update-checking.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a31744738bf488419849889fd596de3480f4365e Mon Sep 17 00:00:00 2001
-From: solbuild user <build@z77-ud3h.lan>
-Date: Mon, 16 Apr 2018 16:03:12 +0000
-Subject: [PATCH 1/1] etcher: disable update checking
-
----
- lib/shared/store.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/shared/store.js b/lib/shared/store.js
-index f044d25..451af2e 100644
---- a/lib/shared/store.js
-+++ b/lib/shared/store.js
-@@ -101,7 +101,7 @@ const DEFAULT_STATE = Immutable.fromJS({
- errorReporting: true,
- unmountOnSuccess: true,
- validateWriteOnSuccess: true,
-- updatesEnabled: packageJSON.updates.enabled && !_.includes([ 'rpm', 'deb' ], packageJSON.packageType),
-+ updatesEnabled: packageJSON.updates.disabled && !_.includes([ 'rpm', 'deb' ], packageJSON.packageType),
- includeUnstableUpdateChannel: !release.isStableRelease(packageJSON.version),
- lastSleptUpdateNotifier: null,
- lastSleptUpdateNotifierVersion: null
---
-2.16.3
-
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : etcher
-version : 1.4.4
-release : 7
+version : 1.4.5
+release : 8
source :
- - git|https://github.com/resin-io/etcher.git : v1.4.4
+ - git|https://github.com/resin-io/etcher.git : v1.4.5
license : Apache-2.0
component : system.utils
summary : Flash OS images to SD cards & USB drives, safely and easily
@@ -19,7 +19,7 @@
- jq
- nodejs
setup : |
- %patch -p1 < $pkgfiles/etcher-disable-update-checking.patch
+ %patch -p1 < $pkgfiles/0001-Disable-update-checking.patch
npm config set unsafe-perm=true
%make electron-develop
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>etcher</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>system.utils</PartOf>
@@ -95,12 +95,12 @@
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2018-08-04</Date>
- <Version>1.4.4</Version>
+ <Update release="8">
+ <Date>2018-10-12</Date>
+ <Version>1.4.5</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 19, 3:49 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5853420
Default Alt Text
D4016.diff (4 KB)

Event Timeline