[owfs/f21] new upstream release 2.9p8; drop tmpfiles

Tomasz Torcz ttorcz at fedoraproject.org
Tue Oct 21 07:02:04 UTC 2014


commit cef18fbadef041be080a9012cdb7b16fad45165e
Author: Tomasz Torcz <tomek at pipebreaker.pl>
Date:   Tue Oct 21 09:00:34 2014 +0200

    new upstream release 2.9p8; drop tmpfiles

 owfs.spec     |   15 +++++----------
 owfs.tmpfiles |    6 ------
 sources       |    2 +-
 3 files changed, 6 insertions(+), 17 deletions(-)
---
diff --git a/owfs.spec b/owfs.spec
index 3da54d6..a9e786b 100644
--- a/owfs.spec
+++ b/owfs.spec
@@ -2,7 +2,7 @@
 %{!?tcl_sitearch: %global tcl_sitearch %{_prefix}/%{_lib}/tcl%{tcl_version}}
 
 Name:		owfs
-Version:	2.9p7
+Version:	2.9p8
 Release:	1%{?dist}
 Summary:	1-Wire Virtual File System
 
@@ -10,7 +10,6 @@ Summary:	1-Wire Virtual File System
 License:	GPLv2
 URL:		http://www.owfs.org/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Source1:	owfs.tmpfiles
 # install into 'vendor' perl directories; not suitable for upstream
 Patch0:		owfs-0001-install-into-vendor-perl-directories.patch
 
@@ -218,11 +217,6 @@ rm -f %{buildroot}%{tcl_sitearch}/ow.la
 
 rm -f %{buildroot}/usr/local/lib64/perl5/auto/OWNet/.packlist
 
-# mount point creation
-mkdir -p %{buildroot}%{_tmpfilesdir}
-install -m 0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf
-mkdir -p %{buildroot}/run
-install -d -m 0755 %{buildroot}/run/%{name}/
 
 %pre server
 # TODO: migrate to systemd-sysusers when guidelines are ready
@@ -240,7 +234,6 @@ exit 0
 %post ownet -p /sbin/ldconfig
 
 %post fs
-/bin/systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf
 %systemd_post owfs.service
 
 %post httpd
@@ -317,8 +310,6 @@ exit 0
 %{_bindir}/owfs
 %{_mandir}/man1/owfs.1.*
 %{_unitdir}/owfs.service
-%{_tmpfilesdir}/%{name}.conf
-%dir /run/owfs
 
 
 %files httpd
@@ -393,6 +384,10 @@ exit 0
 
 
 %changelog
+* Tue Oct 21 2014 Tomasz Torcz <ttorcz at fedoraproject.org> - 2.9p8-1
+- new upstream release
+- dropped tmpfiles snippet - /run/owfs is now managed by RuntimeDirectory=
+
 * Sun Oct 12 2014 Tomasz Torcz <ttorcz at fedoraproject.org> - 2.9p7-1
 - new upstream version
 - sync with rawhide:
diff --git a/sources b/sources
index 653379b..3bbdb9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47808d820e6340af58ec05cfe8e220c6  owfs-2.9p7.tar.gz
+e38063c010b3b51ef386dd757a63e15d  owfs-2.9p8.tar.gz


More information about the scm-commits mailing list