rpms/rpmlint/EL-4 .cvsignore, 1.13, 1.14 rpmlint.spec, 1.23, 1.24 sources, 1.13, 1.14

Manuel Wolfshant wolfy at fedoraproject.org
Mon Mar 2 13:28:37 UTC 2009


Author: wolfy

Update of /cvs/pkgs/rpms/rpmlint/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11491

Modified Files:
	.cvsignore rpmlint.spec sources 
Log Message:
bump to release 0.85, sync with EL-5


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/EL-4/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	26 Jul 2008 20:15:41 -0000	1.13
+++ .cvsignore	2 Mar 2009 13:28:06 -0000	1.14
@@ -1,2 +1,3 @@
-rpmlint-0.84.tar.bz2
-rpmlint-0.84-distregex.patch
+rpmlint-0.85.tar.bz2
+rpmlint-0.85-compile.patch
+rpmlint-0.85-configs.patch


Index: rpmlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/EL-4/rpmlint.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- rpmlint.spec	18 Oct 2008 02:38:14 -0000	1.23
+++ rpmlint.spec	2 Mar 2009 13:28:06 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           rpmlint
-Version:        0.84
-Release:        3%{?dist}
+Version:        0.85
+Release:        3%{?dist}.1
 Summary:        Tool for checking common errors in RPM packages
 
 Group:          Development/Tools
@@ -9,8 +9,11 @@
 Source0:        http://rpmlint.zarb.org/download/%{name}-%{version}.tar.bz2
 Source1:        %{name}.config
 Source2:        %{name}-CHANGES.package.old
-Patch0:         %{name}-0.84-distregex.patch
-Patch1:         %{name}-0.77-compile.patch
+Source3:        %{name}-etc.config
+# Fedora specific, not upstreamable
+Patch0:         %{name}-0.85-compile.patch
+# From upstream svn
+Patch1:         %{name}-0.85-configs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -32,9 +35,10 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1
+%patch1 -p0
 sed -i -e /MenuCheck/d Config.py
 install -pm 644 %{SOURCE2} CHANGES.package.old
+install -pm 644 %{SOURCE3} config
 
 
 %build
@@ -46,8 +50,6 @@
 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}
-echo "# Add local system wide rpmlint configuration here." \
-  > $RPM_BUILD_ROOT%{_sysconfdir}/rpmlint/config
 install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/rpmlint/config
 
 
@@ -68,6 +70,18 @@
 
 
 %changelog
+* Thu Feb 05 2009 Manuel Wolfshant <wolfy at fedoraproject.org> - 0.85-3.1
+- Bump release to express relationship with the rawhide version.
+  No other changes.
+
+* Sat Jan 24 2009 Manuel Wolfshant <wolfy at fedoraproject.org> - 0.85-1
+- Sync with Fedora rawhide version 0.85-3, including:
+-- Update to upstream version 0.85
+-- Apply upstream patch to load all *config from /etc/rpmlint.
+- Sync Fedora license list as Wiki revision 1.34
+- Filter out "filename-too-long-for-joliet" and "symlink-should-be-*"
+   warnings in default config.
+
 * Sat Oct  18 2008 Manuel Wolfshant <wolfy at fedoraproject.org> - 0.84-3
 - Sync Fedora license list with Wiki revision 1.09
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/EL-4/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	26 Jul 2008 20:15:41 -0000	1.13
+++ sources	2 Mar 2009 13:28:06 -0000	1.14
@@ -1,2 +1,3 @@
-d7e2aab6135a44a845f677d27f2722bd  rpmlint-0.84.tar.bz2
-4a6a0894e3f1a305464cb651b629af30  rpmlint-0.84-distregex.patch
+a9344017826f709328c63192c5a727ec  rpmlint-0.85.tar.bz2
+92915e2bcbaccaaa0a2237183dd87762  rpmlint-0.85-compile.patch
+b19d6406ceeec7a6ed6ebe6bd7b16faf  rpmlint-0.85-configs.patch




More information about the fedora-extras-commits mailing list