phatina pushed to storaged (master). "Update to upstream 2.1.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 11 11:19:04 UTC 2015


From 5dfea9de0a144c40b2d600d6019cac7ac14168d2 Mon Sep 17 00:00:00 2001
From: Peter Hatina <phatina at redhat.com>
Date: Thu, 11 Jun 2015 13:18:06 +0200
Subject: Update to upstream 2.1.0


diff --git a/sources b/sources
index fec753a..8d10be6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f898a8ae163f45ba87b9476887a7003  storaged-2.0.0.tar.bz2
+94e37c8d5a90961219761d1aeac96c29  storaged-2.1.0.tar.bz2
diff --git a/storaged.spec b/storaged.spec
index 3b540c1..883dfbf 100644
--- a/storaged.spec
+++ b/storaged.spec
@@ -7,7 +7,7 @@
 
 Name:    storaged
 Summary: Disk Manager
-Version: 2.0.0
+Version: 2.1.0
 Release: 1%{?dist}
 License: GPLv2+
 Group:   System Environment/Libraries
@@ -24,6 +24,7 @@ BuildRequires: libacl-devel
 BuildRequires: chrpath
 BuildRequires: gtk-doc
 BuildRequires: intltool
+BuildRequires: iscsi-initiator-utils-devel
 BuildRequires: lvm2-devel
 
 # Needed to pull in the system bus daemon
@@ -51,6 +52,8 @@ Requires: eject
 Requires: mdadm
 # For LVM2
 Requires: lvm2
+# For iSCSI
+Requires: iscsi-initiator-utils
 
 Requires: libstoraged%{?_isa} = %{version}-%{release}
 
@@ -77,6 +80,14 @@ License: LGPLv2+
 This package contains the dynamic library storaged, which provides
 access to the storaged daemon.
 
+%package -n storaged-iscsi
+Summary: Module for iSCSI
+Group: System Environment/Libraries
+License: LGPLv2+
+
+%description -n storaged-iscsi
+This package contains module for iSCSI configuration.
+
 %package -n storaged-lvm2
 Summary: Module for LVM2
 Group: System Environment/Libraries
@@ -100,7 +111,7 @@ daemon.
 %setup -q -n storaged-%{version}
 
 %build
-%configure --enable-gtk-doc --enable-lvm2
+%configure --enable-gtk-doc --enable-modules
 # The following rpath workaround causes build breakage due to wrong library path while performing GIR introspection dump
 # sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 # sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -165,6 +176,12 @@ chrpath --delete %{buildroot}/%{_prefix}/lib/storaged/storaged
 %{_datadir}/polkit-1/actions/org.storaged.Storaged.lvm2.policy
 %{_mandir}/man8/storaged-lvm.8*
 
+%files -n storaged-iscsi
+%dir %{_libdir}/storaged
+%dir %{_libdir}/storaged/modules
+%{_libdir}/storaged/modules/libstoraged_iscsi.so
+%{_datadir}/polkit-1/actions/org.storaged.Storaged.iscsi.policy
+
 %files -n libstoraged-devel
 %{_libdir}/libstoraged.so
 %dir %{_includedir}/storaged
@@ -176,6 +193,9 @@ chrpath --delete %{buildroot}/%{_prefix}/lib/storaged/storaged
 %{_libdir}/pkgconfig/storaged.pc
 
 %changelog
+* Thu Jun 11 2015 Peter Hatina <phatina at redhat.com> - 2.1.0-1
+- Update to upstream 2.1.0
+
 * Thu Apr 02 2015 Peter Hatina <phatina at redhat.com> - 2.0.0-1
 - Rebase to the new Storaged implementation
 - Upstream: https://storaged.org
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/storaged.git/commit/?h=master&id=5dfea9de0a144c40b2d600d6019cac7ac14168d2


More information about the scm-commits mailing list