diff --git a/bolt.spec b/bolt.spec index 7539d79..514d520 100644 --- a/bolt.spec +++ b/bolt.spec @@ -1,6 +1,6 @@ Name: bolt Version: 0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Thunderbolt device manager License: LGPLv2+ URL: https://github.com/gicmo/bolt @@ -71,6 +71,9 @@ install -m0755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/boltd %dir %{_localstatedir}/lib/boltd %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Sun Dec 17 2017 Christian Kellner - 0.1-2 - Set database path to /var/lib/boltd, create it during installation, which is needed for the service file to work.