summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--librewolf.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/librewolf.spec b/librewolf.spec
index 2d31a48..563cd8f 100644
--- a/librewolf.spec
+++ b/librewolf.spec
@@ -508,13 +508,13 @@ This package contains results of tests executed during build.
%endif
%endif
-%patch900 -p1
-%patch901 -p1
+#%%patch900 -p1
+#%%patch901 -p1
%patch902 -p1
#%%patch903 -p1
%patch904 -p1
%patch905 -p1
-%patch906 -p1
+#%%patch906 -p1
%patch907 -p1
%patch908 -p1
sed -i '/"pocket"/d' browser/components/moz.build
bgstack15