aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
Commit message (Collapse)AuthorAgeFilesLines
* 10.17HEAD10.17masterJan Macku2022-08-241-2/+19
|
* Drop unnecessary obsoletesAdam Williamson2022-02-241-6/+5
| | | | | | | | | | | | | | | | | Since initscripts requires these packages anyway, the obsoletes aren't necessary. They're only useful if you split off a new subpackage and *don't* have the main package require it, but you still want it to be installed on updates. In this case, initscripts requires both initscripts-rename-device and initscripts-service, so there's no need for them to obsolete older versions of it. The initscripts-rename-device obsoletes was somehow messing up live image creation during the openQA update test (caused the live image not to include initscripts at all). This fixes that. Signed-off-by: Adam Williamson <awilliam@redhat.com> (cherry picked from commit 4e39c08825a55107a6accf7ad7b4d82ddd30e9ec)
* 10.1610.16Jan Macku2022-02-231-1/+4
|
* spec: Move rename_device to subpackage `initscripts-rename-device`Jan Macku2022-02-231-3/+21
| | | | It allows to rename_device to be installed independently on initscripts.
* 10.1510.15Jan Macku2022-02-151-1/+9
|
* spec: network-scripts needs to depend on dbus-tools for NetworkManager detectionJan Macku2022-02-141-0/+1
| | | | | | | | | | | How to reproduce: ```sh (. /etc/sysconfig/network-scripts/network-functions; is_nm_running && echo "yes") ``` Resolves: #1832897 Co-authored-by: Till Maas <opensource@till.name>
* 10.1410.14Jan Macku2022-01-241-1/+7
|
* 10.1310.13Jan Macku2022-01-131-1/+20
|
* 10.1210.12Jan Macku2021-09-031-1/+4
|
* spec: Update relation between initscripts and initscripts-service (#386)Jan Macku2021-09-011-2/+2
| | | | Add strong relation between initscripts and initscripts-service. Also update Obsoletes of initscripts package.
* 10.1110.11Jan Macku2021-08-271-1/+4
|
* specfile: Update obsoletes to allow upgrades (#385)Jan Macku2021-08-261-1/+1
| | | Obsoletes with initscripts < 10.10 in order to allow the initscripts-service package to be installed while upgrading from initscripts < 10.10
* 10.1010.10Jan Macku2021-08-261-1/+15
|
* spec: Mark network-scripts as deprecatedNeal Gompa2021-06-031-0/+6
| | | | | | | | The network-scripts package is legacy and deprecated, so nobody should depend on this! If ifcfg-style configuration is still desired, NetworkManager can do this. Thus, mark this as deprecated to ensure people know to not depend on it. Reference: https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/
* spec: Initscripts now requires chkconfig (#374)Jan Macku2021-05-311-0/+1
| | | As a easy way to get full legacy system V support.
* spec: Move service script into subpackageJan Macku2021-05-311-4/+29
| | | | | | | | | | This changes moves service script into initscripts-service subpackage. The subpackage could be install without main package. This change allows audit not to require initscripts and require only initscripts-service instead. Requested by: msekleta@redhat.com
* 10.0910.09Jan Macku2021-02-151-1/+5
|
* 10.0810.08Jan Macku2021-02-041-1/+5
|
* spec: sync with FedoraJan Macku2021-01-221-0/+1
| | | | | Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
* 10.0710.07Jan Macku2021-01-221-1/+11
|
* 10.0610.06Jan Macku2020-11-131-1/+5
|
* makefile: Use rpmdev-bumpspec's legacy date optionJan Macku2020-11-061-1/+1
| | | Start using legacy date-stamp to remain consistent changelog
* 10.0510.05Jan Macku2020-11-061-1/+13
|
* Add info into specfile about readonly-root deprecationJan Macku2020-11-051-0/+3
|
* 10.0410.04Jan Macku2020-07-141-1/+9
|
* Fix spelling of SELinuxAllan Nordhøy2020-07-141-1/+1
|
* 10.0310.03Jan Macku2020-03-241-1/+23
|
* Initscripts no longer care about rc.localJan Macku2019-10-151-2/+0
|
* 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