@@ -20,7 +20,7 @@ Name: rpm
|
|
20
20
|
%define version 4.4.1
|
21
21
|
Version: %{version}
|
22
22
|
%{expand: %%define rpm_version %{version}}
|
23
|
-
Release:
|
23
|
+
Release: 17
|
24
24
|
Group: System Environment/Base
|
25
25
|
Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz
|
26
26
|
Patch0: rpm-4.4.1-posttrans.patch
|
@@ -531,6 +531,9 @@ exit 0
|
|
531
531
|
%{__includedir}/popt.h
|
532
532
|
|
533
533
|
%changelog
|
534
|
+
* Tue May 03 2005 Paul Nasrat <pnasrat@redhat.com> - 4.4.1-17
|
535
|
+
- Fix typo
|
536
|
+
|
534
537
|
* Tue May 03 2005 Paul Nasrat <pnasrat@redhat.com> - 4.4.1-16
|
535
538
|
- Yet more matchpathcon
|
536
539
|
|