Compare commits

...
Sign in to create a new pull request.

12 commits

Author SHA1 Message Date
Fedora Release Engineering
c2207129f8 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-16 09:26:08 +00:00
Python Maint
8d017ebebf Rebuilt for Python 3.15 2026-06-03 17:37:34 +02:00
Fedora Release Engineering
711fb83691 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 21:59:28 +00:00
Python Maint
1b620b3057 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:32:25 +02:00
Python Maint
ba5669e6bb Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 13:01:38 +02:00
Fedora Release Engineering
d7a4e52d44 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 22:42:08 +00:00
Python Maint
1919cfa28f Rebuilt for Python 3.14 2025-06-02 19:58:21 +02:00
Marc Dequènes (Duck)
9afdaf3792
Forgot to bump the release number 2025-03-27 19:55:33 +09:00
Marc Dequènes (Duck)
d181f7d80d
fix typo in macro 2025-03-27 02:32:42 +09:00
Marc Dequènes (Duck)
0bc3816dba
Forgot to create the bin directory 2025-03-27 02:07:35 +09:00
Marc Dequènes (Duck)
64d31b7361
Work around hardcoded binary install path for bin+sbin merge. 2025-03-26 18:42:35 +09:00
Fedora Release Engineering
0a563ec132 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 19:50:56 +00:00

View file

@ -1,6 +1,6 @@
Name: needrestart
Version: 3.8
Release: 1%{?dist}
Release: 10%{?dist}
Summary: Restart daemons after library updates
License: GPL-2.0-or-later
@ -62,6 +62,10 @@ cp man/needrestart.1 %{buildroot}/%{_mandir}/man1/
%find_lang needrestart-notify
# useless files
rm -rf %{buildroot}/%{perl_archlib}
# binary install path is hardcoded in the Makefile
# (see https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin)
mkdir -p %{buildroot}/usr/bin
mv %{buildroot}/usr/sbin/%{name} %{buildroot}/usr/bin/%{name}
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1489569
cp %{SOURCE1} %{buildroot}/%{_datadir}/%{name}/needrestart.templates
# workaround for https://github.com/liske/needrestart/issues/75
@ -95,7 +99,7 @@ echo "IUCODE_TOOL_EXTRA_OPTIONS=--ignore-broken" >%{buildroot}/%{_sysconfdir}/de
%doc README.md README.batch.md README.Cont.md README.Interp.md README.nagios.md README.uCode.md NEWS ChangeLog
%config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/default/intel-microcode
%{_sbindir}/%{name}
%{_bindir}/%{name}
%{perl_vendorlib}/*
# %%{_libdir} resolves to /usr/lib64 on 64-bits systems, but the software does not handle this
/usr/lib/%{name}
@ -112,6 +116,32 @@ echo "IUCODE_TOOL_EXTRA_OPTIONS=--ignore-broken" >%{buildroot}/%{_sysconfdir}/de
%changelog
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 3.8-9
- Rebuilt for Python 3.15
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 3.8-7
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 3.8-6
- Rebuilt for Python 3.14.0rc2 bytecode
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 3.8-4
- Rebuilt for Python 3.14
* Wed Mar 26 2025 Marc Dequènes (Duck) <duck@redhat.com> - 3.8-3
- Work around hardcoded binary install path for bin+sbin merge.
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sun Nov 24 2024 Steve Cossette <farchord@gmail.com> - 3.8-1
- Update to 3.8 to fix several CVEs:
- CVE-2024-48991: Prevent race condition on /proc/$PID/exec evaluation