diff --git a/bodhi.template b/bodhi.template new file mode 100644 index 0000000..27864be --- /dev/null +++ b/bodhi.template @@ -0,0 +1,25 @@ +[ the_silver_searcher-0.32.0-2.el6 ] + +# bugfix, security, enhancement, newpackage (required) +type=bugfix + +# testing, stable +request=testing + +# Bug numbers: 1234,9876 +bugs=1377596 + + +# Here is where you give an explanation of your update. +notes=Fixed bz#1377596 (v2) + +# Enable request automation based on the stable/unstable karma thresholds +autokarma=True +stable_karma=3 +unstable_karma=-3 + +# Automatically close bugs when this marked as stable +close_bugs=True + +# Suggest that users restart after update +suggest_reboot=False diff --git a/clog b/clog new file mode 100644 index 0000000..fd3bd2e --- /dev/null +++ b/clog @@ -0,0 +1,2 @@ +Fixed bz#1377596 + diff --git a/the_silver_searcher.spec b/the_silver_searcher.spec index 48c7e65..d056eb3 100644 --- a/the_silver_searcher.spec +++ b/the_silver_searcher.spec @@ -7,7 +7,7 @@ Name: the_silver_searcher Version: 0.32.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Super-fast text searching tool (ag) Group: Applications/Text License: ASL 2.0 and BSD @@ -56,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name} %endif %changelog -* Thu Sep 22 2016 Kenjiro Nakayama - 0.32.0-2 +* Thu Sep 22 2016 Kenjiro Nakayama - 0.32.0-3 - Fixed bz#1377596 * Thu Jun 30 2016 Kenjiro Nakayama - 0.32.0-1