diff --git a/.gitignore b/.gitignore index 1575f27..7dee4a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /rpmlint-1.0.tar.bz2 /rpmlint-1.1.tar.xz /rpmlint-1.2.tar.xz +/rpmlint-1.3.tar.xz diff --git a/rpmlint.spec b/rpmlint.spec index 667e1b8..8a8a490 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,5 +1,5 @@ Name: rpmlint -Version: 1.2 +Version: 1.3 Release: 1%{?dist} Summary: Tool for checking common errors in RPM packages @@ -14,7 +14,6 @@ Source3: %{name}-etc.config Source4: %{name}.config.el4 # EL-5 specific config Source5: %{name}.config.el5 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python >= 2.4 BuildRequires: rpm-python >= 4.4 @@ -53,7 +52,6 @@ make COMPILE_PYC=1 %install -rm -rf $RPM_BUILD_ROOT touch rpmlint.pyc rpmlint.pyo # just for the %%exclude to work everywhere make install DESTDIR=$RPM_BUILD_ROOT ETCDIR=%{_sysconfdir} MANDIR=%{_mandir} \ LIBDIR=%{_datadir}/rpmlint BINDIR=%{_bindir} @@ -70,12 +68,7 @@ popd make check -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,0755) %doc AUTHORS COPYING ChangeLog CHANGES.package.old README config.example %config(noreplace) %{_sysconfdir}/rpmlint/ %{_sysconfdir}/bash_completion.d/ @@ -88,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 12 2011 Tom Callaway - 1.3-1 +- update to 1.3 + * Sun Apr 24 2011 Tom Callaway - 1.2-1 - update to 1.2 - filter away files-attr-not-set for all targets except EL-4 (bz694579) diff --git a/sources b/sources index 3ec254f..78f6659 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adc01e86aa1ebb8a93d162bbac238444 rpmlint-1.2.tar.xz +afe1b906776d1ab8148888c25fd31006 rpmlint-1.3.tar.xz