diff --git a/SPECS/mingw-filesystem.spec b/SPECS/mingw-filesystem.spec
index 40720dfd1c7a503ce3aa15cc9c43a2c5498ba8d8..af22db5026dfb17010099671a1b9212dff4e6a9f 100644
--- a/SPECS/mingw-filesystem.spec
+++ b/SPECS/mingw-filesystem.spec
@@ -7,7 +7,7 @@
 
 Name:           mingw-filesystem
 Version:        104
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW cross compiler base filesystem and environment
 
 Group:          Development/Libraries
@@ -49,11 +49,7 @@ BuildRequires:  iso-codes
 
 %description
 This package contains the base filesystem layout, RPM macros and
-environment for all Fedora MinGW packages.
-
-This environment is maintained by the Fedora MinGW SIG at:
-
-  http://fedoraproject.org/wiki/SIGs/MinGW
+environment for all MinGW packages.
 
 
 %package base
@@ -67,11 +63,7 @@ Obsoletes:      mingw-filesystem-scripts < 75-2
 
 %description base
 This package contains the base filesystem layout, RPM macros and
-environment for all Fedora MinGW packages.
-
-This environment is maintained by the Fedora MinGW SIG at:
-
-  http://fedoraproject.org/wiki/SIGs/MinGW
+environment for all MinGW packages.
 
 
 %package -n mingw32-filesystem
@@ -97,11 +89,7 @@ Provides:       mingw32(mscoree.dll)
 
 %description -n mingw32-filesystem
 This package contains the base filesystem layout, RPM macros and
-environment for all Fedora MinGW packages.
-
-This environment is maintained by the Fedora MinGW SIG at:
-
-  http://fedoraproject.org/wiki/SIGs/MinGW
+environment for all MinGW packages.
 
 
 %package -n mingw64-filesystem
@@ -113,11 +101,7 @@ Provides:       mingw64(mscoree.dll)
 
 %description -n mingw64-filesystem
 This package contains the base filesystem layout, RPM macros and
-environment for all Fedora MinGW packages.
-
-This environment is maintained by the Fedora MinGW SIG at:
-
-  http://fedoraproject.org/wiki/SIGs/MinGW
+environment for all MinGW packages.
 
 
 %prep
@@ -317,6 +301,10 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/
 
 
 %changelog
+* Thu Aug 05 2021 Uri Lublin <uril@redhat.com>
+- Update package description
+  Resolves: rhbz#1932299
+
 * Thu Feb 04 2021 Uri Lublin <uril@redhat.com> - 104-2
 - Fix building with meson >= 0.54
   Resolves: rhbz#1918306