[yum-git] 3 commits - docs/Makefile Makefile yum-utils.spec
Tim Lauridsen
timlau at linux.duke.edu
Fri Mar 21 07:38:16 UTC 2008
Makefile | 7 ++++++-
docs/Makefile | 4 ++--
yum-utils.spec | 2 ++
3 files changed, 10 insertions(+), 3 deletions(-)
New commits:
commit f0dd5e21d1cfece4263b3f821698470f88c253d9
Author: Tim Lauridsen <tim at naboo.local>
Date: Fri Mar 21 08:36:13 2008 +0100
more Makefile changes to install yum-complete-transaction in sbin and docs to man8
diff --git a/docs/Makefile b/docs/Makefile
index 7dfc615..85c3d9e 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,4 +1,4 @@
-DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync yum-list-data yum-filter-data yum-verify
+DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync yum-list-data yum-filter-data yum-verify yum-utils
DOCS5 = yum-changelog.conf
DOCS8 = yum-security yum-complete-transaction
commit 5a8cc9d5ff77b9c298958751a3e4c24f162b34e1
Author: Tim Lauridsen <tim at naboo.local>
Date: Fri Mar 21 08:33:54 2008 +0100
more Makefile changes to install yum-complete-transaction in sbin and docs to man8
diff --git a/Makefile b/Makefile
index 2ace1a0..06b17d3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ clean:
install:
mkdir -p $(DESTDIR)/usr/bin/
+ mkdir -p $(DESTDIR)/usr/sbin/
mkdir -p $(DESTDIR)/usr/share/man/man1
for util in $(UTILS); do \
install -m 755 $$util.py $(DESTDIR)/usr/bin/$$util; \
commit 8d624cbe1bf9146817cc87fd965c5be7114d05ea
Author: Tim Lauridsen <tim at naboo.local>
Date: Fri Mar 21 08:31:23 2008 +0100
Makefile changes to install yum-complete-transaction in sbin and docs to man8
diff --git a/Makefile b/Makefile
index 6e77524..2ace1a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
SUBDIRS = docs
PKGNAME = yum-utils
-UTILS = package-cleanup debuginfo-install repoclosure repomanage repoquery repo-graph repo-rss yumdownloader yum-builddep repotrack reposync yum-complete-transaction repodiff
+UTILS = package-cleanup debuginfo-install repoclosure repomanage repoquery repo-graph repo-rss yumdownloader yum-builddep repotrack reposync repodiff
+UTILSROOT = yum-complete-transaction
VERSION=$(shell awk '/Version:/ { print $$2 }' ${PKGNAME}.spec)
RELEASE=$(shell awk '/Release:/ { print $$2 }' ${PKGNAME}.spec)
WEBHOST = login.dulug.duke.edu
@@ -17,6 +18,9 @@ install:
for util in $(UTILS); do \
install -m 755 $$util.py $(DESTDIR)/usr/bin/$$util; \
done
+ for util in $(UTILSROOT); do \
+ install -m 755 $$util.py $(DESTDIR)/usr/sbin/$$util; \
+ done
for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
diff --git a/docs/Makefile b/docs/Makefile
index 24d4e23..7dfc615 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,6 +1,6 @@
-DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync yum-complete-transaction yum-list-data yum-filter-data yum-verify
+DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync yum-list-data yum-filter-data yum-verify
DOCS5 = yum-changelog.conf
-DOCS8 = yum-security
+DOCS8 = yum-security yum-complete-transaction
all:
echo "Nothing to do"
diff --git a/yum-utils.spec b/yum-utils.spec
index 1050843..3bcadbd 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -435,6 +435,8 @@ fi
%{_mandir}/man1/yum-verify.1.*
%changelog
+* Fri Mar 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.12
* Tue Mar 18 2008 Shawn Starr <shawn.starr at rogers.com>
- Add yum-utils.1 manual page
- Rename yum-complete-transaction manual page to 8
More information about the Yum-cvs-commits
mailing list