aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing python3 during build phaseJan Macku2019-08-121-1/+1
|
* 10.0210.02Jan Macku2019-06-281-1/+11
|
* Create symlink (/etc/init.d) to /etc/rc.d/init.dJan Macku2019-06-061-0/+2
| | | | Resolve problem when wasn't installed chkconfig package. BZ #1716386
* 10.0110.01David Kaspar [Dee'Kej]2018-08-061-1/+7
|
* ifup-eth: use 'bc' instead of 'expr' when computing $forward_delayDavid Kaspar [Dee'Kej]2018-08-031-0/+1
| | | | | | | | | | | | | | | | Because the return value of 'convert2sec()' function can sometimes be decimal, the follow up 'expr' call can fail, since 'expr' does not support floating point calculations. This can sometimes lead to error: """ expr: non-integer argument /etc/sysconfig/network-scripts/ifup-eth: line 91: [: 0: unary operator expected """ To solve this bug, we switch to 'bc' utility, which supports floating point computations. We also have to change the comparison condition of $LINKDELAY and $forward_delay to use 'bc' as well.
* 10.0010.00David Kaspar [Dee'Kej]2018-06-211-1/+5
|
* Move the /etc/rwtab.d & /etc/statetab.d folders to 'filesystem'David Kaspar [Dee'Kej]2018-06-211-2/+0
| | | | | | This will allow services to install drop-in files into these folders for the 'readonly-root' service, but that service won't have to be installed by default as a result...
* specfile: fix failing build because of incorrect use of %{_isa}David Kaspar [Dee'Kej]2018-06-151-2/+2
|
* 9.839.83David Kaspar [Dee'Kej]2018-06-141-1/+30
|
* specfile: netconsole service moved to /usr/libexecDavid Kaspar [Dee'Kej]2018-06-141-5/+8
|
* specfile: services from /usr/lib/systemd moved to /usr/libexecDavid Kaspar [Dee'Kej]2018-06-141-3/+4
|
* specfile: summary & description updatedDavid Kaspar [Dee'Kej]2018-06-141-3/+3
|
* specfile: no longer needed conflicts droppedDavid Kaspar [Dee'Kej]2018-06-141-8/+0
|
* specfile: requirements cleanupDavid Kaspar [Dee'Kej]2018-06-141-21/+16
|
* specfile: obsoletes on previous version of initscripts package addedDavid Kaspar [Dee'Kej]2018-06-141-0/+8
| | | | | | | | This makes sure all the subpackages stay installed during the upgrade for Fedora users. After that users will be able to manually remove the packages if needed... Fresh installations will have only initscripts installed.
* specfile: network-scripts subpackage createdDavid Kaspar [Dee'Kej]2018-06-141-28/+78
|
* specfile: readonly-root subpackage createdDavid Kaspar [Dee'Kej]2018-06-141-15/+55
|
* specfile: netconsole-service subpackage createdDavid Kaspar [Dee'Kej]2018-06-141-4/+38
|
* 9.829.82David Kaspar [Dee'Kej]2018-06-041-1/+5
|
* specfile: trailing file of netreport removedDavid Kaspar [Dee'Kej]2018-06-041-1/+0
| | | | This was causing RPM build to fail, since it couldn't find the file.
* 9.819.81David Kaspar [Dee'Kej]2018-06-011-1/+31
|
* nis-domainname.service removedDavid Kaspar [Dee'Kej]2018-06-011-4/+3
| | | | | It has been moved into the hostname package: https://src.fedoraproject.org/rpms/hostname/pull-request/1
* fedora-* services renamed to more general namesDavid Kaspar [Dee'Kej]2018-06-011-4/+7
| | | | | | | This removes the OS flavour embedded into the initscripts. See also: https://bugzilla.redhat.com/show_bug.cgi?id=1584645 Resolves: #161
* specfile: missing fedora-domainname.service returned in systemd macrosDavid Kaspar [Dee'Kej]2018-06-011-3/+3
| | | | | | During previous cleanup, where we removed the symlinks to fedora-* services, we forgot to add the fedora-domainname.service into the systemd macros.
* network-scripts: control 'network' service with alternatives as wellDavid Kaspar [Dee'Kej]2018-06-011-1/+2
|
* netreport functionality droppedDavid Kaspar [Dee'Kej]2018-05-301-5/+0
| | | | This concept is quite outdated, and not sane to use at all.
* networks moved into 'setup' packageDavid Kaspar [Dee'Kej]2018-05-301-1/+0
|
* lang.{sh,csh} moved into setup packageDavid Kaspar [Dee'Kej]2018-05-301-1/+0
| | | | | Other references to these files were removed, as well as irrelevant info in sysconfig.txt, and some dead code in init.d/functions file.
* src/sushell moved into 'policycoreutils' packageDavid Kaspar [Dee'Kej]2018-05-301-1/+0
| | | | | | It has been agreed that maintainers of 'policycoreutils' will either accept the pull-request, or they will close it if the sushell is no longer needed...
* sys-unconfig removedDavid Kaspar [Dee'Kej]2018-05-301-1/+0
| | | | | This script has been obsoleted by other concepts in Fedora, and using it can be quite dangerous nowadays...
* network-scripts: ifup & ifdown -- use alternatives systemDavid Kaspar [Dee'Kej]2018-05-301-2/+17
| | | | | | | | | | | | | | | | | This installs the real scripts into /etc/sysconfig/network-scripts while leaving the management of the launchers in /usr/sbin to the alternatives system. This allows coexistence with alternative implementations of ifup and ifdown, notably NetworkManager. A priority of 90 is chosen rather arbitrarily, NetworkManager will use a lower one (50) so that our implementation takes precedence over NetworkManaager in case both are installed. In an unlikely event the user will want to switch to NetworkManager implementations when both are installed they can override the default with: $ update-alternatives --config ifup
* adjtime moved into 'util-linux' packageDavid Kaspar [Dee'Kej]2018-05-301-7/+6
| | | | | The line /etc/adjtime has been kept in rwtab, to not break the readonly-root...
* specfile: simplified & updated to new repository layoutDavid Kaspar [Dee'Kej]2018-05-301-114/+180
| | | | | The specfile should follow the Fedora Packaging Guidelines now: https://fedoraproject.org/wiki/Packaging:Guidelines
* 9.809.80David Kaspar [Dee'Kej]2018-05-251-1/+15
|
* specfile: remove the systemctl call in the %postun phaseDavid Kaspar [Dee'Kej]2018-05-171-7/+0
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1512688
* spec: add gcc to BuildRequiresLukas Nykryn2018-02-191-1/+1
| | | | https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire
* 9.799.79David Kaspar [Dee'Kej]2018-01-021-1/+6
|
* 9.789.78David Kaspar [Dee'Kej]2017-11-081-1/+16
|
* specfile: drop dependancy on /etc/system-releaseDavid Kaspar [Dee'Kej]2017-11-071-2/+0
| | | | | | | This will allow users to unistall 'system-release' or 'fedora-release' package, thus allowing de-branding of Fedora if needed. For more info: https://bugzilla.redhat.com/show_bug.cgi?id=1493479
* Spelling fixesVille Skyttä2017-10-301-5/+5
|
* systemd/system: symlinks for fedora-* services removedDavid Kaspar [Dee'Kej]2017-10-191-5/+12
| | | | | The symlinks are no longer needed. Enablement of default services is now managed by 'fedora-release' package.
* 'debugmode' subpackage dropped completelyDavid Kaspar [Dee'Kej]2017-10-161-17/+0
| | | | | | | | | | | Using this package was very dangerous, and could lead to instability of system, or even being unable to bootup at all, and value of this functionality was at least questionable, and was not documented. We decided to drop functionality completely, to make sure users do not install it accidentally (e.g. by using globbing with 'dnf install'). Resolves: #69
* sysconfig/init* files droppedDavid Kaspar [Dee'Kej]2017-10-161-4/+0
| | | | | Users can still create the /etc/sysconfig/init file manually to override the default values, which are now taken from init.d/functions.
* 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
|