Mailinglist Archive: opensuse-commit (705 mails)
| < Previous | Next > |
commit aaa_base
- From: root@xxxxxxx (h_root)
- Date: Fri, 28 Jul 2006 11:31:31 +0200 (CEST)
- Message-id: <20060728093131.093C894E6A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package aaa_base
checked in at Fri Jul 28 11:31:31 CEST 2006.
--------
--- aaa_base/aaa_base.changes 2006-07-27 17:12:07.000000000 +0200
+++ aaa_base/aaa_base.changes 2006-07-27 20:55:51.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 27 20:53:56 CEST 2006 - olh@xxxxxxx
+
+- move gpg stuff from prep to install section in specfile,
+ to fix quilt setup *.spec
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.e5xonP/_old 2006-07-28 11:30:19.000000000 +0200
+++ /var/tmp/diff_new_pack.e5xonP/_new 2006-07-28 11:30:19.000000000 +0200
@@ -19,7 +19,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv
Autoreqprov: on
Version: 10.1.1
-Release: 6
+Release: 7
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -49,6 +49,15 @@
%prep
%setup -n aaa_base -b 5 -b 7
+cd ..
+mkdir -p scripts
+cp -v %{SOURCE21} scripts
+cp -v %{SOURCE22} scripts
+
+%build
+gcc $RPM_OPT_FLAGS $RPM_SOURCE_DIR/get_kernel_version.c -o $RPM_SOURCE_DIR/get_kernel_version
+
+%install
install -d -m 700 root
install -d -m 700 root/.gnupg
install -d -m 700 $HOME/.gnupg
@@ -62,15 +71,6 @@
cp -a root/.gnupg2/suse_build_key root/.gnupg
rm -rf $PWD/root/.gnupg2
chmod 600 root/.gnupg/*
-cd ..
-mkdir -p scripts
-cp -v %{SOURCE21} scripts
-cp -v %{SOURCE22} scripts
-
-%build
-gcc $RPM_OPT_FLAGS $RPM_SOURCE_DIR/get_kernel_version.c -o $RPM_SOURCE_DIR/get_kernel_version
-
-%install
cp -a ../aaa_base/* $RPM_BUILD_ROOT
cp $RPM_SOURCE_DIR/get_kernel_version $RPM_BUILD_ROOT/sbin
# Copy .exrc and .xinitrc from /etc/skel for root
@@ -148,6 +148,9 @@
%defattr(-,root,root)
%changelog -n aaa_base
+* Thu Jul 27 2006 - olh@xxxxxxx
+- move gpg stuff from prep to install section in specfile,
+ to fix quilt setup *.spec
* Thu Jul 27 2006 - ro@xxxxxxx
- avoid error on new installation with fix for #190597
* Tue Jul 25 2006 - schwab@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx
| < Previous | Next > |