summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-12-22 21:09:40 +0000
committerjbj <devnull@localhost>2003-12-22 21:09:40 +0000
commit945bc28d58f59e5816e10f3b7ae12f8ffe75c782 (patch)
tree7dfd22b74d23412b66314214b544486881c4daa2
parent9dcae00ef6357e34ceb94c63813c49d21b9f2602 (diff)
downloadrpm-945bc28d58f59e5816e10f3b7ae12f8ffe75c782.tar.gz
rpm-945bc28d58f59e5816e10f3b7ae12f8ffe75c782.tar.bz2
rpm-945bc28d58f59e5816e10f3b7ae12f8ffe75c782.zip
- test build with methods needed for selinux.
CVS patchset: 6996 CVS date: 2003/12/22 21:09:40
-rw-r--r--popt/po/Makefile.in.in2
-rw-r--r--rpm.spec.in7
2 files changed, 6 insertions, 3 deletions
diff --git a/popt/po/Makefile.in.in b/popt/po/Makefile.in.in
index 1f6d6a456..f7c63af7d 100644
--- a/popt/po/Makefile.in.in
+++ b/popt/po/Makefile.in.in
@@ -29,7 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/mkinstalldirs" ;; esac`
CC = @CC@
GMSGFMT = @GMSGFMT@
diff --git a/rpm.spec.in b/rpm.spec.in
index 0ac5b8557..41fba43e1 100644
--- a/rpm.spec.in
+++ b/rpm.spec.in
@@ -20,7 +20,7 @@ Name: rpm
%define version @VERSION@
Version: %{version}
%{expand: %%define rpm_version %{version}}
-Release: 0.3
+Release: 0.4
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
License: GPL
@@ -488,7 +488,10 @@ exit 0
%{__includedir}/popt.h
%changelog
-* Wed Dec 17 2003 Jeff Johnson <jbj@jbj.org> 4.2-0.3
+* Mon Dec 22 2003 Jeff Johnson <jbj@redhat.com> 4.2-0.4
+- test build with methods needed for selinux.
+
+* Wed Dec 17 2003 Jeff Johnson <jbj@jbj.org> 4.3-0.3
- detect (and remove) dbenv files while upgrading to db-4.2.52.
- fix: dangling pointer brain fart (#107835).
- fix: ds.Single() method needs malloc'd elements (#109919).