From d0cc88016e2f5fe74e0101351c64f88c3e159b01 Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Thu, 9 Jan 2020 17:19:58 +0800 Subject: [PATCH] update package --- isnsd.service | 9 --------- isns-utils.spec => open-isns.spec | 8 +++++++- 2 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 isnsd.service rename isns-utils.spec => open-isns.spec (94%) diff --git a/isnsd.service b/isnsd.service deleted file mode 100644 index f4ee128..0000000 --- a/isnsd.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=ISNS Server -After=network.target - -[Service] -ExecStart=/usr/sbin/isnsd -f - -[Install] -WantedBy=multi-user.target diff --git a/isns-utils.spec b/open-isns.spec similarity index 94% rename from isns-utils.spec rename to open-isns.spec index eeeaada..83ea332 100644 --- a/isns-utils.spec +++ b/open-isns.spec @@ -1,6 +1,6 @@ Name: open-isns Version: 0.97 -Release: 10 +Release: 11 Summary: The iSNS server and client programs License: LGPLv2+ URL: https://www.github.com/open-iscsi/open-isns @@ -90,6 +90,12 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/isnsd.service %{_mandir}/man8/* %changelog +* Thu Jan 9 2020 openEuler Buildteam - 0.97-11 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update package + * Sun Sep 29 2019 luoshijie - 0.97-10 - Type:enhancement - ID:NA -- Gitee