diff --git a/yapet.spec b/yapet.spec index 2fc51d2..34c2977 100644 --- a/yapet.spec +++ b/yapet.spec @@ -2,7 +2,7 @@ Name: yapet Version: 1.1 -Release: 1%{?pre}%{?dist} +Release: 2%{?pre}%{?dist} Summary: Yet Another Password Encryption Tool License: GPLv3+ with exceptions URL: http://yapet.guengel.ch/ @@ -12,9 +12,6 @@ BuildRequires: gettext BuildRequires: ncurses-devel BuildRequires: openssl-devel -BuildRequires: automake -BuildRequires: autoconf - %description YAPET is a text based password manager using the Blowfish encryption algorithm. Because of its small footprint and very few library dependencies, it is suited @@ -31,11 +28,6 @@ do done %build - -# Rebuild configure script in case any supplied patches only modify configure.ac -aclocal -I m4 -autoconf - %configure --disable-install-doc \ --disable-source-doc \ --disable-install-doci \ @@ -66,6 +58,9 @@ rm -frv %{buildroot}%{_docdir} %{_mandir}/man*/*yapet* %changelog +* Wed Mar 28 2018 Greg Bailey - 1.1-2 +- No longer any need to rebuild configure script + * Wed Mar 28 2018 Greg Bailey - 1.1-1 - Update to 1.1 - Update URL