diff --git a/compsize.spec b/compsize.spec
index 621b7f7..b77ff20 100644
--- a/compsize.spec
+++ b/compsize.spec
@@ -1,6 +1,6 @@
 Name:           compsize
 Version:        1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Utility for measuring compression ratio of files on btrfs
 License:        GPLv2+
 URL:            https://github.com/kilobyte/compsize
@@ -33,5 +33,8 @@ install -D -m 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
 %{_mandir}/man8/%{name}.8*
 
 %changelog
+* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
 * Fri Mar 23 2018 Juan Orti Alcaine <jorti@fedoraproject.org> - 1.1-1
 - Initial release