Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
3 changed files with 8 additions and 40 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -62,4 +62,3 @@
|
|||
/initscripts-10.24.tar.gz
|
||||
/initscripts-10.25.tar.gz
|
||||
/initscripts-10.26.tar.gz
|
||||
/initscripts-10.27.tar.gz
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Requires: gawk \
|
|||
|
||||
Name: initscripts
|
||||
Summary: Basic support for legacy System V init scripts
|
||||
Version: 10.27
|
||||
Version: 10.26
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPL-2.0-only
|
||||
|
|
@ -260,7 +260,6 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|||
# =============================================================================
|
||||
|
||||
%files -n initscripts-rename-device
|
||||
%license COPYING
|
||||
|
||||
%{_prefix}/lib/udev/rename_device
|
||||
|
||||
|
|
@ -269,7 +268,6 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|||
# ---------------
|
||||
|
||||
%files -n initscripts-service
|
||||
%license COPYING
|
||||
|
||||
%dir %{_libexecdir}/%{name}
|
||||
%dir %{_libexecdir}/%{name}/legacy-actions
|
||||
|
|
@ -281,7 +279,6 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|||
# ---------------
|
||||
|
||||
%files -n netconsole-service
|
||||
%license COPYING
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/netconsole
|
||||
|
||||
%{_libexecdir}/netconsole
|
||||
|
|
@ -290,8 +287,6 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|||
# ---------------
|
||||
|
||||
%files -n readonly-root
|
||||
%license COPYING
|
||||
|
||||
%dir %{_sharedstatedir}/stateless
|
||||
%dir %{_sharedstatedir}/stateless/state
|
||||
%dir %{_sharedstatedir}/stateless/writable
|
||||
|
|
@ -306,38 +301,6 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Thu Dec 11 2025 Jan Macku <jamacku@redhat.com> - 10.27-1
|
||||
- spec: add missing license files
|
||||
- build(deps): bump actions/checkout from 5 to 6
|
||||
- build(deps): bump actions/upload-artifact from 4 to 5
|
||||
- build(deps): bump github/codeql-action from 3 to 4
|
||||
- ci: fix issues with missing base commit
|
||||
- Translated using Weblate (Georgian)
|
||||
- Translated using Weblate (Indonesian)
|
||||
- Translated using Weblate (English (United Kingdom))
|
||||
- Translated using Weblate (Korean)
|
||||
- Translated using Weblate (Turkish)
|
||||
- man: add ifdown.8
|
||||
- build(deps): bump actions/checkout from 4 to 5
|
||||
- Translated using Weblate (Spanish)
|
||||
- Translated using Weblate (Georgian)
|
||||
- Translated using Weblate (Korean)
|
||||
- Translated using Weblate (Portuguese (Brazil))
|
||||
- Translated using Weblate (Polish)
|
||||
- Translated using Weblate (Greek)
|
||||
- Translated using Weblate (Greek)
|
||||
- Translated using Weblate (Spanish)
|
||||
- Translated using Weblate (Georgian)
|
||||
- Translated using Weblate (Greek)
|
||||
- Translated using Weblate (Italian)
|
||||
- Translated using Weblate (Chinese (Traditional) (zh_TW))
|
||||
- Translated using Weblate (Spanish)
|
||||
- Translated using Weblate (Finnish)
|
||||
- retry arping one more time in ifup-eth when sendto failed
|
||||
- Translated using Weblate (French)
|
||||
- ci: add dependency glib-2.0
|
||||
- network-functions: Fix a bug in is_nm_handling()
|
||||
|
||||
* Tue Aug 27 2024 Jan Macku <jamacku@redhat.com> - 10.26-1
|
||||
- Translated using Weblate (Turkish)
|
||||
- netconsole: var/lock -> run/lock
|
||||
|
|
@ -346,6 +309,12 @@ mv -v %{buildroot}/usr/sbin/* %{buildroot}%{_bindir}/
|
|||
- netconsole: remove trailing whitespaces
|
||||
- Translated using Weblate (Turkish)
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.25-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Jul 09 2024 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 10.25-2
|
||||
- Rebuilt for the bin-sbin merge
|
||||
|
||||
* Tue Jun 25 2024 Jan Macku <jamacku@redhat.com> - 10.25-1
|
||||
- Revert "fix: return support for network-scripts for Fedora 40"
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (initscripts-10.27.tar.gz) = 951f88158eaf7409f7d65c9875c9ba2611e6a805c17112ddbb34167a1638d87d2433c3962d20e66564669f3424dd7be1265cbe03a1a7d6b1c5413ed43d80148d
|
||||
SHA512 (initscripts-10.26.tar.gz) = 37d5889160c18809c9b268240f1ee3cf551aa143d20300376e7d8238413f5b9de593a40bcf8c2786970e3b6876febb4df6b2f28760c39ab58709f93a3b6b5184
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue