Remove upgrade script file from package 97/144897/2 accepted/tizen/4.0/unified/20170828.221520 accepted/tizen/unified/20170822.023823 submit/tizen/20170821.062931 submit/tizen_4.0/20170828.100007
authorYunmi Ha <yunmi.ha@samsung.com>
Fri, 18 Aug 2017 08:37:11 +0000 (17:37 +0900)
committerYunmi Ha <yunmi.ha@samsung.com>
Fri, 18 Aug 2017 09:07:14 +0000 (18:07 +0900)
Change-Id: If547cb04400e412c00559881e312f831c2d25688
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
packaging/500.systemd_upgrade_24to30.sh [moved from packaging/500.systemd_upgrade.sh with 100% similarity]
packaging/systemd.spec

index 040e555..d7f5f28 100644 (file)
@@ -25,8 +25,7 @@ Group:          Base/Startup
 Source0:        https://github.com/systemd/systemd/archive/v%{version}.tar.gz
 Source1:        pamconsole-tmp.conf
 Source2:        %{name}-rpmlintrc
-Source3:        500.systemd_upgrade.sh
-Source4:        test-runner.c
+Source3:        test-runner.c
 Source1001:     systemd.manifest
 BuildRequires:  gperf
 BuildRequires:  intltool >= 0.40.0
@@ -126,7 +125,7 @@ This modifies systemd to support KDBUS in Tizen.
 %prep
 %setup -q
 cp %{SOURCE1001} .
-cp %{SOURCE4} .
+cp %{SOURCE3} .
 
 %build
 %autogen
@@ -303,10 +302,6 @@ rm -rf %{buildroot}/%{_datadir}/zsh/site-functions/*
 
 mkdir -p %{buildroot}/%{_localstatedir}/log/journal
 
-# Upgrade script from 2.4 to 3.0
-install -m 755 -d %{buildroot}%{_datadir}/upgrade/scripts
-install -m 755 %{SOURCE3} %{buildroot}%{_datadir}/upgrade/scripts
-
 ln -sf ./libsystemd.pc %{buildroot}%{_libdir}/pkgconfig/libsystemd-daemon.pc
 ln -sf ./libsystemd.pc %{buildroot}%{_libdir}/pkgconfig/libsystemd-id128.pc
 ln -sf ./libsystemd.pc %{buildroot}%{_libdir}/pkgconfig/libsystemd-journal.pc
@@ -558,8 +553,6 @@ fi
 
 %{_localstatedir}/log/journal
 
-%{_datadir}/upgrade/scripts/500.systemd_upgrade.sh
-
 %files -n libsystemd
 %manifest %{name}.manifest
 %license LICENSE.LGPL2.1