|
@@ -22,7 +22,7 @@
|
|
Summary: A collection of basic system utilities
|
|
Summary: A collection of basic system utilities
|
|
Summary(ja): 基本システムユーティリティー集
|
|
Summary(ja): 基本システムユーティリティー集
|
|
Name: util-linux
|
|
Name: util-linux
|
|
-Version: 2.37.1
|
|
+Version: 2.37.2
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Group: system,admin-tools
|
|
Group: system,admin-tools
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -57,11 +57,9 @@ Patch0: login-lastlog-create.patch
|
|
# https://github.com/coreos/console-login-helper-messages/issues/60
|
|
# https://github.com/coreos/console-login-helper-messages/issues/60
|
|
Patch2: login-default-motd-file.patch
|
|
Patch2: login-default-motd-file.patch
|
|
|
|
|
|
-### Upstream patches (remove ./autogen.sh call from build section when remove
|
|
+### Upstream patches (remove ./autogen.sh call from prep section when remove
|
|
### these patches)
|
|
### these patches)
|
|
###
|
|
###
|
|
-# https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c
|
|
|
|
-Patch3: CVE-2021-37600.patch
|
|
|
|
|
|
|
|
### Paths
|
|
### Paths
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
@@ -427,13 +425,12 @@ across a network.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%autosetup -p1
|
|
%autosetup -p1
|
|
|
|
+# ./autogen.sh
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
unset LINGUAS || :
|
|
unset LINGUAS || :
|
|
|
|
|
|
-./autogen.sh
|
|
|
|
-
|
|
|
|
export CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 $RPM_OPT_FLAGS"
|
|
export CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 $RPM_OPT_FLAGS"
|
|
export SUID_CFLAGS="-fpie"
|
|
export SUID_CFLAGS="-fpie"
|
|
export SUID_LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
|
export SUID_LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
|
@@ -1112,6 +1109,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Sep 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.37.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped Patch3: fixed in upstream.
|
|
|
|
+
|
|
* Tue Aug 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.37.1-1
|
|
* Tue Aug 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.37.1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- dropped Patch1.
|
|
- dropped Patch1.
|