summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-06-16 11:20:31 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-06-16 11:20:31 +0000
commit0eb29c356d79095bf000ad2584f69435dfba3043 (patch)
tree1ca1d5084d94cabeac164844ce568f1f672eb4a9
parentc0dd800a81a7668da33268b776605ffcd5e9bbce (diff)
downloadquilt-0eb29c356d79095bf000ad2584f69435dfba3043.tar.gz
- rpm build: add missing files to file list; remove percent-prep
string from changes file so that RPM doesn't choke on it.
-rw-r--r--quilt.changes8
-rw-r--r--quilt.spec.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index 7f9b2eb..92bd847 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Jun 16 13:18:33 CEST 2005 - agruen@suse.de
+
+- rpm build: add missing files to file list; remove percent-prep
+ string from changes file so that RPM doesn't choke on it.
+
+-------------------------------------------------------------------
Tue Jun 14 12:07:43 CEST 2005 - agruen@suse.de
- refresh command: also touch .pc/$patch/.timestamp when a patch
@@ -297,7 +303,7 @@ Tue Sep 14 01:00:43 CEST 2004 - agruen@suse.de
-------------------------------------------------------------------
Sun Sep 12 18:33:07 CEST 2004 - agruen@suse.de
-- scripts/inspect.in: Run the RPM %prep section in /var/tmp and
+- scripts/inspect.in: Run the RPM prep section in /var/tmp and
not in /tmp: the sources can become large.
- The fork command at some point broke and did not insert the
"serial number" in the right place in patch names anymore.
diff --git a/quilt.spec.in b/quilt.spec.in
index 33113a6..e721a2d 100644
--- a/quilt.spec.in
+++ b/quilt.spec.in
@@ -48,9 +48,11 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/quilt/
/usr/lib/quilt/
/etc/bash_completion.d/quilt
+%config(noreplace) /etc/quilt.quiltrc
%doc %{_mandir}/man1/guards.1.gz
%doc %{_mandir}/man1/quilt.1.gz
%doc %{_docdir}/%{name}-%{version}/README
+%doc %{_docdir}/%{name}-%{version}/README.MAIL
%doc %{_docdir}/%{name}-%{version}/quilt.pdf
%changelog