summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2001-03-18 16:57:20 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2001-03-18 16:57:20 +0000
commitf066b078b08dc5eb67e2c0ad48d902b7f53190b0 (patch)
tree99a4ce352637ef11a3f85f6b9ef3993e1afc6c93
parent6debd42847c8a6c8b3017e393c29b2b3fcc4d4cc (diff)
downloadurpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.tar
urpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.tar.gz
urpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.tar.bz2
urpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.tar.xz
urpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.zip
Add skip.list example file.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile1
-rw-r--r--skip.list1
-rw-r--r--urpmi.spec1
4 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e56f0ea..59242361 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-18 Chmouel Boudjnah <chmouel@mandrakesoft.com>
+
+ * skip.list, urpmi.spec, Makefile: Add skip.file example file.
+
2001-02-14 Pablo Saratxaga <pablo@mandrakesoft.com>
* urpmi: modified to use perl-gettext
diff --git a/Makefile b/Makefile
index 9b6c2daa..668be8b6 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ install: autoirpm.update-all
install -m 0755 urpmq $(BINDIR)
install _irpm rpm-find-leaves urpmf $(BINDIR)
install -m 644 autoirpm.deny $(URPMIDIR2)
+ install -m 644 skip.list $(URPMIDIR2 )
install -m 644 *.8 $(MANDIR)/man8
install urpme urpmi.addmedia urpmi.update urpmi.removemedia autoirpm.update autoirpm.uninstall $(SBINDIR)
install -s autoirpm.update-all $(SBINDIR)
diff --git a/skip.list b/skip.list
new file mode 100644
index 00000000..c6bf7132
--- /dev/null
+++ b/skip.list
@@ -0,0 +1 @@
+# Here you can specify the package you don't want to install
diff --git a/urpmi.spec b/urpmi.spec
index 7f89ad65..ee61a665 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -90,6 +90,7 @@ autoirpm.uninstall
%attr(0755, root, urpmi) %dir /var/cache/urpmi/headers
%attr(0755, root, urpmi) %dir /var/cache/urpmi/rpms
%attr(4750, root, urpmi) %{_bindir}/urpmi
+%config(noreplace) /etc/urpmi/skip.list
%{_bindir}/urpmi_rpm-find-leaves
%{_bindir}/urpmf
%{_bindir}/urpmq