Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fd8f8a1ca | ||
|
|
ffb12b8638 | ||
|
|
65490185da | ||
|
|
91b701decd |
4 changed files with 57 additions and 9 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -54,3 +54,6 @@
|
|||
/initscripts-10.15.tar.gz
|
||||
/initscripts-10.16.tar.gz
|
||||
/initscripts-10.17.tar.gz
|
||||
/initscripts-10.18.tar.gz
|
||||
/initscripts-10.19.tar.gz
|
||||
/initscripts-10.20.tar.gz
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@ Requires: gawk \
|
|||
|
||||
Name: initscripts
|
||||
Summary: Basic support for legacy System V init scripts
|
||||
Version: 10.17
|
||||
Release: 2%{?dist}
|
||||
Version: 10.20
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv2
|
||||
License: GPL-2.0-only
|
||||
|
||||
URL: https://github.com/fedora-sysv/initscripts
|
||||
Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
|
@ -398,8 +398,53 @@ fi
|
|||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 10.17-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
* Tue Jan 30 2024 Jan Macku <jamacku@redhat.com> - 10.20-1
|
||||
- Translated using Weblate (Georgian)
|
||||
- Add -r to while read as per shellcheck
|
||||
- Fix splitting spaces in paths from statetab files
|
||||
- build(deps): bump actions/upload-artifact from 3 to 4
|
||||
- build(deps): bump github/codeql-action from 2 to 3
|
||||
- Translated using Weblate (Georgian)
|
||||
- Translated using Weblate (Czech)
|
||||
- Translated using Weblate (Punjabi)
|
||||
- Translated using Weblate (Portuguese (Brazil))
|
||||
- build(deps): bump redhat-plumbers-in-action/differential-shellcheck
|
||||
- build(deps): bump actions/checkout from 3 to 4
|
||||
- Translated using Weblate (Hungarian)
|
||||
- Translated using Weblate (Finnish)
|
||||
- Translated using Weblate (Georgian)
|
||||
- Translated using Weblate (Chinese (Simplified) (zh_CN))
|
||||
- Translated using Weblate (English (United Kingdom))
|
||||
- Translated using Weblate (Korean)
|
||||
- Translated using Weblate (Ukrainian)
|
||||
- Translated using Weblate (Swedish)
|
||||
- Translated using Weblate (Polish)
|
||||
- Update translation files
|
||||
- Translated using Weblate (Korean)
|
||||
|
||||
* Fri May 05 2023 Jan Macku <jamacku@redhat.com> - 10.19-1
|
||||
- ci: update Packit configuration
|
||||
- spec: add missing changelog entry
|
||||
- Revert "releng: Enable Packit to handle Fedora updates"
|
||||
- Revert "releng: Convert to rpmautospec"
|
||||
- doc: update translations
|
||||
- spec: remove changelog
|
||||
|
||||
* Thu Mar 23 2023 Jan Macku <jamacku@redhat.com> - 10.18-1
|
||||
- Translated using Weblate (English (United Kingdom))
|
||||
- migrate to SPDX license
|
||||
- ci(Mergify): configuration update
|
||||
- Translated using Weblate (German)
|
||||
- Translated using Weblate (English (United Kingdom))
|
||||
- doc: update badges
|
||||
- ci(lint): Add Differential PyLint GitHub Action
|
||||
- ci(lint): Add permission `security-events: write`
|
||||
- ci: Update Differential ShellCheck to `@v4`
|
||||
- doc: fix markdown warnings and update badge
|
||||
- ci: Setup CodeQL to replace deprecated LGTM
|
||||
- releng: Enable Packit to handle Fedora updates
|
||||
- releng: Convert to rpmautospec
|
||||
- build(deps): bump redhat-plumbers-in-action/differential-shellcheck
|
||||
|
||||
* Wed Aug 24 2022 Jan Macku <jamacku@redhat.com> - 10.17-1
|
||||
- service: Exit when `/etc/init.d` is missing
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@ curl https://raw.githubusercontent.com/fedora-sysv/initscripts/master/initscript
|
|||
spectool -g initscripts.spec
|
||||
|
||||
# Make a local scratch build in mock first. If it fails, do not upload new tarball!
|
||||
srpm_file="$(basename $(fedpkg srpm | grep -i "wrote" | cut -d ':' -f 2))"
|
||||
arch="$(uname -p)"
|
||||
# srpm_file="$(basename $(fedpkg srpm | grep -i "wrote" | cut -d ':' -f 2))"
|
||||
# arch="$(uname -p)"
|
||||
|
||||
mock -r "fedora-rawhide-${arch}" "${srpm_file}" || exit 2
|
||||
# mock -r "fedora-rawhide-${arch}" "${srpm_file}" || exit 2
|
||||
|
||||
# Scratch build passed, the build should pass in Koji as well. Let's proceed:
|
||||
fedpkg new-sources "$(basename $(spectool -S -l initscripts.spec | gawk '{print $2;}'))" || exit 3
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (initscripts-10.17.tar.gz) = 6c99a7b52b5bc0ced1877a7b2a280b885778bb12e89dc0d606a5b5eda1aa87feecdea6c19803afab01953c9d352c409e59665914832f7107b6b3816d4740594c
|
||||
SHA512 (initscripts-10.20.tar.gz) = cb9028cf0589d5f22e74cf828e962012c60435fd9499426a401bcc6a7be6ec984f2624e65a32f0f43c0d39ee0c9d8409b29d0d898eb9d518598dbe91ab9de9d2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue