From e145ed6a860eb7ebdbd49d281251c99a72de6b18 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Sat, 10 May 2008 01:23:26 +0000 Subject: [PATCH] Add missing line in changelog --- ruby-augeas.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ruby-augeas.spec b/ruby-augeas.spec index 949c493..7392588 100644 --- a/ruby-augeas.spec +++ b/ruby-augeas.spec @@ -35,7 +35,7 @@ install -d -m0755 %{buildroot}%{ruby_sitelib} install -d -m0755 %{buildroot}%{ruby_sitearch} install -p -m0644 lib/augeas.rb %{buildroot}%{ruby_sitelib} install -p -m0755 ext/augeas/_augeas.so %{buildroot}%{ruby_sitearch} - + %check rake test @@ -51,6 +51,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 9 2008 David Lutterkort - 0.1.0-1 +- Fixed up in accordance with Fedora guidelines + * Mon Mar 3 2008 Bryan Kearney - 0.0.1-1 - Initial specfile -