diff --git a/.gitignore b/.gitignore index 24cd98f..04c3fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /targetd-0.6.1.tar.gz /targetd-0.7.tar.gz /targetd-0.7.1.tar.gz +/targetd-0.7.2.tar.gz diff --git a/sources b/sources index a396b44..b2b46f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e176f155ceda1f1ff59ca11b973eb473 targetd-0.7.1.tar.gz +a372f55c4f41d16698d42f42d3af0a93 targetd-0.7.2.tar.gz diff --git a/targetd.spec b/targetd.spec index 39d2d4f..972e21a 100644 --- a/targetd.spec +++ b/targetd.spec @@ -2,7 +2,7 @@ Name: targetd License: GPLv3 Group: System Environment/Libraries Summary: Service to make storage remotely configurable -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} URL: https://github.com/agrover/targetd Source: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz @@ -57,6 +57,9 @@ install -m 644 targetd.8.gz %{buildroot}%{_mandir}/man8/ %config(noreplace) %{_sysconfdir}/target/targetd.yaml %changelog +* Fri Mar 14 2014 Andy Grover 0.7.2-1 +- New upstream version + * Mon Feb 10 2014 Andy Grover 0.7.1-1 - New upstream version