[ladvd] - create chroot() dir on package install - update to vesion 1.0.4

Tomasz Torcz ttorcz at fedoraproject.org
Wed Nov 7 14:23:09 UTC 2012


commit 7d68b9f3ef504dba45785fb031d329100ce528f7
Author: Tomasz Torcz <zdzichu at irc.pl>
Date:   Wed Nov 7 14:22:18 2012 +0000

    - create chroot() dir on package install
    - update to vesion 1.0.4

 ladvd.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ladvd.spec b/ladvd.spec
index e42b8a6..696f1fb 100644
--- a/ladvd.spec
+++ b/ladvd.spec
@@ -8,8 +8,8 @@
 %define modulename ladvd
 
 Name:           ladvd
-Version:        1.0.2
-Release:        2%{?dist}
+Version:        1.0.4
+Release:        1%{?dist}
 Summary:        CDP/LLDP sender for UNIX
 
 Group:          Applications/Internet
@@ -120,6 +120,7 @@ rm -rf %{buildroot}
 
 
 %post
+/bin/systemd-tmpfiles --create %{_libdir}/../lib/tmpfiles.d/%{name}.conf
 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 
 %preun
@@ -180,6 +181,10 @@ fi
 
 
 %changelog
+* Tue Oct 07 2012 Tomasz Torcz <ttorcz at fedoraproject.org> - 1.0.4-1
+- create chroot() dir on package install
+- update to vesion 1.0.4
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list