Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa86babaf8 | ||
|
|
4dfce60a6c | ||
|
|
c25862f66b | ||
|
|
c0805249a9 |
4 changed files with 50 additions and 9 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -53,3 +53,6 @@
|
|||
/initscripts-10.14.tar.gz
|
||||
/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
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@ Requires: gawk \
|
|||
|
||||
Name: initscripts
|
||||
Summary: Basic support for legacy System V init scripts
|
||||
Version: 10.16
|
||||
Release: 3%{?dist}
|
||||
Version: 10.19
|
||||
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,46 @@ fi
|
|||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 10.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
* 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
|
||||
- ci: Update workflows to run on main branch
|
||||
- ci: remove differential-shellcheck configs
|
||||
- doc: Use main branch in links
|
||||
- dependabot: Monthly updates
|
||||
- ci(Mergify): configuration update
|
||||
- Translated using Weblate (Georgian)
|
||||
- Translated using Weblate (Georgian)
|
||||
- ci: Update `packit.yml`
|
||||
- ci: Update Github workflows & add Dependabot
|
||||
- Translated using Weblate (Estonian)
|
||||
- Translated using Weblate (Georgian)
|
||||
- Translated using Weblate (Georgian)
|
||||
- Translated using Weblate (Czech)
|
||||
- Drop unnecessary obsoletes
|
||||
|
||||
* Wed Feb 23 2022 Adam Williamson <awilliam@redhat.com> - 10.16-2
|
||||
- Drop unnecessary obsoletes
|
||||
|
|
|
|||
|
|
@ -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.16.tar.gz) = f2760175ddd17f66b0747d340b28b6635187ff939e0c487d6d5d7b679e7495819df2e6f66b398209f37c1f61cc89884e7e8edac0b63e56b242aebbffe622615e
|
||||
SHA512 (initscripts-10.19.tar.gz) = f6b22e589d79178c395c2ab9a071d9ac24d8ed039124dd5eea0f8111ab0bb9775829e661ee1a0fee9f8bbc8ba9540aca79139700815bc6c2aa6c848045f25f41
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue