$ git diff --patch-with-stat --summary 693002b5e1e6b3ef0b4976a01e44f6a425739f75..ec5fe0c67ee866f7e597406d8b14a89666536138
lsb-release.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lsb-release.spec b/lsb-release.spec
index d585806..d9754f8 100644
--- a/lsb-release.spec
+++ b/lsb-release.spec
@@ -1,7 +1,7 @@
Summary: Linux Standard Base tools
Name: lsb-release
Version: 3.2
-Release: 1
+Release: 2
License: GPL
Group: System/Base
URL: https://github.com/thkukuk/lsb-release_os-release
@@ -39,7 +39,7 @@ cat > %{buildroot}/%{_sysconfdir}/lsb-release << EOF
LSB_VERSION=
DISTRIB_ID="%{distribution}"
DISTRIB_RELEASE=%{product_version}
-DISTRIB_CODENAME=Rome
+DISTRIB_CODENAME=ROME
DISTRIB_DESCRIPTION="%{distribution} %{product_version}"
EOF