aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
Commit message (Collapse)AuthorAgeFilesLines
* sysctl.conf.s390 droppedDavid Kaspar [Dee'Kej]2017-10-121-1/+0
| | | | This is a follow up to 13d638c0a7df4a998429163b9a0189dcffa2393a.
* 9.779.77David Kaspar [Dee'Kej]2017-08-151-1/+5
|
* specfile: Fix failing build for s390* architectureDavid Kaspar [Dee'Kej]2017-08-151-0/+1
| | | | Error caused by commit 13d638c0a7df4a.
* 9.769.76David Kaspar [Dee'Kej]2017-08-071-1/+5
|
* Revert "Makefile: replace /var/run with /run"Lukas Nykryn2017-08-071-1/+1
| | | | | | | | | | | When we are creating rpm, we install initscripts to chroot, so the ROOT variable is set. And since we need that directory in the package [1], we would have to create it in spec file anyway. [1] https://fedoraproject.org/wiki/Packaging:Tmpfiles.d This reverts commit b119d37d1929a09e25bf288d0273aaaf8c7de86e.
* 9.75-19.75David Kaspar [Dee'Kej]2017-08-071-1/+8
|
* 9.74-19.74David Kaspar [Dee'Kej]2017-08-041-1/+4
|
* 9.73-1David Kaspar [Dee'Kej]2017-08-031-1/+9
|
* Drop sysctl.d/00-system.confZbigniew Jędrzejewski-Szmek2017-07-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This file now only contains lines to disable netfilter on bridges. In kernel 3.18 this filtering functionality was made non-default by moving it to br_netfilter [https://bugzilla.redhat.com/show_bug.cgi?id=512206]. Aybody who actually wants to use br_netfilter has to load it explicitly anyway, so disabling it through sysctl isn't necessary anymore. The reason for removal is that by default (i.e. when br_netfilter is not loaded), we get a warning on every boot: systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory This is confusing for users and inelegant. The downside of removing this file is for people who load br_netfilter for some reason *and* do no want to use it, will have to take an additional step now (either restore the sysctl settings or remove br_netfilter from /etc/modules-load.d or wherever). I expect the number of people affected to be very small. (Note that the file was overwritten on sparc and s390, so those architectures see no change.)
* 9.72-19.72David Kaspar [Dee'Kej]2017-05-251-1/+6
|
* 9.71-19.71David Kaspar [Dee'Kej]2017-05-251-1/+16
|
* specfile: mark 'rwtab' and 'statetab' as config filesDavid Kaspar [Dee'Kej]2017-03-281-2/+2
|
* 9.70-19.70Lukas Nykryn2017-02-271-4/+6
| | | | Move everything to github
* 9.69-1initscripts-9.69-1David Kaspar [Dee'Kej]2016-08-301-1/+4
|
* 9.68-1initscripts-9.68-1David Kaspar [Dee'Kej]2016-08-091-1/+5
|
* 9.67-1initscripts-9.67-1Lukas Nykryn2016-07-191-1/+13
|
* 9.66-1initscripts-9.66-1Lukas Nykryn2016-04-251-1/+10
|
* 9.65-1initscripts-9.65-1Lukas Nykryn2015-12-071-1/+11
|
* 9.64-1initscripts-9.64-1Lukas Nykryn2015-08-061-1/+8
|
* 9.63-1initscripts-9.63-1Lukas Nykryn2015-05-181-1/+11
|
* remove ipcalc, it has its own package nowLukas Nykryn2015-05-181-1/+1
| | | | | new upstream: https://github.com/nmav/ipcalc
* 9.62-1initscripts-9.62-1Lukas Nykryn2015-04-091-1/+9
|
* 9.61-1initscripts-9.61-1Lukas Nykryn2015-01-261-5/+13
|
* specfile cleanupLukas Nykryn2015-01-261-96/+86
|
* 9.60-1initscripts-9.60-1Lukas Nykryn2014-12-161-1/+7
|
* 9.59-1initscripts-9.59-1Lukas Nykryn2014-11-121-1/+4
|
* add conflicts to older systemdLukas Nykryn2014-11-061-1/+1
|
* 9.58-1initscripts-9.58-1Lukas Nykryn2014-11-061-1/+5
|
* remove /etc/inittab, /etc/crypttab, utmp, wtmp, btmpLukas Nykryn2014-10-081-26/+9
|
* 9.56-1initscripts-9.56-1Lukas Nykryn2014-10-071-1/+27
|
* add example ifcfg filesLukas Nykryn2014-09-161-0/+1
|
* 9.55-1initscripts-9.55-1Lukas Nykryn2014-07-221-1/+11
|
* fix license handlingTom Callaway2014-07-221-1/+3
|
* don't require /sbin/sysctlLukas Nykryn2014-05-211-1/+0
|
* 9.54-1initscripts-9.54-1Lukas Nykryn2014-04-241-2/+12
|
* move ppp support to ppp packageLukas Nykryn2014-04-241-13/+2
|
* 9.53-1initscripts-9.53-1Lukas Nykryn2014-03-261-1/+16
|
* update ifup/ifdown NetworkManager interaction (#1036701, #1061810)Lukas Nykryn2014-02-131-1/+1
|
* remove ifup-ipx from specLukas Nykryn2014-01-151-1/+0
|
* remove dependency on sysvinit-toolsLukas Nykryn2014-01-141-1/+0
|
* 9.52-1initscripts-9.52-1Lukas Nykryn2014-01-141-1/+5
|
* 9.51-1initscripts-9.51-1Lukas Nykryn2014-01-141-1/+12
|
* update functions who call nmcli (#1002958)Lukas Nykryn2014-01-141-0/+1
|
* 9.50-1initscripts-9.50-1Lukas Nykryn2013-09-031-1/+10
|
* symlink /etc/sysctl.conf -> /etc/sysctl.d/Lukas Nykryn2013-08-161-0/+1
|
* 9.48-1initscripts-9.48-1Lukas Nykryn2013-07-121-1/+11
|
* 9.47-1initscripts-9.47-1Lukas Nykryn2013-05-311-1/+12
|
* 9.46-1initscripts-9.46-1Lukas Nykryn2013-04-121-2/+16
|
* provide /sbin/serviceLukas Nykryn2013-03-151-1/+5
|
* 9.45-1initscripts-9.45-1Lukas Nykryn2013-03-151-1/+13
|