[owfs] new upstream release 2.9p8; drop tmpfiles

Tomasz Torcz ttorcz at fedoraproject.org
Tue Oct 21 06:26:03 UTC 2014


commit bab51ead63f603e7449f4f1366feaf5053095a61
Author: Tomasz Torcz <tomek at pipebreaker.pl>
Date:   Tue Oct 21 08:21:49 2014 +0200

    new upstream release 2.9p8; drop tmpfiles

 .gitignore    |    1 +
 owfs.spec     |   17 ++++++-----------
 owfs.tmpfiles |    6 ------
 sources       |    2 +-
 4 files changed, 8 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31d5437..fe0d728 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /owfs-2.9p5.20140721git6d00fb1.tar.gz
 /owfs-2.9p6.tar.gz
 /owfs-2.9p7.tar.gz
+/owfs-2.9p8.tar.gz
diff --git a/owfs.spec b/owfs.spec
index 256bb53..33e8be8 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
@@ -316,8 +309,6 @@ exit 0
 %{_bindir}/owfs
 %{_mandir}/man1/owfs.1.*
 %{_unitdir}/owfs.service
-%{_tmpfilesdir}/%{name}.conf
-%dir /run/owfs
 
 
 %files httpd
@@ -392,8 +383,12 @@ 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=
+
 * Thu Oct 09 2014 Tomasz Torcz <ttorcz at fedoraproject.org> - 2.9p7-1
-- news upstream release
+- new upstream release
 
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.9p5.20140721git6d00fb1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
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