aboutsummaryrefslogtreecommitdiffstats
path: root/platform/rpm
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-08 19:57:48 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-08 19:57:48 -0400
commit5c19c4239949fe5c1ecddbdc207b0c40bcde1064 (patch)
tree667fb6d5989c7d2b610428bca778e872f8569ca8 /platform/rpm
parentMinor private-etc cleanup (diff)
downloadfirejail-5c19c4239949fe5c1ecddbdc207b0c40bcde1064.tar.gz
firejail-5c19c4239949fe5c1ecddbdc207b0c40bcde1064.tar.zst
firejail-5c19c4239949fe5c1ecddbdc207b0c40bcde1064.zip
Replace all possible HTTP links with HTTPS
Diffstat (limited to 'platform/rpm')
-rw-r--r--platform/rpm/firejail.spec2
-rwxr-xr-xplatform/rpm/old-mkrpm.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/rpm/firejail.spec b/platform/rpm/firejail.spec
index 76d19ba17..166882f62 100644
--- a/platform/rpm/firejail.spec
+++ b/platform/rpm/firejail.spec
@@ -6,7 +6,7 @@ Summary: Linux namepaces sandbox program
6License: GPLv2+ 6License: GPLv2+
7Group: Development/Tools 7Group: Development/Tools
8Source0: https://github.com/netblue30/firejail/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz 8Source0: https://github.com/netblue30/firejail/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
9URL: http://github.com/netblue30/firejail 9URL: https://github.com/netblue30/firejail
10 10
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12 12
diff --git a/platform/rpm/old-mkrpm.sh b/platform/rpm/old-mkrpm.sh
index bb321c4fe..af60bfc91 100755
--- a/platform/rpm/old-mkrpm.sh
+++ b/platform/rpm/old-mkrpm.sh
@@ -84,7 +84,7 @@ Release: 1
84License: GPL+ 84License: GPL+
85Group: Development/Tools 85Group: Development/Tools
86SOURCE0 : %{name}-%{version}.tar.gz 86SOURCE0 : %{name}-%{version}.tar.gz
87URL: http://firejail.wordpress.com 87URL: https://firejail.wordpress.com
88 88
89BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 89BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
90 90