Browse Source

util-linux-2.37.2-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
81ceb32923
1 changed files with 7 additions and 6 deletions
  1. 7 6
      u/util-linux/util-linux-vl.spec

+ 7 - 6
u/util-linux/util-linux-vl.spec

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