aboutsummaryrefslogtreecommitdiffstats
path: root/platform/rpm
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-05 07:52:41 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-05 07:52:41 -0500
commit8fd8fe3035f6ee353430032d0079420d4bfeaf2f (patch)
tree9521b25f6ec9e31015805b4ee6e3f414e2680650 /platform/rpm
parent0.9.38 testing (diff)
downloadfirejail-8fd8fe3035f6ee353430032d0079420d4bfeaf2f.tar.gz
firejail-8fd8fe3035f6ee353430032d0079420d4bfeaf2f.tar.zst
firejail-8fd8fe3035f6ee353430032d0079420d4bfeaf2f.zip
0.9.38 released0.9.38
Diffstat (limited to 'platform/rpm')
-rwxr-xr-xplatform/rpm/old-mkrpm.sh39
1 files changed, 36 insertions, 3 deletions
diff --git a/platform/rpm/old-mkrpm.sh b/platform/rpm/old-mkrpm.sh
index 5775783af..99f7a536c 100755
--- a/platform/rpm/old-mkrpm.sh
+++ b/platform/rpm/old-mkrpm.sh
@@ -1,5 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2VERSION="0.9.36" 2VERSION="0.9.38"
3rm -fr ~/rpmbuild 3rm -fr ~/rpmbuild
4rm -f firejail-$VERSION-1.x86_64.rpm 4rm -f firejail-$VERSION-1.x86_64.rpm
5 5
@@ -83,7 +83,6 @@ install -m 644 /etc/firejail/google-chrome-beta.profile firejail-$VERSION/etc/fi
83install -m 644 /etc/firejail/google-chrome-stable.profile firejail-$VERSION/etc/firejail/google-chrome-stable.profile 83install -m 644 /etc/firejail/google-chrome-stable.profile firejail-$VERSION/etc/firejail/google-chrome-stable.profile
84install -m 644 /etc/firejail/google-chrome-unstable.profile firejail-$VERSION/etc/firejail/google-chrome-unstable.profile 84install -m 644 /etc/firejail/google-chrome-unstable.profile firejail-$VERSION/etc/firejail/google-chrome-unstable.profile
85install -m 644 /etc/firejail/hexchat.profile firejail-$VERSION/etc/firejail/hexchat.profile 85install -m 644 /etc/firejail/hexchat.profile firejail-$VERSION/etc/firejail/hexchat.profile
86install -m 644 /etc/firejail/konqueror.profile firejail-$VERSION/etc/firejail/konqueror.profile
87install -m 644 /etc/firejail/nolocal.net firejail-$VERSION/etc/firejail/nolocal.net 86install -m 644 /etc/firejail/nolocal.net firejail-$VERSION/etc/firejail/nolocal.net
88install -m 644 /etc/firejail/opera-beta.profile firejail-$VERSION/etc/firejail/opera-beta.profile 87install -m 644 /etc/firejail/opera-beta.profile firejail-$VERSION/etc/firejail/opera-beta.profile
89install -m 644 /etc/firejail/parole.profile firejail-$VERSION/etc/firejail/parole.profile 88install -m 644 /etc/firejail/parole.profile firejail-$VERSION/etc/firejail/parole.profile
@@ -94,6 +93,16 @@ install -m 644 /etc/firejail/weechat-curses.profile firejail-$VERSION/etc/fireja
94install -m 644 /etc/firejail/weechat.profile firejail-$VERSION/etc/firejail/weechat.profile 93install -m 644 /etc/firejail/weechat.profile firejail-$VERSION/etc/firejail/weechat.profile
95install -m 644 /etc/firejail/whitelist-common.inc firejail-$VERSION/etc/firejail/whitelist-common.inc 94install -m 644 /etc/firejail/whitelist-common.inc firejail-$VERSION/etc/firejail/whitelist-common.inc
96 95
96install -m 644 /etc/firejail/kmail.profile firejail-$VERSION/etc/firejail/kmail.profile
97install -m 644 /etc/firejail/seamonkey.profile firejail-$VERSION/etc/firejail/seamonkey.profile
98install -m 644 /etc/firejail/seamonkey-bin.profile firejail-$VERSION/etc/firejail/seamonkey-bin.profile
99install -m 644 /etc/firejail/telegram.profile firejail-$VERSION/etc/firejail/telegram.profile
100install -m 644 /etc/firejail/mathematica.profile firejail-$VERSION/etc/firejail/mathematica.profile
101install -m 644 /etc/firejail/Mathematica.profile firejail-$VERSION/etc/firejail/Mathematica.profile
102install -m 644 /etc/firejail/uget-gtk.profile firejail-$VERSION/etc/firejail/uget-gtk.profile
103install -m 644 /etc/firejail/mupen64plus.profile firejail-$VERSION/etc/firejail/mupen64plus.profile
104
105
97mkdir -p firejail-$VERSION/usr/share/bash-completion/completions 106mkdir -p firejail-$VERSION/usr/share/bash-completion/completions
98install -m 644 /usr/share/bash-completion/completions/firejail firejail-$VERSION/usr/share/bash-completion/completions/. 107install -m 644 /usr/share/bash-completion/completions/firejail firejail-$VERSION/usr/share/bash-completion/completions/.
99install -m 644 /usr/share/bash-completion/completions/firemon firejail-$VERSION/usr/share/bash-completion/completions/. 108install -m 644 /usr/share/bash-completion/completions/firemon firejail-$VERSION/usr/share/bash-completion/completions/.
@@ -189,7 +198,6 @@ rm -rf %{buildroot}
189%config(noreplace) %{_sysconfdir}/%{name}/google-chrome-stable.profile 198%config(noreplace) %{_sysconfdir}/%{name}/google-chrome-stable.profile
190%config(noreplace) %{_sysconfdir}/%{name}/google-chrome-unstable.profile 199%config(noreplace) %{_sysconfdir}/%{name}/google-chrome-unstable.profile
191%config(noreplace) %{_sysconfdir}/%{name}/hexchat.profile 200%config(noreplace) %{_sysconfdir}/%{name}/hexchat.profile
192%config(noreplace) %{_sysconfdir}/%{name}/konqueror.profile
193%config(noreplace) %{_sysconfdir}/%{name}/nolocal.net 201%config(noreplace) %{_sysconfdir}/%{name}/nolocal.net
194%config(noreplace) %{_sysconfdir}/%{name}/opera-beta.profile 202%config(noreplace) %{_sysconfdir}/%{name}/opera-beta.profile
195%config(noreplace) %{_sysconfdir}/%{name}/parole.profile 203%config(noreplace) %{_sysconfdir}/%{name}/parole.profile
@@ -199,6 +207,14 @@ rm -rf %{buildroot}
199%config(noreplace) %{_sysconfdir}/%{name}/weechat-curses.profile 207%config(noreplace) %{_sysconfdir}/%{name}/weechat-curses.profile
200%config(noreplace) %{_sysconfdir}/%{name}/weechat.profile 208%config(noreplace) %{_sysconfdir}/%{name}/weechat.profile
201%config(noreplace) %{_sysconfdir}/%{name}/whitelist-common.inc 209%config(noreplace) %{_sysconfdir}/%{name}/whitelist-common.inc
210%config(noreplace) %{_sysconfdir}/%{name}/kmail.profile
211%config(noreplace) %{_sysconfdir}/%{name}/seamonkey.profile
212%config(noreplace) %{_sysconfdir}/%{name}/seamonkey-bin.profile
213%config(noreplace) %{_sysconfdir}/%{name}/telegram.profile
214%config(noreplace) %{_sysconfdir}/%{name}/mathematica.profile
215%config(noreplace) %{_sysconfdir}/%{name}/Mathematica.profile
216%config(noreplace) %{_sysconfdir}/%{name}/uget-gtk.profile
217%config(noreplace) %{_sysconfdir}/%{name}/mupen64plus.profile
202 218
203/usr/bin/firejail 219/usr/bin/firejail
204/usr/bin/firemon 220/usr/bin/firemon
@@ -220,6 +236,23 @@ rm -rf %{buildroot}
220chmod u+s /usr/bin/firejail 236chmod u+s /usr/bin/firejail
221 237
222%changelog 238%changelog
239* Wed Feb 3 2016 netblue30 <netblue30@yahoo.com> 0.9.38-1
240 - IPv6 support (--ip6 and --netfilter6)
241 - --join command enhancement (--join-network, --join-filesystem)
242 - added --user command
243 - added --disable-network and --disable-userns compile time flags
244 - Centos 6 support
245 - symlink invocation
246 - added KMail, Seamonkey, Telegram, Mathematica, uGet,
247 and mupen64plus profiles
248 - --chroot in user mode allowed only if seccomp support is available
249 in current Linux kernel
250 - deprecated --private-home feature
251 - the first protocol list installed takes precedence
252 - --tmpfs option allowed only running as root
253 - added --private-tmp option
254 - bugfixes
255
223* Thu Dec 24 2015 netblue30 <netblue30@yahoo.com> 0.9.36-1 256* Thu Dec 24 2015 netblue30 <netblue30@yahoo.com> 0.9.36-1
224 - added unbound, dnscrypt-proxy, BitlBee, HexChat profiles 257 - added unbound, dnscrypt-proxy, BitlBee, HexChat profiles
225 - added WeeChat, parole and rtorrent profiles 258 - added WeeChat, parole and rtorrent profiles