|
@@ -52,7 +52,7 @@ Summary(ja): RPM パッケージ管理システム
|
|
Name: rpm
|
|
Name: rpm
|
|
Version: 4.16.1.3
|
|
Version: 4.16.1.3
|
|
%define rpm_version %{version}
|
|
%define rpm_version %{version}
|
|
-Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
+Release: 2%{_dist_release}%{?with_systemd:.systemd}
|
|
Group: admin-tools
|
|
Group: admin-tools
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -95,6 +95,9 @@ Patch914: 0004-NFC-debugedit-Move-code-to-separate-functions.patch
|
|
Patch915: 0005-debugedit-Implement-DWARF-5-unit-header-and-new-form.patch
|
|
Patch915: 0005-debugedit-Implement-DWARF-5-unit-header-and-new-form.patch
|
|
Patch916: 0006-debugedit-Handle-DWARF-5-debug_line-and-debug_line_s.patch
|
|
Patch916: 0006-debugedit-Handle-DWARF-5-debug_line-and-debug_line_s.patch
|
|
|
|
|
|
|
|
+# Downstream-only patches
|
|
|
|
+Patch1000: rpm-4.16.1.3-hashtab-use-after-free-fix.patch
|
|
|
|
+
|
|
# Patches for Vine Linux
|
|
# Patches for Vine Linux
|
|
Patch10000: 0001-rpm-4.12.0.1-vine.patch.patch
|
|
Patch10000: 0001-rpm-4.12.0.1-vine.patch.patch
|
|
Patch10001: 0002-rpm-4.9.1.2-shortcircuit.patch.patch
|
|
Patch10001: 0002-rpm-4.9.1.2-shortcircuit.patch.patch
|
|
@@ -479,6 +482,7 @@ if [ $1 = 0 ]; then
|
|
fi
|
|
fi
|
|
exit 0
|
|
exit 0
|
|
|
|
|
|
|
|
+
|
|
%define rpmattr %attr(0755, rpm, rpm)
|
|
%define rpmattr %attr(0755, rpm, rpm)
|
|
%define rpmdbattr %attr(0644, rpm, rpm) %verify(not md5 size mtime) %ghost %config(missingok,noreplace)
|
|
%define rpmdbattr %attr(0644, rpm, rpm) %verify(not md5 size mtime) %ghost %config(missingok,noreplace)
|
|
|
|
|
|
@@ -601,6 +605,10 @@ exit 0
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Oct 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.16.1.3-2
|
|
|
|
+- rebuilt with openssl-3.0.0.
|
|
|
|
+- imported Patch1000 from rawhide.
|
|
|
|
+
|
|
* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.16.1.3-1
|
|
* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.16.1.3-1
|
|
- updated to 4.16.1.3.
|
|
- updated to 4.16.1.3.
|
|
- fixed %%_sharedstatedir in macros.
|
|
- fixed %%_sharedstatedir in macros.
|